First commit
This commit is contained in:
29
package.json
Normal file
29
package.json
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"build": "vite build"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@quasar/vite-plugin": "^1.5.0",
|
||||
"@vitejs/plugin-vue": "^4.4.0",
|
||||
"autoprefixer": "^10.4.16",
|
||||
"axios": "^1.5.1",
|
||||
"laravel-vite-plugin": "^0.8.1",
|
||||
"postcss": "^8.4.31",
|
||||
"pug": "^3.0.2",
|
||||
"sass": "1.32.12",
|
||||
"vite": "^4.4.11",
|
||||
"vite-svg-loader": "^4.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fortawesome/fontawesome-svg-core": "^6.5.2",
|
||||
"@inertiajs/vue3": "^1.0.12",
|
||||
"@quasar/extras": "^1.16.7",
|
||||
"@vue-hero-icons/outline": "^1.7.2",
|
||||
"quasar": "^2.13.0",
|
||||
"vue": "^3.3.4",
|
||||
"vue-multiselect": "^3.0.0",
|
||||
"vue-tailwind-datepicker": "^1.7.3"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user