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",
|
2021-02-25 18:19:35 +08:00
|
|
|
"lint": "eslint './src/**/*.{js,ts,tsx,vue,md}'",
|
|
|
|
"lint:fix": "eslint './src/**/*.{js,ts,tsx,vue,md}' --fix"
|
2021-02-24 06:04:09 +08:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2021-10-16 19:54:17 +08:00
|
|
|
"@vue/composition-api": "^1.2.4",
|
|
|
|
"@vueuse/core": "^6.5.3",
|
|
|
|
"core-js": "^3.18.3",
|
|
|
|
"vue": "^2.6.14",
|
|
|
|
"vue-demi": "^0.11.4",
|
|
|
|
"vue-router": "^3.5.2"
|
2021-02-24 06:04:09 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-10-16 19:54:17 +08:00
|
|
|
"@iconify/json": "^1.1.415",
|
|
|
|
"@typescript-eslint/eslint-plugin": "^5.0.0",
|
|
|
|
"@typescript-eslint/parser": "^5.0.0",
|
2021-03-08 05:37:58 +08:00
|
|
|
"@vue/eslint-config-prettier": "^6.0.0",
|
2021-10-16 19:54:17 +08:00
|
|
|
"@vue/eslint-config-typescript": "^8.0.0",
|
|
|
|
"eslint": "^8.0.1",
|
|
|
|
"eslint-plugin-prettier": "^4.0.0",
|
|
|
|
"eslint-plugin-vue": "^7.19.1",
|
|
|
|
"husky": "^7.0.2",
|
2021-10-16 20:07:09 +08:00
|
|
|
"prettier": "2.2.1",
|
2021-10-16 19:54:17 +08:00
|
|
|
"typescript": "^4.4.4",
|
|
|
|
"unplugin-icons": "^0.12.16",
|
|
|
|
"unplugin-vue-components": "^0.15.6",
|
|
|
|
"vite": "^2.6.7",
|
|
|
|
"vite-plugin-vue2": "^1.9.0",
|
|
|
|
"vite-plugin-windicss": "^1.4.11",
|
|
|
|
"vue-template-compiler": "^2.6.14"
|
2021-03-08 05:37:58 +08:00
|
|
|
}
|
2021-02-24 06:04:09 +08:00
|
|
|
}
|