mirror of
https://github.com/lstoeferle/vite-vue2-starter
synced 2025-02-22 20:42:15 +08:00
32 lines
815 B
JSON
32 lines
815 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"postinstall": "husky install",
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"lint": "eslint --ext .vue,.ts,.js",
|
|
"lint:fix": "eslint --ext .vue,.ts,.js --fix"
|
|
},
|
|
"dependencies": {
|
|
"@vueuse/core": "^9.13.0",
|
|
"vue": "^2.7.16",
|
|
"vue-router": "^3.6.5"
|
|
},
|
|
"devDependencies": {
|
|
"@antfu/eslint-config": "^1.2.1",
|
|
"@iconify/json": "^2.2.186",
|
|
"@vitejs/plugin-vue2": "^2.3.1",
|
|
"autoprefixer": "^10.4.17",
|
|
"eslint": "^8.57.0",
|
|
"husky": "^9.0.11",
|
|
"tailwindcss": "^3.4.1",
|
|
"typescript": "^5.3.3",
|
|
"unplugin-auto-import": "^0.17.5",
|
|
"unplugin-icons": "^0.16.1",
|
|
"unplugin-vue-components": "^0.26.0",
|
|
"vite": "^5.1.4",
|
|
"vue-template-compiler": "^2.7.16",
|
|
"vue-template-es2015-compiler": "^1.9.1"
|
|
}
|
|
}
|