-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.23 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.23 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
{
"name": "vite-react-typescript-starter",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"classnames": "^2.5.1",
"html2canvas": "^1.4.1",
"lodash": "^4.17.21",
"lodash.debounce": "^4.0.8",
"lucide-react": "^0.294.0",
"react": "^18.2.0",
"react-color": "^2.19.3",
"react-colorful": "^5.6.1",
"react-dom": "^18.2.0",
"react-draggable": "^4.4.5",
"react-resizable": "^3.0.5"
},
"devDependencies": {
"@eslint/js": "^8.56.0",
"@types/lodash.debounce": "^4.0.9",
"@types/node": "^24.0.7",
"@types/react": "^18.2.15",
"@types/react-color": "^3.0.13",
"@types/react-dom": "^18.2.7",
"@types/react-resizable": "^3.0.4",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"@vitejs/plugin-react": "^4.0.3",
"autoprefixer": "^10.4.14",
"eslint": "^8.56.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"globals": "^13.24.0",
"postcss": "^8.4.27",
"tailwindcss": "^3.3.3",
"typescript": "^5.0.2",
"vite": "^4.4.5"
}
}