-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
82 lines (82 loc) · 2.75 KB
/
package.json
File metadata and controls
82 lines (82 loc) · 2.75 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "igropolius",
"private": true,
"version": "1.0.218",
"type": "module",
"scripts": {
"dev": "vite",
"dev:no-mocks": "VITE_NO_MOCKS=1 vite",
"predeploy": "npm run build",
"build:prod": "cross-env VITE_BASE_URL=/ vite build",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview",
"typecheck": "tsc --build --noEmit",
"prepare": "husky install",
"bump-version": "node -e \"const fs = require('fs'); const pkg = JSON.parse(fs.readFileSync('package.json')); let [major, minor, patch] = pkg.version.split('.').map(Number); patch += 1; pkg.version = [major, minor, patch].join('.'); fs.writeFileSync('package.json', JSON.stringify(pkg, null, 2) + '\\n');\"",
"generate-icons": "bash scripts/generate-icons.sh"
},
"dependencies": {
"@radix-ui/react-avatar": "^1.1.4",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-label": "^2.1.2",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-scroll-area": "^1.2.3",
"@radix-ui/react-select": "^2.1.7",
"@radix-ui/react-separator": "^1.1.2",
"@radix-ui/react-slider": "^1.3.6",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-switch": "^1.2.6",
"@radix-ui/react-tabs": "^1.1.4",
"@radix-ui/react-toggle": "^1.1.9",
"@radix-ui/react-tooltip": "^1.1.8",
"@radix-ui/themes": "^3.2.1",
"@react-spring/web": "^10.0.1",
"@react-three/drei": "^10.0.5",
"@react-three/fiber": "^9.1.0",
"@react-three/postprocessing": "^3.0.4",
"@tailwindcss/vite": "^4.0.15",
"@tanstack/react-query": "^5.74.7",
"bezier-easing": "^2.1.0",
"camera-controls": "^2.10.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"leva": "^0.10.0",
"lucide-react": "^0.483.0",
"postprocessing": "^6.37.6",
"quill": "^2.0.3",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-router": "^7.7.1",
"serve-static": "^2.2.0",
"spoiled": "^0.4.0",
"tailwind-merge": "^3.0.2",
"tailwindcss": "^4.0.15",
"three": "^0.174.0",
"tw-animate-css": "^1.2.4"
},
"devDependencies": {
"@eslint/js": "^9.21.0",
"@types/animejs": "^3.1.13",
"@types/node": "^22.13.12",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"@types/serve-static": "^1.15.7",
"@types/three": "^0.175.0",
"@vitejs/plugin-react": "^4.3.4",
"animejs": "^4.0.1",
"cross-env": "^7.0.3",
"eslint": "^9.21.0",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.19",
"globals": "^15.15.0",
"husky": "^9.1.7",
"prettier": "^3.6.2",
"react-metrika": "^0.3.3",
"typescript": "~5.7.2",
"typescript-eslint": "^8.24.1",
"vite": "^6.3.3",
"zustand": "^5.0.3"
},
"packageManager": "yarn@1.22.22"
}