-
-
Notifications
You must be signed in to change notification settings - Fork 138
/
package.json
38 lines (38 loc) · 1.13 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
{
"type": "module",
"devDependencies": {
"@react-three/eslint-plugin": "^0.1.1",
"@react-three/fiber": "^8.16.2",
"@types/chai": "^4.3.10",
"@types/chai-as-promised": "^7.1.8",
"@types/mocha": "^10.0.4",
"@types/node": "^20.11.0",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.2.18",
"@types/three": "0.161.0",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"@vitejs/plugin-react": "^4.2.1",
"chai": "^4.3.10",
"chai-as-promised": "^7.1.1",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^27.9.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"json": "^11.0.0",
"mocha": "^10.2.0",
"prettier": "^3.2.5",
"react": "^18.3.1",
"three": "0.161.0",
"ts-node": "^10.9.2",
"typescript": "^5.4.5",
"typescript-json-schema": "^0.63.0",
"vite": "^5.0.12",
"vercel": "^34.1.8",
"@react-three/xr": "6.4.4"
}
}