-
-
Notifications
You must be signed in to change notification settings - Fork 156
/
package.json
32 lines (32 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
{
"author": "Bela Bohlender",
"license": "MIT",
"type": "module",
"devDependencies": {
"@react-three/eslint-plugin": "^0.1.1",
"@react-three/fiber": "^8.16.6",
"@types/eslint": "^8.56.10",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/three": "^0.164.0",
"@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",
"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",
"playwright": "^1.45.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"three": "^0.167.1",
"typescript": "^5.5.4",
"vite": "^5.2.11"
},
"packageManager": "[email protected]+sha512.f549b8a52c9d2b8536762f99c0722205efc5af913e77835dbccc3b0b0b2ca9e7dc8022b78062c17291c48e88749c70ce88eb5a74f1fa8c4bf5e18bb46c8bd83a"
}