-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 894 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 894 Bytes
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
{
"name": "batchnz/nova-button-tooltip",
"version": "2.1.4",
"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",
"publish-and-tag": "git push --tags && git push origin main",
"version:patch": "npm version patch && npm run publish-and-tag",
"version:minor": "npm version minor && npm run publish-and-tag",
"version:marjor": "npm version major && npm run publish-and-tag",
"nova:install": "npm --prefix='../../vendor/laravel/nova' ci"
},
"devDependencies": {
"form-backend-validation": "^2.3.3",
"laravel-mix": "^6.0.41",
"lodash": "^4.17.21",
"postcss": "^8.3.11",
"vue": "^3.4.21",
"vue-loader": "^16.8.3"
}
}