-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
42 lines (42 loc) · 1.08 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
{
"name": "testkart-dashboard",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite --host",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview --host"
},
"dependencies": {
"axios": "^1.6.5",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-device-detect": "^2.2.3",
"react-dom": "^18.2.0",
"react-icons": "^4.12.0",
"react-quill": "^2.0.0",
"react-router-dom": "^6.21.1",
"react-toastify": "^10.0.4",
"react-tooltip": "^5.26.0",
"recharts": "^2.10.4"
},
"devDependencies": {
"@eslint/js": "^9.13.0",
"@tailwindcss/typography": "^0.5.10",
"@types/react": "^18.2.43",
"@types/react-dom": "^18.2.17",
"@vitejs/plugin-react-swc": "^3.5.0",
"autoprefixer": "^10.4.16",
"eslint": "^9.13.0",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.13",
"globals": "^15.11.0",
"postcss": "^8.4.32",
"tailwindcss": "^3.4.0",
"typescript": "^5.6.3",
"typescript-eslint": "^8.12.2",
"vite": "^5.0.8"
}
}