forked from Data-Sculptor-X/VOJ-ReactJS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
99 lines (99 loc) · 3.25 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"name": "argon-dashboard-pro-react",
"version": "1.2.5",
"private": true,
"dependencies": {
"@babel/plugin-transform-runtime": "^7.24.3",
"@babel/preset-env": "^7.24.5",
"@babel/runtime": "^7.24.5",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@fortawesome/fontawesome-free": "6.5.1",
"@fortawesome/fontawesome-svg-core": "^6.5.2",
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"@fullcalendar/core": "6.1.10",
"@fullcalendar/daygrid": "6.1.10",
"@fullcalendar/interaction": "6.1.10",
"@material-ui/core": "^4.12.4",
"@material-ui/icons": "^4.11.3",
"@material-ui/lab": "^4.0.0-alpha.61",
"@mui/material": "^5.15.16",
"@react-oauth/google": "^0.12.1",
"axios": "^0.19.2",
"bootstrap": "4.6.2",
"chart.js": "2.9.4",
"classnames": "^2.3.2",
"dropzone": "5.9.3",
"framer-motion": "^11.2.6",
"list.js": "2.3.1",
"moment": "2.29.4",
"nouislider": "15.4.0",
"prop-types": "15.8.1",
"quill": "1.3.7",
"react": "18.2.0",
"react-bootstrap-sweetalert": "5.2.0",
"react-bootstrap-table-next": "4.0.3",
"react-bootstrap-table2-paginator": "2.1.2",
"react-bootstrap-table2-toolkit": "2.1.3",
"react-chartjs-2": "2.11.2",
"react-copy-to-clipboard": "5.1.0",
"react-datetime": "3.2.0",
"react-dom": "18.2.0",
"react-icons": "^5.2.0",
"react-intersection-observer": "^9.10.2",
"react-jvectormap": "0.0.16",
"react-loader-spinner": "^6.1.6",
"react-markdown": "^9.0.1",
"react-notification-alert": "0.0.13",
"react-perfect-scrollbar": "1.5.8",
"react-quill": "2.0.0",
"react-redux": "^9.1.0",
"react-router-dom": "6.21.1",
"react-scripts": "5.0.1",
"react-select2-wrapper": "1.0.4-beta6",
"react-speech-kit": "^3.0.1",
"react-speech-recognition": "^3.10.0",
"react-spring": "^9.7.3",
"react-star-ratings": "^2.3.0",
"react-text-format": "^2.0.32",
"react-to-print": "2.14.15",
"reactstrap": "8.10.0",
"redux": "^5.0.1",
"redux-thunk": "^2.4.2",
"sass": "1.69.5",
"select2": "4.1.0-rc.0",
"sweetalert2": "11.10.1",
"tailwindcss": "^3.4.3"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"install:clean": "rm -rf node_modules/ && rm -rf package-lock.json && npm install && npm start",
"compile:scss": "sass src/assets/scss/argon-dashboard-pro-react.scss src/assets/css/argon-dashboard-pro-react.css",
"minify:scss": "sass src/assets/scss/argon-dashboard-pro-react.scss src/assets/css/argon-dashboard-pro-react.min.css --style compressed",
"build:scss": "npm run compile:scss && npm run minify:scss && npm run map:scss"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "7.21.11",
"eslint-plugin-flowtype": "8.0.3",
"typescript": "5.3.3"
},
"overrides": {
"svgo": "3.0.2",
"fsevents": "2.3.2",
"chokidar": "3.5.3",
"@babel/plugin-transform-private-property-in-object": "7.23.4"
}
}