forked from ziffmedia/nova-select-plus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 877 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
{
"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",
"nova:install": "npm --prefix='vendor/laravel/nova' ci",
"eslint": "eslint --ext .js,.vue --fix-dry-run --fix-type suggestion,problem resources/js"
},
"devDependencies": {
"@vue/compiler-sfc": "^3.2.22",
"eslint": "^7.32.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-vue": "^8.3.0",
"laravel-mix": "^6.0.41",
"lodash": "^4.17.20",
"postcss": "^8.3.11",
"resolve-url-loader": "^3.1.0",
"tailwindcss": "^3.1.8",
"vue": "^3.2.37",
"vue-draggable-next": "^2.1.1",
"vue-loader": "^16.0",
"vue-select": "^4.0.0-beta.4"
}
}