-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
43 lines (43 loc) · 1.17 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
{
"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",
"postinstall": "yarn cache clean"
},
"devDependencies": {
"bootstrap": "^4.6.2",
"bootstrap-notify": "^3.1.3",
"bootstrap-select": "^1.13.18",
"codemirror": "^6.0.1",
"confetti-js": "^0.0.18",
"cross-env": "^7.0.3",
"free-jqgrid": "^4.15.5",
"hamburgers": "^1.2.1",
"jquery": "^3.7.1",
"jquery-datetimepicker": "^2.5.21",
"jquery-ui": "^1.13.2",
"jquery-validation": "^1.20.0",
"laravel-mix": "^6.0.49",
"popper.js": "^1.16.1",
"resolve-url-loader": "^5.0.0",
"sass": "^1.72.0",
"sass-loader": "16.0.4",
"summernote": "0.9.1"
},
"dependencies": {
"axios": "^1.6.8",
"clipboard": "^2.0.11",
"image-type": "^5.2.0",
"laravel-echo": "^1.17.1",
"pusher-js": "^8.4.0-rc2",
"sharp": "^0.33.5",
"webpack": "^5.91.0"
},
"packageManager": "[email protected]+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610"
}