-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 935 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
36
37
{
"name": "the-three-shop",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@react-three/drei": "^9.64.0",
"@react-three/fiber": "^8.12.0",
"@reduxjs/toolkit": "^1.9.3",
"@types/node": "18.15.11",
"@types/react": "18.0.33",
"@types/react-dom": "18.0.11",
"@types/three": "^0.150.1",
"autoprefixer": "10.4.14",
"eslint": "8.38.0",
"eslint-config-next": "13.3.0",
"framer-motion": "^10.11.2",
"maath": "^0.5.3",
"next": "13.3.0",
"openai": "^3.2.1",
"postcss": "8.4.21",
"react": "18.2.0",
"react-colorful": "^5.6.1",
"react-dom": "18.2.0",
"react-images-uploading": "^3.1.7",
"react-redux": "^8.0.5",
"react-uploader": "^3.13.0",
"tailwindcss": "3.3.1",
"three": "^0.151.3",
"typescript": "5.0.4"
}
}