forked from Lyons800/IDENTI3-PRO-HACKFS-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
80 lines (80 loc) · 2.34 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
75
76
77
78
79
80
{
"name": "volt-pro-react-dashboard",
"description": "Volt Pro is a premium React Dashboard based on Bootstrap 5, featuring over 200 UI elements, plugins, and pages.",
"author": "Themesberg",
"keywords": [
"bootstrap 5",
"react",
"react dashboard",
"react admin template"
],
"homepage": "https://demo.themesberg.com/volt-pro-react",
"bugs": {
"url": "https://themesberg.com/contact"
},
"version": "1.1.0",
"private": true,
"dependencies": {
"@fullcalendar/bootstrap": "^5.10.0",
"@fullcalendar/daygrid": "^5.10.0",
"@fullcalendar/interaction": "^5.10.0",
"@fullcalendar/react": "^5.10.0",
"@fullcalendar/timegrid": "^5.10.0",
"@heroicons/react": "^1.0.5",
"@svg-maps/world": "^1.0.1",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^11.2.7",
"@testing-library/user-event": "^12.8.3",
"apexcharts": "^3.29.0",
"bootstrap": "^5.1.3",
"leaflet": "^1.7.1",
"moment-timezone": "^0.5.33",
"nouislider-react": "^3.4.1",
"react": "^17.0.2",
"react-apexcharts": "^1.3.9",
"react-beautiful-dnd": "^13.1.0",
"react-bootstrap": "^2.0.1",
"react-bootstrap-table-next": "^4.0.3",
"react-bootstrap-table2-paginator": "^2.1.2",
"react-bootstrap-table2-toolkit": "^2.1.3",
"react-copy-to-clipboard": "^5.0.4",
"react-countup": "^6.0.0",
"react-datetime": "^3.1.1",
"react-device-detect": "^2.1.2",
"react-dom": "^17.0.2",
"react-dropzone": "^11.4.2",
"react-github-btn": "^1.2.1",
"react-leaflet": "^3.2.2",
"react-live": "^2.3.0",
"react-router-dom": "^5.3.0",
"react-router-hash-link": "^2.4.3",
"react-scripts": "^3.4.3",
"react-select": "^5.1.0",
"react-transition-group": "^4.4.2",
"sass": "^1.43.4",
"simplebar-react": "^2.3.6",
"sweetalert2": "^11.1.9",
"sweetalert2-react-content": "^4.2.0",
"uuid": "^8.3.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"build-local": "PUBLIC_URL=./ react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not op_mini all"
],
"devDependencies": {
"gh-pages": "^3.2.3"
}
}