-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
44 lines (44 loc) · 1.47 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
{
"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/eslint-parser": "^7.22.15",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"axios": "^0.27",
"axios-extensions": "^3.1.6",
"bootstrap-italia": "^1.4.3",
"cross-env": "^7.0.3",
"datatables.net": "^1.13.6",
"datatables.net-dt": "^1.13.6",
"datatables.net-responsive": "^2.5.0",
"datatables.net-responsive-dt": "^2.4.1",
"eslint": "^8.52.0",
"eslint-plugin-vue": "^9.17.0",
"eslint-webpack-plugin": "^4.0.1",
"iframe-resizer": "^4.3.6",
"jquery": "^3.7.0",
"laravel-mix": "^6.0.49",
"laravel-mix-eslint": "^0.2.0",
"laravel-mix-eslint-config": "^0.1.7",
"laravel-mix-stylelint": "^1.0.0",
"popper.js": "^1.16.1",
"postcss": "^8.4.31",
"resolve-url-loader": "^5.0.0",
"sass": "^1.69.4",
"sass-loader": "^13.3.2",
"stylelint": "^14.16.1",
"stylelint-config-standard-scss": "^6.1.0",
"stylelint-webpack-plugin": "^4.1.1",
"swagger-ui": "^4.19.0",
"throttle-debounce": "^5.0.0",
"upper-case-first": "^2.0.2"
}
}