63 lines
1.7 KiB
JSON
63 lines
1.7 KiB
JSON
{
|
|
"name": "docgpt",
|
|
"version": "0.0.1",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"vue3",
|
|
"ant-design-vue",
|
|
"ant-design-pro",
|
|
"admin",
|
|
"template-project"
|
|
],
|
|
"engines": {
|
|
"node": ">=16.0.0"
|
|
},
|
|
"scripts": {
|
|
"dev": "vite --config ./config/vite.config.dev.ts",
|
|
"build": "vite build --config ./config/vite.config.prod.ts",
|
|
"preview": "npm run build && vite preview --host",
|
|
"typecheck": "vue-tsc --noEmit && vue-tsc --noEmit -p tsconfig.vitest.json --composite false",
|
|
"lint": "eslint .",
|
|
"lint:fix": "eslint . --fix"
|
|
},
|
|
"dependencies": {
|
|
"@ant-design-vue/pro-layout": "^3.2.4",
|
|
"@ant-design/icons-vue": "^6.1.0",
|
|
"@formily/core": "^2.2.29",
|
|
"@formily/vue": "^2.2.29",
|
|
"@vueuse/core": "^10.1.2",
|
|
"@vueuse/integrations": "^10.1.2",
|
|
"ant-design-vue": "4.0.7",
|
|
"axios": "^1.4.0",
|
|
"dayjs": "^1.11.9",
|
|
"echarts": "^5.4.3",
|
|
"lodash-es": "^4.17.21",
|
|
"mitt": "^3.0.0",
|
|
"nprogress": "^0.2.0",
|
|
"pinia": "^2.1.3",
|
|
"vue": "^3.2.35",
|
|
"vue-router": "^4.2.2"
|
|
},
|
|
"devDependencies": {
|
|
"@chuhoman/eslint-config": "^1.0.2",
|
|
"@rushstack/eslint-patch": "^1.2.0",
|
|
"@types/lodash-es": "^4.17.7",
|
|
"@types/mockjs": "^1.0.7",
|
|
"@types/node": "^17.0.43",
|
|
"@types/nprogress": "^0.2.0",
|
|
"@vitejs/plugin-vue": "^4.2.0",
|
|
"@vitejs/plugin-vue-jsx": "^3.0.1",
|
|
"eslint": "^8.53.0",
|
|
"less": "^4.1.3",
|
|
"mockjs": "^1.1.0",
|
|
"rollup-plugin-visualizer": "^5.9.0",
|
|
"typescript": "~4.5.5",
|
|
"unocss": "^0.57.7",
|
|
"unplugin-auto-import": "^0.15.0",
|
|
"unplugin-vue-components": "^0.25.2",
|
|
"vite": "^4.3.5",
|
|
"vite-plugin-compression": "^0.5.1",
|
|
"vite-plugin-imagemin": "^0.6.1",
|
|
"vue-tsc": "^1.0.24"
|
|
}
|
|
}
|