pansoft-plrl/package.json

110 lines
3.1 KiB
JSON
Raw Normal View History

2024-07-23 15:37:23 +08:00
{
"name": "pl-webbase-src",
"version": "naive-ui-admin",
"author": {
"name": "author",
"email": "aa@qq.com",
"url": "https://xx.git"
},
"private": true,
"type": "module",
"engines": {
"node": ">=18.12.0",
"pnpm": ">=8.7.0"
},
"scripts": {
"build": "vite build --mode prod",
"build:test": "vite build --mode test",
"cleanup": "sa cleanup",
"commit": "sa git-commit",
"dev": "vite --mode test",
"dev:prod": "vite --mode prod",
"gen-route": "sa gen-route",
"preview": "vite preview",
"release": "sa release",
"typecheck": "vue-tsc --noEmit --skipLibCheck",
"update-pkg": "sa update-pkg",
"update-dict": "sa update-dict",
2024-07-23 15:37:23 +08:00
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"dependencies": {
"@alova/mock": "2.0.0-beta.11",
"@better-scroll/core": "2.5.1",
"@iconify/vue": "4.1.2",
"@sa/color": "workspace:*",
"@sa/hooks": "workspace:*",
"@sa/materials": "workspace:*",
"@sa/utils": "workspace:*",
"@vicons/antd": "^0.12.0",
"@vueuse/core": "10.9.0",
"@vxe-ui/plugin-render-naive": "workspace:*",
2024-07-29 19:39:41 +08:00
"alova": "3.0.4",
2024-07-23 15:37:23 +08:00
"big.js": "^6.2.1",
"clipboard": "2.0.11",
"dayjs": "1.11.11",
"echarts": "5.5.0",
"exceljs": "^4.4.0",
"lodash-es": "4.17.21",
"mitt": "^3.0.1",
"mockjs": "^1.1.0",
"naive-ui": "2.38.2",
"nprogress": "0.2.0",
"pinia": "2.1.7",
"pinia-plugin-persistedstate": "^3.2.1",
"sortablejs": "^1.15.2",
"tyme4ts": "^1.0.7",
"vfonts": "^0.0.3",
"vue": "3.4.27",
"vue-draggable-plus": "0.4.1",
"vue-i18n": "9.13.1",
"vue-router": "4.3.2",
"vue-types": "^5.1.2",
"vxe-pc-ui": "^4.0.44",
"vxe-table": "^4.7.40",
"vxe-table-plugin-export-xlsx": "^4.0.5",
"xe-utils": "^3.5.26"
},
"devDependencies": {
"@antfu/eslint-config": "^2.21.1",
"@elegant-router/vue": "0.3.7",
"@iconify-json/icon-park-outline": "^1.1.15",
"@iconify/json": "2.2.211",
"@sa/scripts": "workspace:*",
"@sa/uno-preset": "workspace:*",
"@types/big.js": "^6.2.2",
"@types/lodash-es": "4.17.12",
"@types/node": "20.12.12",
"@types/nprogress": "0.2.3",
"@unocss/eslint-config": "0.60.2",
"@unocss/preset-icons": "0.60.2",
"@unocss/preset-uno": "0.60.2",
"@unocss/transformer-directives": "0.60.2",
"@unocss/transformer-variant-group": "0.60.2",
"@unocss/vite": "0.60.2",
"@vitejs/plugin-vue": "5.0.4",
"@vitejs/plugin-vue-jsx": "3.1.0",
"eslint": "9.3.0",
"eslint-plugin-format": "^0.1.2",
"eslint-plugin-vue": "9.26.0",
"lint-staged": "15.2.2",
"sass": "1.77.2",
"seemly": "^0.3.8",
"tsx": "4.10.5",
"typescript": "5.4.5",
"unplugin-icons": "0.19.0",
"unplugin-vue-components": "0.27.0",
"vite": "5.2.11",
"vite-plugin-lazy-import": "^1.0.7",
"vite-plugin-mock": "^2.9.8",
"vite-plugin-progress": "0.0.7",
"vite-plugin-svg-icons": "2.0.1",
"vite-plugin-vue-devtools": "7.2.0",
"vue-eslint-parser": "9.4.2",
"vue-tsc": "2.0.19"
},
"lint-staged": {
"*": "eslint --fix"
}
}