-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 loc) · 2.11 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "tms",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@fortawesome/fontawesome-svg-core": "^6.5.2",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/react-fontawesome": "^0.2.2",
"@mui/icons-material": "^5.16.9",
"@mui/material": "^5.16.9",
"@mui/x-charts": "^7.12.1",
"@mui/x-date-pickers": "^7.23.1",
"ag-grid-community": "^32.3.2",
"ag-grid-react": "^32.3.2",
"axios": "^1.7.2",
"bootstrap": "^5.3.3",
"crypto-js": "^4.2.0",
"date-fns": "^4.1.0",
"gsap": "^3.12.5",
"jspdf": "^2.5.2",
"jspdf-autotable": "^3.8.4",
"leaflet": "^1.9.4",
"moment": "^2.30.1",
"qrcode.react": "^4.2.0",
"react": "^18.3.1",
"react-barcode": "^1.5.3",
"react-csv": "^2.2.2",
"react-datepicker": "^7.5.0",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^18.3.1",
"react-google-charts": "^5.2.1",
"react-icons": "^5.2.1",
"react-leaflet": "^4.2.1",
"react-modal": "^3.16.1",
"react-paginate": "^8.2.0",
"react-qr-code": "^2.0.15",
"react-qrcode-logo": "^3.0.0",
"react-router-dom": "^6.26.2",
"react-select": "^5.8.0",
"react-step-progress": "^1.0.3",
"react-table": "^7.8.0",
"react-to-print": "^3.0.1",
"react-toastify": "^10.0.5",
"react-window": "^1.8.10",
"recharts": "^2.13.0",
"vue": "^3.4.38",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"init": "^0.1.2",
"npx": "^10.2.2",
"postcss": "^8.4.39",
"tailwindcss": "^3.4.10",
"vite": "^5.2.0"
}
}