forked from ad044/LainTSX
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 889 Bytes
/
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
{
"name": "laintsx",
"version": "0.4.4",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest --watch"
},
"dependencies": {
"@react-three/drei": "^9.13.2",
"@react-three/fiber": "^8.0.26",
"next": "12.1.6",
"react": "18.2.0",
"react-dom": "18.2.0",
"rxjs": "^7.5.5",
"three": "^0.141.0",
"three-plain-animator": "^1.1.2",
"zustand": "^4.0.0-rc.1"
},
"devDependencies": {
"@types/jest": "^28.1.4",
"@types/node": "18.0.0",
"@types/react": "18.0.14",
"@types/react-dom": "18.0.5",
"@types/three": "^0.141.0",
"eslint": "8.18.0",
"eslint-config-next": "12.1.6",
"file-loader": "^6.2.0",
"jest": "^28.1.2",
"jest-environment-jsdom": "^28.1.2",
"raw-loader": "^4.0.2",
"typescript": "4.7.4"
}
}