vite-vue2-starter/package.json

32 lines
815 B
JSON
Raw Normal View History

2021-02-24 06:04:09 +08:00
{
"private": true,
2021-02-24 06:04:09 +08:00
"scripts": {
2021-03-08 05:49:43 +08:00
"postinstall": "husky install",
2021-02-24 06:04:09 +08:00
"dev": "vite",
"build": "vite build",
2024-02-25 05:49:22 +08:00
"lint": "eslint --ext .vue,.ts,.js",
"lint:fix": "eslint --ext .vue,.ts,.js --fix"
2021-02-24 06:04:09 +08:00
},
"dependencies": {
2023-04-02 21:14:51 +08:00
"@vueuse/core": "^9.13.0",
2024-02-25 06:24:11 +08:00
"vue": "^2.7.16",
2023-04-02 21:14:51 +08:00
"vue-router": "^3.6.5"
2021-02-24 06:04:09 +08:00
},
"devDependencies": {
2024-02-25 06:24:11 +08:00
"@antfu/eslint-config": "^1.2.1",
"@iconify/json": "^2.2.186",
"@vitejs/plugin-vue2": "^2.3.1",
"autoprefixer": "^10.4.17",
2024-02-25 06:24:11 +08:00
"eslint": "^8.57.0",
"husky": "^9.0.11",
"tailwindcss": "^3.4.1",
2024-02-25 06:24:11 +08:00
"typescript": "^5.3.3",
"unplugin-auto-import": "^0.17.5",
2023-04-02 21:14:51 +08:00
"unplugin-icons": "^0.16.1",
2024-02-25 06:24:11 +08:00
"unplugin-vue-components": "^0.26.0",
"vite": "^5.1.4",
"vue-template-compiler": "^2.7.16",
2022-07-06 22:31:30 +08:00
"vue-template-es2015-compiler": "^1.9.1"
}
2021-02-24 06:04:09 +08:00
}