-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
57 lines (57 loc) · 1.85 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
{
"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"
},
"devDependencies": {
"@babel/preset-react": "^7.13.13",
"axios": "^0.21.4",
"bootstrap": "^5.1.0",
"jquery": "^3.6",
"laravel-mix": "^6.0.6",
"lodash": "^4.17.19",
"popper.js": "^1.16.1",
"postcss": "^8.1.14",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"resolve-url-loader": "^4.0.0",
"sass": "^1.32.11",
"sass-loader": "^11.0.1"
},
"dependencies": {
"@reduxjs/toolkit": "^1.7.1",
"@wojtekmaj/react-daterange-picker": "^3.3.2",
"country-state-city": "^3.0.1",
"datatables.net-bs4": "^3.2.2",
"datatables.net-buttons-bs4": "^2.0.0",
"filepond": "^4.29.0",
"filepond-plugin-image-exif-orientation": "^1.0.11",
"filepond-plugin-image-preview": "^4.6.8",
"moment": "^2.29.1",
"react-alert": "^7.0.3",
"react-alert-template-basic": "^1.0.2",
"react-bootstrap": "^2.0.0-beta.5",
"react-datepicker": "^4.2.1",
"react-dropzone": "^11.3.4",
"react-filepond": "^7.1.1",
"react-hook-form": "^7.15.0",
"react-loader-spinner": "^4.0.0",
"react-moment": "^1.1.1",
"react-redux": "^7.2.5",
"react-router-dom": "^5.2.0",
"react-rss": "^2.0.0",
"react-tradingview-widget": "^1.3.2",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.3.0",
"rsuite": "^4.10.3",
"styled-components": "^5.3.1",
"sweetalert2": "^11.1.4",
"use-between": "0.0.18"
}
}