36 lines
1.2 KiB
JSON
36 lines
1.2 KiB
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "npm run development",
|
|
"development": "npx mix build",
|
|
"watch": "npx mix watch",
|
|
"hot": "npx mix watch --hot",
|
|
"prod": "npx mix build --production",
|
|
"production": "npm run prod",
|
|
"img": "rm -R public/img && cd resources/img/svg && svg-sprite -s --symbol-dest=sprite *.svg && mv sprite/svg/sprite.symbol.svg ../sprite.svg && rm -R sprite && cd ../../../ && cp -R resources/img public/img",
|
|
"lint": "eslint \"resources/js/**/*.{js,vue}\"",
|
|
"fix": "eslint \"resources/js/**/*.{js,vue}\" --fix"
|
|
},
|
|
"devDependencies": {
|
|
"autoprefixer": "latest",
|
|
"eslint": "^8.9.0",
|
|
"eslint-plugin-vue": "^8.4.1",
|
|
"laravel-mix": "^6.0.1",
|
|
"postcss": "^8.4.6",
|
|
"tailwindcss": "^3.0.19",
|
|
"vue": "^2.6",
|
|
"vue-loader": "^15.9.8",
|
|
"vue-template-compiler": "^2.6.14"
|
|
},
|
|
"dependencies": {
|
|
"@inertiajs/inertia": "^0.11.0",
|
|
"@inertiajs/inertia-vue": "^0.8.0",
|
|
"lodash": "^4.17.21",
|
|
"merge": "^2.1.1",
|
|
"postcss-import": "^14.0.1",
|
|
"query-string": "^7.0.0",
|
|
"v-tooltip": "^2.1.3",
|
|
"wnumb": "^1.2.0"
|
|
}
|
|
}
|