-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
91 lines (91 loc) · 3.09 KB
/
Copy pathpackage.json
File metadata and controls
91 lines (91 loc) · 3.09 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"private": true,
"scripts": {
"dev": "npm run development",
"development": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"prod": "npm run production",
"production": "mix --production"
},
"dependencies": {
"@babel/plugin-transform-modules-commonjs": "^7.16.0",
"@babel/runtime-corejs2": "^7.16.3",
"@brainhubeu/react-permissible": "^1.9.16",
"@coreui/chartjs": "^3.0.0",
"@coreui/coreui": "^4.1.0",
"@coreui/coreui-plugin-chartjs-custom-tooltips": "^1.3.1",
"@coreui/icons": "^2.1.0",
"@coreui/icons-react": "2.0.0-rc.5",
"@coreui/react": "4.0.0-rc.4",
"@coreui/react-chartjs": "2.0.0-rc.0",
"@coreui/utils": "^1.3.1",
"@stripe/react-stripe-js": "^1.9.0",
"@stripe/stripe-js": "^1.32.0",
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.5",
"axios": "^0.19.0",
"chart.js": "^3.6.0",
"classnames": "^2.3.1",
"core-js": "^3.19.3",
"cross-env": "^5.2.1",
"enzyme": "^3.11.0",
"flag-icon-css": "^3.5.0",
"font-awesome": "^4.7.0",
"laravel-mix": "^6.0.39",
"lodash": "^4.17.21",
"moment": "^2.29.1",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-app-polyfill": "^2.0.0",
"react-beautiful-dnd": "^11.0.5",
"react-bootstrap": "^1.6.4",
"react-chartjs-2": "^4.0.0",
"react-data-table-component": "^3.5.1",
"react-datepicker": "^2.16.0",
"react-dom": "^17.0.2",
"react-helmet": "^5.2.1",
"react-image-crop": "^8.6.12",
"react-intl": "^3.3.2",
"react-owl-carousel": "^2.3.3",
"react-redux": "^7.2.6",
"react-router-dom": "^5.3.0",
"react-select": "^3.2.0",
"react-stripe-checkout": "^2.6.3",
"react-toastify": "^5.4.0",
"react-topbar-progress-indicator": "^2.0.0",
"react-viewer": "^3.2.2",
"reactstrap": "^8.10.1",
"redux": "^4.1.2",
"redux-form": "^8.3.8",
"redux-thunk": "^2.4.1",
"simple-line-icons": "^2.5.5",
"simplebar-react": "^2.3.6",
"strip-js": "^1.2.0",
"styled-components": "^4.4.0"
},
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-strict-mode": "^7.16.0",
"@babel/preset-react": "^7.16.0",
"auto-changelog": "~2.3.0",
"bootstrap": "^4.6.1",
"browser-sync": "^2.27.7",
"browser-sync-webpack-plugin": "^2.3.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"jquery": "^3.6.0",
"popper.js": "^1.16.1",
"postcss": "^8.2.8",
"prettier": "2.4.1",
"react-scripts": "^3.4.4",
"sass": "^1.44.0",
"sass-loader": "^7.3.1",
"vue-template-compiler": "^2.6.14"
},
"peerDependencies": {
"postcss": "^8.0.0"
}
}