Files
site/package.json
2025-04-21 16:03:20 +02:00

44 lines
1.3 KiB
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"
},
"dependencies": {
"@headlessui/vue": "^1.3.0",
"@heroicons/vue": "^1.0.1",
"@inertiajs/inertia": "^0.9.2",
"@inertiajs/inertia-vue3": "^0.4.7",
"@inertiajs/progress": "^0.2.5",
"@tailwindcss/aspect-ratio": "^0.2.1",
"@tailwindcss/forms": "^0.3.3",
"@vue/compiler-sfc": "3.1.2",
"autoprefixer": "^10.2.5",
"axios": "^0.21.1",
"eslint": "^7.29.0",
"eslint-plugin-vue": "^7.12.1",
"howler": "^2.2.2",
"laravel-mix": "^6.0.25",
"lodash": "^4.17.21",
"popper.js": "^1.16.1",
"postcss": "^8.3.5",
"postcss-import": "^14.0.2",
"postcss-nesting": "^8.0.1",
"resolve-url-loader": "^4.0.0",
"swiper": "^6.7.5",
"tailwindcss": "^2.2.4",
"vue": "^3.1.2",
"vue-loader": "^16.3.0",
"vuex": "^4.0.2"
},
"devDependencies": {
"node-sass": "^6.0.1",
"sass-loader": "^12.1.0"
}
}