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-03-27 06:38:41 +08:00
|
|
|
"@vue/composition-api": "^1.0.0-rc.5",
|
|
|
|
"@vueuse/core": "^4.6.1",
|
2021-03-08 05:37:58 +08:00
|
|
|
"core-js": "^3.9.1",
|
|
|
|
"vue": "^2.6.12",
|
2021-03-27 06:38:41 +08:00
|
|
|
"vue-demi": "^0.7.4",
|
2021-03-08 05:37:58 +08:00
|
|
|
"vue-router": "^3.5.1"
|
2021-02-24 06:04:09 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-03-27 06:38:41 +08:00
|
|
|
"@iconify/json": "^1.1.322",
|
|
|
|
"@typescript-eslint/eslint-plugin": "^4.19.0",
|
|
|
|
"@typescript-eslint/parser": "^4.19.0",
|
2021-03-08 05:37:58 +08:00
|
|
|
"@vue/eslint-config-prettier": "^6.0.0",
|
|
|
|
"@vue/eslint-config-typescript": "^7.0.0",
|
2021-03-27 06:38:41 +08:00
|
|
|
"eslint": "^7.23.0",
|
2021-02-24 06:04:09 +08:00
|
|
|
"eslint-plugin-prettier": "^3.3.1",
|
2021-03-27 06:38:41 +08:00
|
|
|
"eslint-plugin-vue": "^7.8.0",
|
|
|
|
"husky": "^5.2.0",
|
2021-03-08 05:37:58 +08:00
|
|
|
"prettier": "^2.2.1",
|
|
|
|
"typescript": "^4.2.3",
|
2021-03-27 06:38:41 +08:00
|
|
|
"vite": "^2.1.3",
|
|
|
|
"vite-plugin-components": "^0.8.3",
|
|
|
|
"vite-plugin-icons": "^0.4.0",
|
|
|
|
"vite-plugin-vue2": "^1.4.2",
|
|
|
|
"vite-plugin-windicss": "^0.10.2"
|
2021-03-08 05:37:58 +08:00
|
|
|
}
|
2021-02-24 06:04:09 +08:00
|
|
|
}
|