-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.2 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
46
{
"name": "inf-p2p",
"private": true,
"scripts": {
"test": "echo 'No tests configured!'; exit",
"lint": "eslint . --cache --cache-location tmp/.eslintcache",
"typecheck": "tsc",
"dev": "yarn && next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@dimforge/rapier3d": "^0.9.0",
"bezier-easing": "^2.1.0",
"idb": "^7.0.2",
"lodash-es": "^4.17.21",
"mainloop.js": "^1.0.4",
"next": "^12.2.0",
"p2pt": "^1.5.1",
"path-to-regexp": "^6.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-use": "^17.4.0",
"sass": "^1.53.0",
"seedrandom": "^3.0.5",
"simple-peer": "^9.9.3",
"simplex-noise": "^3.0.1",
"three": "^0.142.0"
},
"devDependencies": {
"@types/lodash-es": "^4.17.6",
"@types/mainloop.js": "^1.0.5",
"@types/node": "^18.0.5",
"@types/react": "^18.0.14",
"@types/seedrandom": "^3.0.2",
"@types/simple-peer": "^9.11.4",
"@types/three": "^0.141.0",
"@types/webpack-env": "^1.17.0",
"@wyattades/eslint-config": "^0.11.0",
"benchmark": "^2.1.4",
"eslint": "^8.18.0",
"prettier": "^2.7.1",
"raw-loader": "^4.0.2",
"typescript": "^4.7.4"
}
}