-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 923 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
38
39
{
"name": "web3d-demos",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"new": "plop new"
},
"dependencies": {
"@galacean/engine": "^1.1.0-beta.43",
"@headlessui/react": "^1.7.14",
"@heroicons/react": "^2.0.17",
"@types/node": "18.15.11",
"@types/react": "18.0.35",
"@types/react-dom": "18.0.11",
"@types/three": "^0.150.2",
"antd": "^5.4.5",
"autoprefixer": "10.4.14",
"change-case": "^4.1.2",
"classnames": "^2.3.2",
"eslint": "8.38.0",
"eslint-config-next": "13.3.0",
"next": "13.3.0",
"postcss": "8.4.22",
"react": "18.2.0",
"react-dom": "18.2.0",
"sass": "^1.62.0",
"tailwindcss": "3.3.1",
"three": "^0.152.0",
"twgl.js": "^5.3.1",
"typescript": "5.0.4"
},
"devDependencies": {
"plop": "^3.1.2"
}
}