#9 - set up inertia and tailwind
This commit is contained in:
16
package.json
16
package.json
@@ -9,10 +9,18 @@
|
||||
"prod": "npm run production",
|
||||
"production": "mix --production"
|
||||
},
|
||||
"devDependencies": {
|
||||
"axios": "^0.21",
|
||||
"dependencies": {
|
||||
"@inertiajs/inertia": "^0.11.0",
|
||||
"@inertiajs/inertia-vue3": "^0.6.0",
|
||||
"@inertiajs/progress": "^0.2.7",
|
||||
"@tailwindcss/forms": "^0.4.0",
|
||||
"@tailwindcss/typography": "^0.5.0",
|
||||
"@vue/compiler-sfc": "^3.2.26",
|
||||
"autoprefixer": "^10.4.2",
|
||||
"laravel-mix": "^6.0.6",
|
||||
"lodash": "^4.17.19",
|
||||
"postcss": "^8.1.14"
|
||||
"postcss": "^8.4.5",
|
||||
"tailwindcss": "^3.0.12",
|
||||
"vue": "^3.2.26",
|
||||
"vue-loader": "^16.8.3"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user