-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
53 lines (53 loc) · 1.56 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "r3dy",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"test": "jest"
},
"dependencies": {
"@babel/plugin-syntax-jsx": "^7.22.5",
"@babel/preset-env": "^7.22.7",
"@babel/preset-react": "^7.22.5",
"@babel/preset-typescript": "^7.22.5",
"@react-spring/three": "^9.7.3",
"@testing-library/jest-dom": "^5.16.5",
"@use-gesture/react": "^10.2.27",
"@vitejs/plugin-react": "^4.0.3",
"babel-jest": "^29.6.1",
"core-js": "^3.31.1",
"jest-environment-jsdom": "^29.6.1",
"leva": "^0.9.35",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-three-fiber": "^6.0.13",
"resize-observer-polyfill": "^1.5.1",
"three": "^0.154.0",
"ts-jest": "^29.1.1"
},
"devDependencies": {
"@react-three/drei": "^9.77.7",
"@react-three/fiber": "^8.13.4",
"@react-three/test-renderer": "^8.1.5",
"@testing-library/react": "^14.0.0",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.0.11",
"@types/three": "^0.152.1",
"@typescript-eslint/eslint-plugin": "^5.59.0",
"@typescript-eslint/parser": "^5.59.0",
"@vitejs/plugin-react-swc": "^3.0.0",
"eslint": "^8.38.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.3.4",
"jest": "^29.6.1",
"r3f-perf": "^7.1.2",
"three": "^0.154.0",
"typescript": "^5.0.2",
"vite": "^4.3.9"
}
}