-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
40 lines (40 loc) · 1.06 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
{
"name": "skyscraper",
"private": true,
"version": "1.0.0",
"description": "skyscraper three.js game",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"lint": "eslint --fix --ext .ts ."
},
"devDependencies": {
"@types/stats": "^0.16.30",
"@types/three": "^0.157.0",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"eslint": "^8.52.0",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-perfectionist": "^2.2.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-react": "^7.33.2",
"prettier": "3.0.3",
"typescript": "^5.0.2",
"vite": "^4.5.0"
},
"author": "corners2wall",
"license": "ISC",
"packageManager": "[email protected]",
"dependencies": {
"cannon-es": "^0.20.0",
"inversify": "^6.0.2",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.8.1",
"stats.js": "^0.17.0",
"three": "^0.157.0"
}
}