mirror of
https://github.com/lstoeferle/vite-vue2-starter
synced 2025-02-23 13:12:18 +08:00
34 lines
888 B
JSON
34 lines
888 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"postinstall": "husky install",
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"lint": "eslint \"**/*.{vue,ts,js}\"",
|
|
"lint:fix": "eslint \"**/*.{vue,ts,js}\" --fix"
|
|
},
|
|
"dependencies": {
|
|
"@vue/composition-api": "^1.4.9",
|
|
"@vueuse/core": "^8.0.0",
|
|
"core-js": "^3.21.1",
|
|
"vue": "^2.6.14",
|
|
"vue-router": "^3.5.3"
|
|
},
|
|
"devDependencies": {
|
|
"@antfu/eslint-config": "^0.18.8",
|
|
"@iconify/json": "^2.1.14",
|
|
"@vue/runtime-dom": "^3.2.31",
|
|
"eslint": "^8.10.0",
|
|
"husky": "^7.0.4",
|
|
"typescript": "^4.6.2",
|
|
"unplugin-auto-import": "^0.6.4",
|
|
"unplugin-icons": "^0.13.3",
|
|
"unplugin-vue-components": "^0.18.0",
|
|
"unplugin-vue2-script-setup": "^0.10.0",
|
|
"vite": "^2.8.6",
|
|
"vite-plugin-vue2": "^1.9.3",
|
|
"vite-plugin-windicss": "^1.8.3",
|
|
"vue-template-compiler": "^2.6.14"
|
|
}
|
|
}
|