Filament V3
This commit is contained in:
19
package.json
19
package.json
@@ -3,16 +3,11 @@
|
||||
"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",
|
||||
"build" : "vite build && TAILWIND_CONFIG=filament vite build"
|
||||
"prod": "npm run build",
|
||||
"production": "npm run build",
|
||||
"build": "vite build"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
||||
@@ -21,12 +16,12 @@
|
||||
"@inertiajs/progress": "^0.2.6",
|
||||
"@rollup/plugin-commonjs": "^21.0",
|
||||
"@tailwindcss/forms": "^0.4.1",
|
||||
"@tailwindcss/typography": "^0.5.4",
|
||||
"@tailwindcss/typography": "^0.5.10",
|
||||
"@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",
|
||||
"autoprefixer": "^10.4.16",
|
||||
"axios": "^0.21.1",
|
||||
"balloon-css": "^1.2.0",
|
||||
"click-outside-vue3": "^4.0.1",
|
||||
@@ -35,11 +30,11 @@
|
||||
"lodash": "^4.17.15",
|
||||
"mitt": "^3.0.0",
|
||||
"portal-vue": "^3.0.0-beta.0",
|
||||
"postcss": "^8.4.5",
|
||||
"postcss": "^8.4.30",
|
||||
"resolve-url-loader": "^3.1.0",
|
||||
"sass": "^1.53.0",
|
||||
"sass-loader": "^8.0.0",
|
||||
"tailwindcss": "^3.1.8",
|
||||
"tailwindcss": "^3.3.3",
|
||||
"tippy.js": "^6.3.7",
|
||||
"v-click-outside": "^3.2.0",
|
||||
"vite": "^4.0.2",
|
||||
|
||||
Reference in New Issue
Block a user