-
-
Notifications
You must be signed in to change notification settings - Fork 198
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.13 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.13 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
{
"author": "Bela Bohlender",
"license": "MIT",
"type": "module",
"devDependencies": {
"@react-three/drei": "rc",
"@react-three/eslint-plugin": "^0.1.1",
"@react-three/fiber": "rc",
"@types/chai": "^5.0.1",
"@types/eslint": "^8.56.10",
"@types/mocha": "^10.0.10",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/three": "latest",
"@types/webxr": "^0.5.21",
"@typescript-eslint/eslint-plugin": "^7.12.0",
"@typescript-eslint/parser": "^7.12.0",
"@vitejs/plugin-basic-ssl": "^2.1.0",
"@vitejs/plugin-react": "^5.1.0",
"chai": "^5.1.2",
"eslint": "^8",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.3",
"prettier": "^3.6.2",
"eslint-plugin-react": "^7.34.2",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-unused-imports": "^4.1.4",
"json": "^11.0.0",
"mocha": "^10.8.2",
"playwright": "^1.45.1",
"react": "^19",
"react-dom": "^19",
"three": "latest",
"typescript": "^5.5.4",
"vite": "^7.2.2"
},
"dependencies": {
"ts-node": "^10.9.2"
}
}