-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.63 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.63 KB
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
{
"name": "sorrowking",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"check": "tsc -b",
"build": "vite build",
"lint": "eslint .",
"deploy": "vite preview",
"start": "vite preview"
},
"dependencies": {
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/modifiers": "^9.0.0",
"@dnd-kit/sortable": "^10.0.0",
"@mantine/carousel": "^7.17.0",
"@mantine/core": "^7.16.3",
"@mantine/hooks": "^7.16.3",
"@mantine/notifications": "^7.16.3",
"@mantine/styles": "^6.0.22",
"@react-three/drei": "^9.121.5",
"@react-three/fiber": "^8.17.14",
"@tabler/icons-react": "^3.30.0",
"@types/three": "^0.173.0",
"classnames": "^2.5.1",
"framer-motion": "^12.4.3",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-router-dom": "^7.1.5",
"react-select": "^5.10.0",
"react-toastify": "^11.0.3",
"three": "^0.173.0",
"uuid": "^11.0.5",
"vite": "^6.1.0",
"vite-plugin-pwa": "^0.21.1",
"vite-plugin-static-copy": "^2.2.0",
"zustand": "^5.0.3"
},
"devDependencies": {
"@eslint/js": "^9.19.0",
"@types/node": "^22.13.1",
"@types/react": "^18.0.8",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^9.19.0",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.18",
"globals": "^15.14.0",
"sass-embedded": "^1.83.4",
"scss": "^0.2.4",
"typescript": "~5.7.2",
"typescript-eslint": "^8.22.0"
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-musl": "^4.34.6",
"@rollup/rollup-win32-x64-msvc": "^4.34.6"
}
}