-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.47 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.47 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
{
"name": "codify-frontend",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"axios": "^1.11.0",
"jszip": "^3.10.1",
"react": "^18.2.0",
"react-datepicker": "^8.3.0",
"react-diff-viewer-continued": "^3.4.0",
"react-dom": "^18.2.0",
"react-icons": "^4.11.0",
"react-query": "^3.39.3",
"react-router-dom": "^6.21.2",
"react-slick": "^0.30.3",
"react-tooltip": "^5.28.1",
"recharts": "^2.15.3",
"slick-carousel": "^1.8.1",
"vis-network": "^9.1.10",
"zustand": "^5.0.4"
},
"devDependencies": {
"@eslint/js": "^9.25.0",
"@types/lodash": "^4.17.18",
"@types/node": "^22.15.21",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"@types/react-icons": "^2.2.7",
"@types/react-slick": "^0.23.13",
"@typescript-eslint/eslint-plugin": "^8.32.1",
"@typescript-eslint/parser": "^8.32.1",
"@vitejs/plugin-react": "^4.4.1",
"autoprefixer": "^10.4.21",
"eslint": "^9.26.0",
"eslint-config-prettier": "^10.1.5",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.19",
"globals": "^16.0.0",
"postcss": "^8.5.3",
"prettier": "^3.5.3",
"tailwindcss": "^3.4.17",
"typescript": "^5.8.3",
"typescript-eslint": "^8.30.1",
"vite": "^6.3.5"
}
}