forked from laravel/laravel
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
36 lines (36 loc) · 1.26 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
{
"private": true,
"scripts": {
"dev": "npm run development",
"development": "mix --mix-config=build/webpack.mix.js",
"watch": "npm run development watch",
"watch-poll": "npm run development watch -- --watch-options-poll=1000",
"hot": "npm run development watch --hot",
"prod": "npm run production",
"production": "mix --production --mix-config=build/webpack.mix.js"
},
"devDependencies": {
"@vee-validate/i18n": "^4.5.10",
"@vee-validate/rules": "^4.5.10",
"@vueuse/core": "^8.0.0",
"browser-sync": "^2.24.6",
"browser-sync-webpack-plugin": "^2.0.1",
"cross-env": "^7.0",
"eslint": "^7.25.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-vue": "^8.5.0",
"eslint-webpack-plugin": "^2.5.4",
"laravel-mix": "^6.0.25",
"laravel-mix-eslint": "^0.2.0",
"postcss": "^8.3.5",
"postcss-import": "14.0.1",
"postcss-nested": "5.0.5",
"resolve-url-loader": "^3.1.0",
"tailwindcss": "^3.1.8",
"vee-validate": "^4.5.10",
"vue": "^3.2.31",
"vue-loader": "^17.0.0",
"vue-template-compiler": "^2.6.14"
}
}