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": {
|
|
|
|
"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-08 05:37:58 +08:00
|
|
|
"@vue/composition-api": "^1.0.0-rc.3",
|
|
|
|
"@vueuse/core": "^4.3.4",
|
|
|
|
"core-js": "^3.9.1",
|
|
|
|
"vue": "^2.6.12",
|
|
|
|
"vue-demi": "^0.7.1",
|
|
|
|
"vue-router": "^3.5.1"
|
2021-02-24 06:04:09 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-03-08 05:37:58 +08:00
|
|
|
"@iconify/json": "^1.1.313",
|
|
|
|
"@typescript-eslint/eslint-plugin": "^4.16.1",
|
|
|
|
"@typescript-eslint/parser": "^4.16.1",
|
|
|
|
"@vue/eslint-config-prettier": "^6.0.0",
|
|
|
|
"@vue/eslint-config-typescript": "^7.0.0",
|
|
|
|
"eslint": "^7.21.0",
|
2021-02-24 06:04:09 +08:00
|
|
|
"eslint-plugin-prettier": "^3.3.1",
|
2021-03-08 05:37:58 +08:00
|
|
|
"eslint-plugin-vue": "^7.7.0",
|
|
|
|
"prettier": "^2.2.1",
|
|
|
|
"typescript": "^4.2.3",
|
|
|
|
"vite": "^2.0.5",
|
|
|
|
"vite-plugin-components": "^0.8.0",
|
2021-02-28 04:13:36 +08:00
|
|
|
"vite-plugin-icons": "^0.3.2",
|
2021-03-08 05:37:58 +08:00
|
|
|
"vite-plugin-vue2": "^1.3.2",
|
|
|
|
"vite-plugin-windicss": "^0.6.11"
|
|
|
|
}
|
2021-02-24 06:04:09 +08:00
|
|
|
}
|