-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.49 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "granto-xyz",
"version": "0.1.0",
"license": "MIT",
"private": true,
"dependencies": {
"@emotion/css": "^11.10.0",
"@emotion/react": "^11.10.4",
"@emotion/server": "^11.10.0",
"@emotion/styled": "^11.10.4",
"@ffmpeg/core": "^0.8.5",
"@ffmpeg/ffmpeg": "^0.9.8",
"@next/bundle-analyzer": "^12.3.1",
"@react-spring/three": "^9.5.5",
"@react-three/drei": "^9.32.7",
"@react-three/fiber": "^8.8.7",
"@react-three/flex": "^1.0.0",
"@react-three/postprocessing": "^2.6.2",
"@react-three/xr": "^5.0.2",
"@types/three": "^0.136.1",
"ffmpeg.js": "^4.2.9003",
"fs": "^0.0.1-security",
"graphql": "^16.5.0",
"msr": "^1.3.4",
"next": "^12.3.1",
"p5": "^1.4.0",
"postcss": "^8.4.17",
"prettier": "^2.8.2",
"prettier-plugin-tailwindcss": "^0.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router": "^6.2.1",
"react-script-tag": "^1.1.2",
"tailwindcss": "^3.1.8",
"three": "^0.145.0",
"twin.macro": "^2.8.2",
"typescript": "^4.8.4",
"zustand": "^4.1.1"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"devDependencies": {
"@babel/core": "^7.19.3",
"@emotion/babel-plugin": "^11.10.2",
"@types/node": "18.8.0",
"@types/react": "^17.0.38",
"@types/react-dom": "^17.0.11",
"babel-loader": "^8.2.5",
"babel-plugin-macros": "^3.1.0"
},
"babelMacros": {
"twin": {
"preset": "emotion"
}
}
}