forked from sietse85/nova-button
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.31 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
{
"private": true,
"version": "1.0.18",
"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",
"check-format": "prettier --list-different './resources/**/*.{js,vue}'",
"format": "prettier --write './resources/**/*.{js,vue}'",
"lint": "eslint resources/js --fix --ext js,vue",
"version": "auto-changelog -p && git add CHANGELOG.md && composer update"
},
"devDependencies": {
"@vue/compiler-sfc": "^3.2.22",
"auto-changelog": "^2.4.0",
"eslint-config-prettier": "^8.4.0",
"eslint-plugin-vue": "^8.7.1",
"form-backend-validation": "^2.3.3",
"laravel-mix": "^6.0.41",
"laravel-nova": "^1.12.3",
"lodash": "^4.17.21",
"postcss": "^8.3.11",
"prettier": "^2.5.1",
"vue-loader": "^16.8.3"
},
"dependencies": {
"vue": "^3.0"
},
"name": "nova-button",
"repository": "git@github.com:sietse85/nova-button",
"author": "Sietse Sietsma <sietse85@gmail.com>",
"license": "MIT"
}