{ "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": "^3.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.5.0", "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": "^3.0.2", "vue": "^3.1.0", "vue-clipboard2": "^0.3.1", "vue-loader": "^16.0.0", "vuex": "^4.0.2" } }