kamilcraft-api/package.json

37 lines
1.2 KiB
JSON

{
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"build:ssr": "npm run build && vite build --ssr",
"ssr": "npm run build:ssr && node bootstrap/ssr/ssr.mjs"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"@fortawesome/free-brands-svg-icons": "^6.4.0",
"@fortawesome/free-regular-svg-icons": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@fortawesome/vue-fontawesome": "^3.0.3",
"@inertiajs/inertia": "^0.11.1",
"@inertiajs/inertia-vue3": "^0.6.0",
"@inertiajs/server": "^0.1.0",
"@inertiajs/vue3": "^1.0.9",
"@vue/compiler-sfc": "^3.2.45",
"@vue/server-renderer": "^3.2.45",
"vue": "^3.2.45"
},
"devDependencies": {
"@vitejs/plugin-vue": "^3.2.0",
"autoprefixer": "^10.4.13",
"axios": "^1.3.4",
"eslint": "^8.35.0",
"eslint-plugin-vue": "^9.7.0",
"laravel-vite-plugin": "^0.7.4",
"lodash": "^4.17.19",
"postcss": "^8.4.19",
"tailwindcss": "^3.2.7",
"vite": "^3.0.0",
"vite-plugin-iso-import": "^1.0.0"
}
}