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-05-02 23:43:09 +08:00
|
|
|
"@vue/composition-api": "^1.0.0-rc.8",
|
|
|
|
"@vueuse/core": "^4.9.1",
|
|
|
|
"core-js": "^3.11.1",
|
2021-03-08 05:37:58 +08:00
|
|
|
"vue": "^2.6.12",
|
2021-05-02 23:43:09 +08:00
|
|
|
"vue-demi": "^0.7.5",
|
2021-03-08 05:37:58 +08:00
|
|
|
"vue-router": "^3.5.1"
|
2021-02-24 06:04:09 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-05-02 23:43:09 +08:00
|
|
|
"@iconify/json": "^1.1.337",
|
|
|
|
"@typescript-eslint/eslint-plugin": "^4.22.0",
|
|
|
|
"@typescript-eslint/parser": "^4.22.0",
|
2021-03-08 05:37:58 +08:00
|
|
|
"@vue/eslint-config-prettier": "^6.0.0",
|
|
|
|
"@vue/eslint-config-typescript": "^7.0.0",
|
2021-05-02 23:43:09 +08:00
|
|
|
"eslint": "^7.25.0",
|
|
|
|
"eslint-plugin-prettier": "^3.4.0",
|
|
|
|
"eslint-plugin-vue": "^7.9.0",
|
|
|
|
"husky": "^6.0.0",
|
2021-03-08 05:37:58 +08:00
|
|
|
"prettier": "^2.2.1",
|
2021-05-02 23:43:09 +08:00
|
|
|
"typescript": "^4.2.4",
|
|
|
|
"vite": "^2.2.3",
|
|
|
|
"vite-plugin-components": "^0.8.4",
|
|
|
|
"vite-plugin-icons": "^0.5.0",
|
|
|
|
"vite-plugin-vue2": "^1.4.4",
|
|
|
|
"vite-plugin-windicss": "^0.15.10"
|
2021-03-08 05:37:58 +08:00
|
|
|
}
|
2021-02-24 06:04:09 +08:00
|
|
|
}
|