-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.33 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"
},
"devDependencies": {
"@popperjs/core": "^2.11.6",
"axios": "^1.6.7",
"bootstrap": "^5.2.3",
"browser-sync-webpack-plugin": "^2.3.0",
"cypress": "^13.3.1",
"jquery": "^3.6.3",
"jquery-ui": "^1.13.2",
"laravel-datatables-vite": "^0.5.0",
"laravel-mix": "^6.0.49",
"lodash": "^4.17.19",
"popper.js": "^1.16.1",
"postcss": "^8.1.14",
"resolve-url-loader": "^5.0.0",
"sass": "^1.56.1",
"sass-loader": "^11.0.1",
"webpack-cli": "^4.8.0"
},
"dependencies": {
"aos": "^2.3.4",
"browser-sync": "^2.29.3",
"datatables.net-bs5": "^1.13.7",
"datatables.net-buttons-bs5": "^2.4.2",
"datatables.net-datetime": "^1.5.0",
"datatables.net-responsive-bs5": "^2.5.0",
"datatables.net-searchbuilder-bs5": "^1.6.0",
"datatables.net-select-bs5": "^1.7.0",
"jszip": "^3.10.1",
"laravel-mix-imagemin": "^1.0.3",
"pdfmake": "^0.2.8"
}
}