vite-vue2-starter/package.json

33 lines
840 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",
"core-js": "^3.29.1",
"vue": "^2.7.14",
"vue-router": "^3.6.5"
2021-02-24 06:04:09 +08:00
},
"devDependencies": {
2023-04-02 21:14:51 +08:00
"@antfu/eslint-config": "^0.38.2",
"@iconify/json": "^2.2.42",
"@vitejs/plugin-vue2": "^2.2.0",
"autoprefixer": "^10.4.17",
2023-04-02 21:14:51 +08:00
"eslint": "^8.37.0",
"husky": "^8.0.3",
"tailwindcss": "^3.4.1",
2023-04-02 21:14:51 +08:00
"typescript": "^5.0.3",
"unplugin-auto-import": "^0.15.2",
"unplugin-icons": "^0.16.1",
"unplugin-vue-components": "^0.24.1",
"vite": "^4.2.1",
"vue-template-compiler": "^2.7.14",
2022-07-06 22:31:30 +08:00
"vue-template-es2015-compiler": "^1.9.1"
}
2021-02-24 06:04:09 +08:00
}