-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·68 lines (68 loc) · 1.96 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "react-3d-forms",
"version": "0.1.0",
"private": true,
"dependencies": {
"@react-three/drei": "^9.64.0",
"@react-three/fiber": "^8.12.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@types/jest": "^29.5.0",
"@types/node": "^18.15.11",
"@types/react": "^18.0.33",
"@types/react-dom": "^18.0.11",
"fuse.js": "^6.6.2",
"immer": "^9.0.21",
"rdndmb-html5-to-touch": "^8.0.0",
"react": "^18.2.0",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dnd-multi-backend": "^8.0.0",
"react-dnd-touch-backend": "^16.0.1",
"react-dom": "^18.2.0",
"react-scripts": "5.0.1",
"three": "^0.151.3",
"throttle-debounce": "^5.0.0",
"typescript": "^5.0.4",
"use-asset": "^1.0.4",
"uuid": "^9.0.0",
"web-vitals": "^3.3.1",
"zustand": "^4.3.7"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"convert-icons-react": "svgr ../assets/icons/regular --replace-attr-values '#fff'='currentColor' --replace-attr-values 'none'='currentColor' --typescript --out-dir src/icons-react",
"convert-icons-sprites": "svgr ../assets/icons/regular --template ./.scripts/svgr_template.js --out-dir src/icons"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@svgr/cli": "^7.0.0",
"@types/react-beautiful-dnd": "^13.1.4",
"@types/react-dnd-multi-backend": "^6.0.2",
"@types/three": "^0.150.1",
"@types/throttle-debounce": "^5.0.0",
"@types/uuid": "^9.0.1",
"r3f-perf": "^7.1.2"
}
}