-
-
Notifications
You must be signed in to change notification settings - Fork 159
/
Copy pathpackage.json
39 lines (39 loc) · 1.21 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
{
"author": "Bela Bohlender",
"license": "MIT",
"type": "module",
"devDependencies": {
"@react-three/eslint-plugin": "^0.1.1",
"@react-three/fiber": "^8.16.6",
"@types/chai": "^5.0.1",
"@types/eslint": "^8.56.10",
"@types/mocha": "^10.0.10",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/three": "latest",
"@types/webxr": "^0.5.16",
"@typescript-eslint/eslint-plugin": "^7.12.0",
"@typescript-eslint/parser": "^7.12.0",
"@vitejs/plugin-basic-ssl": "^1.1.0",
"@vitejs/plugin-react": "^4.3.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",
"eslint-plugin-react": "^7.34.2",
"eslint-plugin-react-hooks": "^4.6.2",
"json": "^11.0.0",
"mocha": "^10.8.2",
"playwright": "^1.45.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"three": "latest",
"typescript": "^5.5.4",
"vite": "^5.2.11"
},
"packageManager": "[email protected]+sha512.f549b8a52c9d2b8536762f99c0722205efc5af913e77835dbccc3b0b0b2ca9e7dc8022b78062c17291c48e88749c70ce88eb5a74f1fa8c4bf5e18bb46c8bd83a",
"dependencies": {
"ts-node": "^10.9.2"
}
}