This repository was archived by the owner on Jan 20, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
70 lines (70 loc) · 2.2 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
{
"private": true,
"scripts": {
"development": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"production": "mix --production"
},
"dependencies": {
"@coreui/chartjs": "^2.0.0",
"@coreui/coreui": "^3.4.0",
"@coreui/icons": "^2.0.0-rc.0",
"@coreui/icons-react": "^1.0.2",
"@coreui/react": "^3.4.5",
"@coreui/react-chartjs": "^1.0.1",
"@coreui/utils": "^1.3.1",
"@wojtekmaj/enzyme-adapter-react-17": "^0.3.2",
"apexcharts": "^3.26.0",
"classnames": "^2.2.6",
"core-js": "^3.8.3",
"debounce-promise": "^3.1.2",
"enzyme": "^3.11.0",
"flat": "^5.0.2",
"formik": "^2.2.6",
"i18next": "^20.3.1",
"i18next-browser-languagedetector": "^6.1.1",
"moment": "^2.29.1",
"pluralize": "^8.0.0",
"primeflex": "^2.0.0",
"primeicons": "^4.1.0",
"primereact": "^6.2.1",
"prop-types": "^15.7.2",
"react-apexcharts": "^1.3.9",
"react-app-polyfill": "^2.0.0",
"react-copy-to-clipboard": "^5.0.3",
"react-error-boundary": "^3.1.3",
"react-hot-toast": "^1.0.2",
"react-i18next": "^11.10.0",
"react-json-view": "^1.21.3",
"react-redux": "^7.2.2",
"react-router-dom": "^5.2.0",
"react-select": "^4.1.0",
"redux": "4.0.5",
"redux-logger": "^3.0.6",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.3.0",
"reselect": "^4.0.0",
"spinkit": "^2.0.1",
"yup": "^0.32.9"
},
"devDependencies": {
"@babel/preset-react": "^7.12.13",
"axios": "^0.21.1",
"bootstrap": "^4.6.0",
"browser-sync": "^2.26.14",
"browser-sync-webpack-plugin": "^2.3.0",
"jquery": "^3.2",
"laravel-mix": "^6.0.13",
"lodash": "^4.17.19",
"popper.js": "^1.12",
"postcss": "^8.1.14",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"resolve-url-loader": "^3.1.0",
"sass": "^1.32.6",
"sass-loader": "^12.1.0",
"vue-template-compiler": "^2.6.12"
}
}