-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.7 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
{
"name": "color-playground",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"test": "vitest",
"start": "vite",
"tsc": "tsc --watch",
"host": "vite --host",
"build": "tsc && vite build",
"preview": "vite preview"
},
"eslintConfig": {
"extends": "react-app"
},
"dependencies": {
"@radix-ui/react-slider": "^1.1.2",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-tooltip": "^1.0.7",
"@react-three/drei": "^9.99.0",
"@react-three/fiber": "^8.15.16",
"@react-three/xr": "^5.7.1",
"apca-w3": "^0.1.9",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"culori": "^4.0.1",
"leva": "^0.9.35",
"lucide-react": "^0.335.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.22.1",
"tailwind-merge": "^2.2.1",
"tailwindcss-animate": "^1.0.7",
"three": "^0.161.0"
},
"devDependencies": {
"@types/culori": "^2.1.0",
"@types/react": "^18.2.57",
"@types/react-dom": "^18.2.19",
"@types/three": "^0.161.2",
"@vitejs/plugin-basic-ssl": "^1.1.0",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.17",
"eslint": "^8.56.0",
"eslint-config-react-app": "^7.0.1",
"postcss": "^8.4.35",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.11",
"sass": "^1.71.0",
"stylelint": "^16.2.1",
"stylelint-config-prettier": "^9.0.5",
"stylelint-config-recommended": "^14.0.0",
"stylelint-config-standard-scss": "^13.0.0",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3",
"typescript-plugin-css-modules": "^5.1.0",
"vite": "^5.1.3",
"vite-tsconfig-paths": "^4.3.1",
"vitest": "^1.3.1"
}
}