-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.31 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
{
"name": "crcs-dashboard",
"private": true,
"version": "2.0.1",
"type": "module",
"scripts": {
"dev": "vite --port 3000",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@heroicons/react": "2.0.12",
"@material-tailwind/react": "1.2.4",
"@react-google-maps/api": "^2.18.1",
"ag-grid-community": "^30.0.2",
"ag-grid-react": "^30.0.2",
"apexcharts": "3.35.5",
"axios": "^1.4.0",
"jspdf": "^2.5.1",
"jspdf-autotable": "^3.5.29",
"papaparse": "^5.4.1",
"prop-types": "15.8.1",
"randomcolor": "^0.6.2",
"react": "18.2.0",
"react-apexcharts": "1.4.0",
"react-dom": "18.2.0",
"react-router-dom": "6.4.2"
},
"devDependencies": {
"@types/react": "18.0.17",
"@types/react-dom": "18.0.6",
"@vitejs/plugin-react": "2.1.0",
"autoprefixer": "10.4.12",
"postcss": "8.4.17",
"prettier": "2.7.1",
"prettier-plugin-tailwindcss": "0.1.13",
"tailwindcss": "3.1.8",
"vite": "3.1.0"
},
"main": "vite.config.js",
"repository": {
"type": "git",
"url": "git+https://github.com/GlenDsza/crcs_dashboard.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/GlenDsza/crcs_dashboard/issues"
},
"homepage": "https://github.com/GlenDsza/crcs_dashboard#readme"
}