-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 843 Bytes
/
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
{
"name": "the-visual-endeavor",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@react-three/cannon": "^6.3.0",
"@react-three/drei": "^9.17.0",
"@react-three/fiber": "^8.0.27",
"@react-three/postprocessing": "^2.4.6",
"firebase": "^9.9.1",
"got": ">=11.8.5",
"next": "12.2.0",
"nice-color-palettes": "^3.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-paginate": "^8.1.3",
"react-router-dom": "^6.3.0",
"react-select": "^5.4.0",
"sass": "^1.54.0",
"sharp": "^0.30.7",
"three": "^0.142.0",
"three-stdlib": "^2.12.1",
"uuid": "^8.3.2"
},
"devDependencies": {
"eslint": "8.19.0",
"eslint-config-next": "12.2.0"
}
}