mirror of
https://github.com/lstoeferle/vite-vue2-starter
synced 2025-05-25 03:38:08 +08:00
32 lines
818 B
JSON
32 lines
818 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": {
|
|
"@vueuse/core": "^9.0.0",
|
|
"core-js": "^3.24.0",
|
|
"vue": "^2.7.8",
|
|
"vue-router": "^3.5.4"
|
|
},
|
|
"devDependencies": {
|
|
"@antfu/eslint-config": "^0.25.2",
|
|
"@iconify/json": "^2.1.83",
|
|
"@vitejs/plugin-vue2": "^1.1.2",
|
|
"eslint": "^8.20.0",
|
|
"husky": "^8.0.1",
|
|
"typescript": "^4.7.4",
|
|
"unplugin-auto-import": "^0.10.1",
|
|
"unplugin-icons": "^0.14.7",
|
|
"unplugin-vue-components": "^0.21.2",
|
|
"vite": "^3.0.3",
|
|
"vite-plugin-windicss": "^1.8.7",
|
|
"vue-template-compiler": "^2.7.8",
|
|
"vue-template-es2015-compiler": "^1.9.1"
|
|
}
|
|
}
|