forked from Henridv/laravel-booking
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1012 Bytes
/
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
{
"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",
"lint": "eslint -f checkstyle ./resources/js > ./storage/logs/checkstyle-eslint.xml || exit 0"
},
"devDependencies": {
"axios": "^0.21.1",
"bootstrap": "^4.6.0",
"bootswatch": "^4.6.0",
"cross-env": "^7.0",
"eslint": "^8.10.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.22.1",
"jquery": "^3.5.1",
"laravel-mix": "^6.0.19",
"lodash": "^4.17.21",
"popper.js": "^1.16.1",
"postcss": "^8.2.15",
"resolve-url-loader": "^3.1.3",
"sass": "^1.32.5",
"sass-loader": "^8.0.0",
"vue-template-compiler": "^2.6.12"
},
"dependencies": {
"moment": "^2.29.1",
"select2": "^4.0.8",
"select2-bootstrap-theme": "0.1.0-beta.10"
}
}