-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
49 lines (49 loc) · 1.62 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
{
"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",
"compress": "bread-compressor -s public/css/*.css public/js/*.js"
},
"devDependencies": {
"@fortawesome/fontawesome-free": "^6.1.1",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^13.5.0",
"bread-compressor-cli": "^1.1.0",
"browser-sync": "^3.0.2",
"browser-sync-webpack-plugin": "^2.3.0",
"laravel-mix": "^6.0.49",
"laravel-mix-compress": "^3.0.0",
"laravel-mix-purgecss": "^6.0.0",
"lodash": "^4.17.19",
"postcss": "^8.1.14",
"sass": "^1.54.0",
"sweetalert2": "^11.4.19",
"web-vitals": "^2.1.4"
},
"dependencies": {
"antd": "^5.15.3",
"axios": "^0.27.2",
"caniuse-lite": "^1.0.30001597",
"compression-webpack-plugin": "^10.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-fullscreen-loading": "^0.0.4",
"react-loading-skeleton": "^3.1.0",
"react-redux": "^8.0.2",
"react-router-dom": "5.0.1",
"react-scripts": "5.0.1",
"react-select": "^5.4.0",
"react-top-loading-bar": "^2.1.0",
"redux": "^4.2.0",
"redux-form": "^8.3.8",
"redux-form-input-masks": "^2.0.2",
"redux-thunk": "^2.4.1"
}
}