-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
45 lines (45 loc) · 1.18 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
{
"name": "neoh-react",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"next": "12.1.6",
"react": "18.1.0",
"react-dom": "18.1.0",
"swiper": "^8.2.2",
"waypoints": "^4.0.1",
"@croquet/croquet": "1.1.0-38",
"@croquet/hybrid-msdf-text": "2.0.0",
"@dimforge/rapier3d": "0.11.1",
"fflate": "0.7.4",
"jszip": "3.10.1",
"load-bmfont": "1.4.1",
"three": "0.155.0",
"three-mesh-bvh": "0.6.3"
},
"devDependencies": {
"eslint": "8.16.0",
"eslint-config-next": "12.1.6",
"@croquet/microverse-file-server": "1.0.7",
"@croquet/microverse-watch-server": "1.0.7",
"@types/three": "0.155.0",
"@typescript-eslint/eslint-plugin": "^6.4.0",
"@typescript-eslint/parser": "^6.4.0",
"buffer": "6.0.3",
"copy-webpack-plugin": "^11.0.0",
"html-webpack-plugin": "^5.5.1",
"npm-run-all": "^4.1.5",
"source-map-loader": "^4.0.0",
"terser-webpack-plugin": "^5.3.8",
"typescript": "5.1.6",
"webpack": "^5.82.0",
"webpack-cli": "^5.1.1",
"webpack-dev-server": "^4.15.0"
}
}