2021-02-24 06:04:09 +08:00
|
|
|
{
|
2021-03-08 05:37:58 +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",
|
2022-01-27 16:31:59 +08:00
|
|
|
"lint": "eslint \"**/*.{vue,ts,js}\"",
|
|
|
|
"lint:fix": "eslint \"**/*.{vue,ts,js}\" --fix"
|
2021-02-24 06:04:09 +08:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-03-11 23:26:26 +08:00
|
|
|
"@vue/composition-api": "^1.4.9",
|
|
|
|
"@vueuse/core": "^8.0.0",
|
|
|
|
"core-js": "^3.21.1",
|
2021-10-16 19:54:17 +08:00
|
|
|
"vue": "^2.6.14",
|
2022-01-27 16:31:59 +08:00
|
|
|
"vue-router": "^3.5.3"
|
2021-02-24 06:04:09 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-03-11 23:26:26 +08:00
|
|
|
"@antfu/eslint-config": "^0.18.8",
|
|
|
|
"@iconify/json": "^2.1.14",
|
|
|
|
"@vue/runtime-dom": "^3.2.31",
|
|
|
|
"eslint": "^8.10.0",
|
2022-01-27 16:31:59 +08:00
|
|
|
"husky": "^7.0.4",
|
2022-03-11 23:26:26 +08:00
|
|
|
"typescript": "^4.6.2",
|
|
|
|
"unplugin-auto-import": "^0.6.4",
|
|
|
|
"unplugin-icons": "^0.13.3",
|
|
|
|
"unplugin-vue-components": "^0.18.0",
|
|
|
|
"unplugin-vue2-script-setup": "^0.10.0",
|
|
|
|
"vite": "^2.8.6",
|
2022-01-27 16:31:59 +08:00
|
|
|
"vite-plugin-vue2": "^1.9.3",
|
2022-03-11 23:26:26 +08:00
|
|
|
"vite-plugin-windicss": "^1.8.3",
|
2021-10-16 19:54:17 +08:00
|
|
|
"vue-template-compiler": "^2.6.14"
|
2021-03-08 05:37:58 +08:00
|
|
|
}
|
2021-02-24 06:04:09 +08:00
|
|
|
}
|