-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
79 lines (79 loc) · 2.34 KB
/
Copy pathpackage.json
File metadata and controls
79 lines (79 loc) · 2.34 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "cdas-pub-test",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build --mode prod",
"build:dev": "tsc && vite build --mode dev",
"build:test": "tsc && vite build --mode test",
"preview": "vite preview",
"start": "npm run dev",
"lint": "eslint --ext .js,.jsx,.ts,.tsx src",
"prepare": "husky install",
"deploy:production": "./scripts/deploy-production.sh"
},
"dependencies": {
"@shopify/react-web-worker": "^5.0.13",
"@tanstack/react-table": "^8.7.6",
"@types/axios": "^0.14.0",
"@types/leaflet": "^1.9.3",
"@types/react-leaflet": "^3.0.0",
"axios": "^1.11.0",
"chart.js": "^4.2.0",
"chartjs-adapter-moment": "^1.0.1",
"chartjs-plugin-datalabels": "^2.2.0",
"chartjs-plugin-zoom": "^2.0.1",
"d3": "^7.8.5",
"decode-html": "^2.0.0",
"dompurify": "^3.2.6",
"dotenv": "^16.0.3",
"framer-motion": "^10.16.5",
"history": "^5.3.0",
"html-to-image": "^1.11.11",
"leaflet": "^1.9.4",
"lottie-react": "^2.4.0",
"module-alias": "^2.2.2",
"moment": "^2.29.4",
"react": "^18.2.0",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.2.0",
"react-grid-layout": "^1.3.4",
"react-icons": "^4.7.1",
"react-leaflet": "^4.2.1",
"react-loader-spinner": "^5.3.4",
"react-router-dom": "^7.7.1",
"react-toggle-dark-mode": "^1.1.1",
"styled-components": "^5.3.6",
"vite-tsconfig-paths": "^4.0.5",
"zustand": "^4.3.2"
},
"devDependencies": {
"@tailwindcss/line-clamp": "^0.4.2",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"@types/styled-components": "^5.1.26",
"@typescript-eslint/eslint-plugin": "^5.46.1",
"@typescript-eslint/parser": "^5.46.1",
"@vitejs/plugin-react-swc": "^3.11.0",
"autoprefixer": "^10.4.13",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"husky": "^8.0.3",
"node-xlsx": "^0.24.0",
"postcss": "^8.4.20",
"prettier": "^3.0.0-alpha.6",
"sass": "^1.57.1",
"tailwindcss": "^3.2.4",
"typescript": "^4.9.3",
"vite": "^6.3.2"
},
"_moduleAliases": {
"@": "src"
}
}