-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
executable file
·71 lines (71 loc) · 2.3 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
{
"private": true,
"scripts": {
"development": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"production": "mix --production",
"dev": "npm run development",
"prod": "npm run production"
},
"devDependencies": {
"@babel/preset-react": "^7.16.7",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.0-rc.0",
"axios": "^0.21.1",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-preset-react": "^6.24.0",
"browser-sync": "^2.27.9",
"browser-sync-webpack-plugin": "^2.3.0",
"cookie-signature": "^1.1.0",
"cross-env": "^3.2.3",
"jquery": "^3.5.0",
"laravel-mix": "^6.0.43",
"lodash": "^4.17.13",
"react-refresh": "^0.14.0",
"sass": "^1.51.0",
"sass-loader": "^12.1.0",
"webpack": "^5.72.0"
},
"dependencies": {
"amdefine": "^1.0.1",
"array-flatten": "^2.1.2",
"bulma": "0.9.3",
"camelizer": "^0.1.0",
"chart.js": "^2.7.3",
"content-disposition": "^0.5.3",
"content-type": "^1.0.4",
"datatables-bulma": "^1.0.1",
"datatables.net": "^1.10.19",
"dragscroll": "0.0.8",
"font-awesome": "^4.7.0",
"fuse.js": "^3.4.4",
"google-maps-react": "^2.0.6",
"lodash._baseassign": "^3.2.0",
"lodash._baseclone": "^4.5.7",
"lodash._bindcallback": "^3.0.1",
"lodash._createassigner": "^3.1.1",
"marked": "^4.0.14",
"merge-descriptors": "^1.0.1",
"methods": "^1.1.2",
"moment": "^2.29.3",
"path-to-regexp": "^1.7.0",
"prop-types": "^15.7.2",
"proxy-addr": "^1.1.5",
"randomcolor": "^0.5.4",
"react": "^16.8.4",
"react-addons-update": "^15.6.2",
"react-async-script": "^0.11.1",
"react-dates": "^17.2.0",
"react-dom": "^16.8.4",
"react-google-recaptcha": "^0.9.9",
"react-image-gallery": "^0.8.14",
"react-loadable": "^5.5.0",
"react-router-dom": "^5.3.1",
"react-rte": "^0.16.5",
"react-select": "^1.3.0",
"slick-carousel": "^1.8.1",
"type-is": "^1.6.16",
"webpack-dev-server": "4.8.1"
}
}