mirror of
https://github.com/linuxserver/Heimdall.git
synced 2026-02-21 20:20:34 +09:00
24 lines
638 B
JSON
24 lines
638 B
JSON
{
|
|
"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"
|
|
},
|
|
"devDependencies": {
|
|
"cross-env": "^5.2.0",
|
|
"laravel-mix": "^6.0.43",
|
|
"vue-loader": "^15.9.7",
|
|
"vue-template-compiler": "^2.6.14"
|
|
},
|
|
"dependencies": {
|
|
"@inertiajs/inertia": "^0.11.0",
|
|
"@inertiajs/inertia-vue": "^0.8.0",
|
|
"select2": "^4.0.7"
|
|
}
|
|
}
|