-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 1.01 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
{
"name": "orbital",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@react-spring/three": "^9.4.2",
"@react-three/a11y": "^2.2.3",
"@react-three/drei": "^8.4.0",
"@react-three/fiber": "^7.0.26",
"bad-words": "^3.0.4",
"framer-motion": "^6.2.8",
"framer-motion-3d": "^6.2.8",
"lamina": "^1.1.10",
"mongodb": "^4.4.0",
"nanoid": "^3.3.1",
"next": "^12.1.4",
"next-pwa": "^5.5.2",
"node-fetch": ">=2.6.7",
"nprogress": "^0.2.0",
"r3f-perf": "^4.9.1",
"react-color": "^2.19.3",
"react-dom": "^18.0.0",
"react-hooks-accordion": "^1.1.0",
"swr": "^1.2.2",
"three": "^0.137.5",
"three-plain-animator": "^1.0.6",
"three-stdlib": "^2.8.6"
},
"devDependencies": {
"autoprefixer": "^10.4.2",
"eslint": "7.32.0",
"eslint-config-next": "11.1.0",
"postcss": "^8.4.5",
"tailwindcss": "^3.0.12"
}
}