mirror of
https://github.com/lstoeferle/vite-vue2-starter
synced 2025-02-24 05:42:15 +08:00
32 lines
798 B
JSON
32 lines
798 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.4",
|
|
"@vueuse/core": "^7.5.5",
|
|
"core-js": "^3.20.3",
|
|
"vue": "^2.6.14",
|
|
"vue-demi": "^0.12.1",
|
|
"vue-router": "^3.5.3"
|
|
},
|
|
"devDependencies": {
|
|
"@antfu/eslint-config": "^0.16.0",
|
|
"@iconify/json": "^2.0.29",
|
|
"eslint": "^8.7.0",
|
|
"husky": "^7.0.4",
|
|
"typescript": "^4.5.5",
|
|
"unplugin-icons": "^0.13.0",
|
|
"unplugin-vue-components": "^0.17.14",
|
|
"vite": "^2.7.13",
|
|
"vite-plugin-vue2": "^1.9.3",
|
|
"vite-plugin-windicss": "^1.6.3",
|
|
"vue-template-compiler": "^2.6.14"
|
|
}
|
|
}
|