Files
ploi-core/package.json
Dennis eb4220adc9 wip
2022-12-19 11:39:21 +01:00

51 lines
1.7 KiB
JSON

{
"name": "ploi-core",
"private": true,
"scripts": {
"watch": "npm run development",
"watch:filament": "npm run dev:filament",
"dev": "npm run development",
"development": "vite",
"dev:filament": "TAILWIND_CONFIG=filament vite",
"prod": "npm run production",
"production": "vite build",
"prod:filament": "TAILWIND_CONFIG=filament vite build",
"production:filament": "TAILWIND_CONFIG=filament vite build",
"production:all" : "vite build && TAILWIND_CONFIG=filament vite build"
},
"devDependencies": {
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@inertiajs/inertia": "^0.11.0",
"@inertiajs/inertia-vue3": "^0.6.0",
"@inertiajs/progress": "^0.2.6",
"@rollup/plugin-commonjs": "^21.0",
"@tailwindcss/forms": "^0.4.1",
"@tailwindcss/typography": "^0.5.4",
"@types/node": "^18.0.6",
"@vitejs/plugin-vue": "^4.0.0",
"@vue/compat": "^3.1.0",
"@vue/compiler-sfc": "^3.1.0",
"autoprefixer": "^10.4.8",
"axios": "^0.21.1",
"balloon-css": "^1.2.0",
"click-outside-vue3": "^4.0.1",
"cross-env": "^7.0.3",
"laravel-vite-plugin": "^0.7.2",
"lodash": "^4.17.15",
"mitt": "^3.0.0",
"portal-vue": "^3.0.0-beta.0",
"postcss": "^8.4.5",
"resolve-url-loader": "^3.1.0",
"sass": "^1.53.0",
"sass-loader": "^8.0.0",
"tailwindcss": "^3.1.8",
"tippy.js": "^6.3.7",
"v-click-outside": "^3.2.0",
"vite": "^4.0.2",
"vue": "^3.1.0",
"vue-clipboard2": "^0.3.1",
"vue-loader": "^16.0.0",
"vuex": "^4.0.2"
}
}