47 lines
1.5 KiB
JSON
47 lines
1.5 KiB
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "npm run development",
|
|
"development": "npx vite",
|
|
"watch": "npx vite",
|
|
"hot": "npx vite",
|
|
"prod": "npx vite build",
|
|
"production": "npm run prod",
|
|
"img": "cd resources/img/svg && npx svg-sprite -s --symbol-dest=sprite *.svg && mv sprite/svg/sprite.css.svg ../../../public/sprite.svg && rm -R sprite",
|
|
"lint": "eslint \"resources/js/**/*.{js,vue}\"",
|
|
"fix": "eslint \"resources/js/**/*.{js,vue}\" --fix"
|
|
},
|
|
"devDependencies": {
|
|
"autoprefixer": "^10.4.17",
|
|
"axios": "^1.6.6",
|
|
"accounting": "^0.4.1",
|
|
"dayjs": "^1.11.10",
|
|
"eslint": "^8.56.0",
|
|
"eslint-config-prettier": "^8.10.0",
|
|
"eslint-plugin-vue": "^8.7.1",
|
|
"postcss": "^8.4.33",
|
|
"tailwindcss": "^3.4.1",
|
|
"vue-axios": "^3.5.2"
|
|
},
|
|
"dependencies": {
|
|
"@inertiajs/vue3": "^1.0.14",
|
|
"@tailwindcss/typography": "^0.5.10",
|
|
"@vitejs/plugin-vue": "^4.6.2",
|
|
"change-case": "^4.1.2",
|
|
"floating-vue": "^2.0.0",
|
|
"laravel-echo": "^1.15.3",
|
|
"laravel-vite-plugin": "^0.7.8",
|
|
"lodash": "^4.17.21",
|
|
"merge": "^2.1.1",
|
|
"pinia": "^2.1.7",
|
|
"postcss-import": "^14.1.0",
|
|
"prettier": "^2.8.8",
|
|
"pusher-js": "^8.3.0",
|
|
"svg-sprite": "^2.0.2",
|
|
"vite": "^4.5.2",
|
|
"vue": "^3.3.4",
|
|
"vue-toastification": "^2.0.0-rc.5",
|
|
"wnumb": "^1.2.0"
|
|
}
|
|
}
|