68 lines
1.9 KiB
JSON
68 lines
1.9 KiB
JSON
{
|
|
"name": "vitecamp",
|
|
"version": "0.0.0",
|
|
"author": "菜猫子neko",
|
|
"packageManager": "pnpm@7.9.0",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vue-tsc --noEmit --skipLibCheck && vite build",
|
|
"lint": "eslint src",
|
|
"preview": "vite preview",
|
|
"prepare": "husky install"
|
|
},
|
|
"dependencies": {
|
|
"@vueuse/core": "^8.9.2",
|
|
"axios": "^0.25.0",
|
|
"echarts": "^5.4.3",
|
|
"element-plus": "^2.0.1",
|
|
"highcharts": "^11.2.0",
|
|
"nprogress": "^0.2.0",
|
|
"pinia": "^2.0.16",
|
|
"prism-theme-vars": "^0.2.4",
|
|
"vue": "^3.2.25",
|
|
"vue-i18n": "^9.1.9",
|
|
"vue-router": "^4.1.2"
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^16.1.0",
|
|
"@commitlint/config-conventional": "^16.0.0",
|
|
"@iconify/json": "^2.0.29",
|
|
"@intlify/vite-plugin-vue-i18n": "^6.0.0",
|
|
"@types/node": "^17.0.10",
|
|
"@types/nprogress": "^0.2.0",
|
|
"@types/svgo": "^2.6.1",
|
|
"@typescript-eslint/eslint-plugin": "^5.10.0",
|
|
"@typescript-eslint/parser": "^5.10.0",
|
|
"@vitejs/plugin-vue": "^3.0.1",
|
|
"@vitejs/plugin-vue-jsx": "2.0.0",
|
|
"eslint": "^8.19.0",
|
|
"eslint-config-airbnb-base": "^15.0.0",
|
|
"eslint-config-prettier": "^8.3.0",
|
|
"eslint-plugin-import": "^2.25.4",
|
|
"eslint-plugin-prettier": "^4.0.0",
|
|
"eslint-plugin-vue": "^8.3.0",
|
|
"husky": "^7.0.4",
|
|
"lint-staged": "^12.3.2",
|
|
"markdown-it-link-attributes": "^4.0.0",
|
|
"markdown-it-prism": "^2.2.2",
|
|
"pnpm": "^7.9.0",
|
|
"prettier": "^2.5.1",
|
|
"sass": "^1.49.0",
|
|
"typescript": "^4.4.4",
|
|
"unplugin-auto-import": "^0.9.2",
|
|
"unplugin-icons": "^0.14.8",
|
|
"unplugin-vue-components": "^0.21.1",
|
|
"vite": "^3.0.5",
|
|
"vite-plugin-fonts": "^0.6.0",
|
|
"vite-plugin-vue-markdown": "^0.21.1",
|
|
"vite-plugin-windicss": "^1.8.7",
|
|
"vite-svg-loader": "^3.4.0",
|
|
"vue-tsc": "^0.38.4"
|
|
},
|
|
"lint-staged": {
|
|
"*.{ts,js,vue}": [
|
|
"eslint"
|
|
]
|
|
}
|
|
} |