-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.14 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "skyline",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"dependencies": {
"@atproto/api": "^0.2.9",
"@emotion/react": "^11.10.6",
"@emotion/server": "^11.10.0",
"@emotion/styled": "^11.10.6",
"@fortawesome/fontawesome-svg-core": "^6.3.0",
"@fortawesome/free-solid-svg-icons": "^6.3.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@mantine/core": "^5.10.4",
"@mantine/ds": "^5.10.4",
"@mantine/hooks": "^5.10.4",
"@mantine/next": "^5.10.4",
"@mui/material": "^5.12.2",
"@pixiv/three-vrm": "^1.0.9",
"@react-three/drei": "^9.56.25",
"@react-three/fiber": "^8.3.1",
"@react-three/xr": "^5.4.1",
"cookies-next": "^2.1.1",
"next": "^12.2.3",
"ratk": "^0.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.7.1",
"three": "^0.149.0",
"zustand": "^4.3.3"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"devDependencies": {
"@types/node": "^18.6.1",
"@types/react": "^18.0.15",
"@types/three": "^0.149.0",
"typescript": "^4.7.4"
}
}