-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.02 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.02 KB
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
{
"name": "toy",
"version": "1.0.0",
"description": "",
"main": "dist/index.html",
"scripts": {
"start": "webpack serve",
"build": "tsc && vite build",
"test": "vitest"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@dimforge/rapier3d": "^0.14.0",
"three": "^0.171.0"
},
"devDependencies": {
"@eslint/js": "^9.19.0",
"@types/node": "^22.10.7",
"@types/three": "^0.170.0",
"@types/webpack": "^5.28.5",
"@types/webpack-dev-server": "^4.7.1",
"@vitest/browser": "^3.0.2",
"eslint": "^9.19.0",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-prettier": "^5.2.3",
"html-webpack-plugin": "^5.6.3",
"jiti": "^2.4.2",
"jsdom": "^26.0.0",
"playwright": "^1.49.1",
"ts-loader": "^9.5.2",
"ts-node": "^10.9.2",
"typescript": "^5.7.3",
"typescript-eslint": "^8.21.0",
"vite-plugin-wasm": "^3.4.1",
"vitest": "^3.0.2",
"webpack": "^5.97.1",
"webpack-cli": "^6.0.1",
"webpack-dev-server": "^5.2.0"
}
}