-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.67 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
{
"name": "dice-generator",
"type": "module",
"version": "0.0.0",
"private": true,
"packageManager": "[email protected]",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@doodle3d/clipper-js": "^1.0.11",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/react-fontawesome": "^0.2.2",
"@jscad/modeling": "^2.12.3",
"@mantine/core": "^7.13.4",
"@mantine/dropzone": "^7.13.4",
"@mantine/hooks": "^7.13.4",
"@mantine/notifications": "^7.13.4",
"@react-three/drei": "^9.115.0",
"@react-three/fiber": "^8.17.10",
"@react-three/flex": "^1.0.1",
"camera-controls": "^2.9.0",
"file-saver": "^2.0.5",
"fontkit": "^2.0.4",
"pretty-bytes": "^6.1.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"three": "^0.170.0",
"three-bvh-csg": "^0.0.16",
"three-mesh-bvh": "^0.8.2",
"zustand": "^5.0.1"
},
"devDependencies": {
"@antfu/eslint-config": "^3.8.0",
"@eslint-react/eslint-plugin": "^1.15.2",
"@total-typescript/tsconfig": "^1.0.4",
"@types/file-saver": "^2.0.7",
"@types/fontkit": "^2.0.7",
"@types/node": "^20.17.4",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/three": "^0.169.0",
"@vitejs/plugin-react-swc": "^3.7.1",
"eslint": "^9.13.0",
"eslint-plugin-format": "^0.1.2",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.14",
"sass-embedded": "^1.80.6",
"typescript": "^5.6.3",
"utility-types": "^3.11.0",
"vite": "^5.4.10",
"vite-plugin-node-polyfills": "^0.22.0"
}
}