FEAT: switch to vite vue stack

This commit is contained in:
prosety
2022-11-25 19:27:48 +01:00
parent 2c4a48e1a6
commit 41fb802318
56 changed files with 3523 additions and 9631 deletions

View File

@@ -1,22 +1,29 @@
{
"name": "@example/basics",
"type": "module",
"version": "0.0.1",
"private": true,
"version": "3.0.1",
"license": "MIT",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"docker": "docker build . -t pegazio && docker run --network host -p 3000:3000 -d pegazio"
"dev": "vite",
"build": "vite build",
"serve": "vite preview"
},
"dependencies": {
"@astrojs/node": "^3.0.0",
"@astrojs/tailwind": "^2.1.2",
"@astrojs/vue": "^1.2.1",
"astro": "^1.6.7",
"tailwindcss": "^3.2.4",
"vue": "^3.2.45"
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-vue": "^9.2.0",
"pinia": "^2.0.16",
"prettier": "^2.7.1",
"vue": "^3.2.41",
"vue-meta": "3.0.0-alpha.10",
"vue-router": "4.1.2"
},
"devDependencies": {
"@vitejs/plugin-vue": "^3.2.0",
"@vue/compiler-sfc": "^3.2.37",
"autoprefixer": "^10.4.7",
"postcss": "^8.4.14",
"tailwindcss": "^3.1.6",
"unplugin-vue-components": "^0.21.1",
"vite": "^3.2.3",
"vite-plugin-pages": "^0.27.1",
"vite-plugin-vue-layouts": "^0.7.0"
}
}
}