-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.44 KB
/
Copy pathpackage.json
File metadata and controls
53 lines (53 loc) · 1.44 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
{
"name": "color-playground",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"test": "vitest",
"dev": "vite",
"tsc": "tsc --watch",
"host": "vite --host",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@radix-ui/react-slider": "^1.3.6",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-tooltip": "^1.2.8",
"@react-three/drei": "^10.7.7",
"@react-three/fiber": "^9.6.1",
"@react-three/xr": "^6.6.30",
"apca-w3": "^0.1.9",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"culori": "^4.0.2",
"leva": "^0.10.1",
"lucide-react": "^1.17.0",
"react": "^19.2.6",
"react-dom": "^19.2.6",
"react-router": "^7.16.0",
"tailwind-merge": "^3.6.0",
"three": "^0.184.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.3.0",
"@types/culori": "^4.0.1",
"@types/react": "^19.2.15",
"@types/react-dom": "^19.2.3",
"@types/three": "^0.184.1",
"@vitejs/plugin-basic-ssl": "^2.3.0",
"@vitejs/plugin-react": "^6.0.2",
"postcss": "^8.5.15",
"prettier": "^3.8.3",
"prettier-plugin-tailwindcss": "^0.8.0",
"stylelint": "^17.12.0",
"stylelint-config-prettier": "^9.0.5",
"stylelint-config-recommended": "^18.0.0",
"tailwindcss": "^4.3.0",
"typescript": "^6.0.3",
"typescript-plugin-css-modules": "^5.2.0",
"vite": "^8.0.14",
"vitest": "^4.1.7"
}
}