-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.98 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 1.98 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
{
"name": "velonicbsreact2",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "yarn && vite --host --open",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"format": "prettier --write 'src/**/*.{ts,tsx}'"
},
"dependencies": {
"@hookform/resolvers": "^3.1.1",
"apexcharts": "3.35.4",
"axios": "^1.6.7",
"axios-mock-adapter": "^1.21.5",
"bootstrap": "5.3.0",
"chart.js": "^4.3.3",
"google-maps-react": "^2.0.6",
"jsvectormap": "1.3.2",
"jwt-decode": "^3.1.2",
"nouislider-react": "^3.4.1",
"react": "^18.2.0",
"react-albus": "^2.0.0",
"react-apexcharts": "^1.4.0",
"react-bootstrap": "^2.8.0",
"react-bootstrap-editable": "^0.8.2",
"react-bootstrap-typeahead": "^6.2.2",
"react-chartjs-2": "^3.3.0",
"react-cropper": "^2.3.3",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"react-easy-edit": "^1.16.0",
"react-flatpickr": "^3.10.13",
"react-helmet": "^6.1.0",
"react-hook-form": "^7.45.2",
"react-quill": "^0.0.2",
"react-router-dom": "^6.14.2",
"react-select": "^5.7.3",
"react-sparklines": "^1.7.0",
"react-table": "^7.7.0",
"react-text-mask-legacy": "^5.5.3",
"rsuite": "^5.35.1",
"sass": "^1.64.1",
"simplebar-react": "^3.2.4",
"yup": "^1.2.0"
},
"devDependencies": {
"@types/node": "^20.4.5",
"@types/react": "^18.2.17",
"@types/react-albus": "^2.0.9",
"@types/react-chartjs-2": "^2.5.7",
"@types/react-dom": "^18.2.7",
"@types/react-flatpickr": "^3.8.8",
"@types/react-helmet": "^6.1.6",
"@types/react-sparklines": "^1.7.2",
"@types/react-table": "^7.7.9",
"@vitejs/plugin-react": "^4.0.4",
"eslint": "^8.47.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"prettier": "^3.0.1",
"typescript": "^5.1.6",
"vite": "^4.4.9"
}
}