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-01-27 16:31:59 +08:00
|
|
|
"@vue/composition-api": "^1.4.4",
|
|
|
|
"@vueuse/core": "^7.5.5",
|
|
|
|
"core-js": "^3.20.3",
|
2021-10-16 19:54:17 +08:00
|
|
|
"vue": "^2.6.14",
|
2022-01-27 16:31:59 +08:00
|
|
|
"vue-demi": "^0.12.1",
|
|
|
|
"vue-router": "^3.5.3"
|
2021-02-24 06:04:09 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-01-27 16:31:59 +08:00
|
|
|
"@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",
|
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
|
|
|
}
|