ruoyi-plus-soybean/package.json

118 lines
3.7 KiB
JSON
Raw Normal View History

{
2022-01-24 00:36:38 +08:00
"name": "soybean-admin",
2022-06-07 01:53:59 +08:00
"version": "0.9.5",
2022-06-07 23:59:27 +08:00
"author": {
"name": "Soybean",
"email": "honghuangdc@gmail.com",
"url": "https://github.com/honghuangdc"
},
"scripts": {
2022-03-12 19:32:15 +08:00
"dev": "cross-env VITE_ENV_TYPE=dev vite",
"dev:test": "cross-env VITE_ENV_TYPE=test vite",
"dev:prod": "cross-env VITE_ENV_TYPE=prod vite",
"build": "npm run typecheck && cross-env VITE_ENV_TYPE=prod vite build",
"build:dev": "npm run typecheck && cross-env VITE_ENV_TYPE=dev vite build",
"build:test": "npm run typecheck && cross-env VITE_ENV_TYPE=test vite build",
"build:vercel": "cross-env VITE_HASH_ROUTE=true vite build",
2022-06-06 12:09:15 +08:00
"preview": "vite preview",
"typecheck": "vue-tsc --noEmit",
2022-03-13 19:42:01 +08:00
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix",
"prepare": "husky install",
"postinstall": "patch-package",
"release": "standard-version",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md"
},
"lint-staged": {
"*.{vue,js,jsx,ts,tsx}": "eslint --fix"
},
2021-11-21 19:29:17 +08:00
"config": {
"commitizen": {
"path": "./node_modules/cz-customizable"
}
},
"dependencies": {
"@antv/data-set": "^0.11.8",
2022-06-15 23:44:46 +08:00
"@antv/g2": "^4.2.3",
2022-01-19 00:36:53 +08:00
"@better-scroll/core": "^2.4.2",
"@soybeanjs/vue-admin-layout": "^1.0.4",
2022-05-10 23:53:56 +08:00
"@soybeanjs/vue-admin-tab": "^1.0.2",
"@vueuse/core": "^8.6.0",
2022-04-27 19:01:54 +08:00
"axios": "^0.27.2",
2022-05-05 13:11:16 +08:00
"clipboard": "^2.0.11",
"colord": "^2.9.2",
"crypto-js": "^4.1.1",
2022-06-06 12:14:19 +08:00
"dayjs": "^1.11.3",
2022-06-15 23:44:46 +08:00
"echarts": "^5.3.3",
"form-data": "^4.0.0",
"lodash-es": "^4.17.21",
2022-06-15 23:44:46 +08:00
"naive-ui": "^2.30.4",
2022-05-07 01:01:46 +08:00
"pinia": "^2.0.14",
2022-01-24 00:36:38 +08:00
"print-js": "^1.6.0",
2022-06-07 23:59:27 +08:00
"qs": "^6.10.5",
2022-06-15 23:44:46 +08:00
"swiper": "^8.2.4",
"ua-parser-js": "^1.0.2",
"vditor": "^3.8.15",
2022-06-07 23:59:27 +08:00
"vue": "3.2.37",
"vue-router": "^4.0.16",
2022-04-14 00:02:19 +08:00
"wangeditor": "^4.7.15",
"xgplayer": "^2.31.6"
},
"devDependencies": {
2022-01-24 00:36:38 +08:00
"@amap/amap-jsapi-types": "^0.0.8",
"@commitlint/cli": "^17.0.2",
"@commitlint/config-conventional": "^17.0.2",
2022-06-15 23:44:46 +08:00
"@iconify/json": "^2.1.62",
"@iconify/vue": "^3.2.1",
2022-01-24 00:36:38 +08:00
"@types/bmapgl": "^0.0.5",
2022-02-16 13:14:59 +08:00
"@types/crypto-js": "^4.1.1",
2022-06-15 23:44:46 +08:00
"@types/node": "^17.0.44",
2021-07-20 09:51:24 +08:00
"@types/qs": "^6.9.7",
"@types/ua-parser-js": "^0.7.36",
2022-06-15 23:44:46 +08:00
"@typescript-eslint/eslint-plugin": "^5.28.0",
"@typescript-eslint/parser": "^5.28.0",
"@vitejs/plugin-vue": "^2.3.3",
"@vitejs/plugin-vue-jsx": "^1.3.10",
2021-12-24 11:00:10 +08:00
"@vue/eslint-config-prettier": "^7.0.0",
2022-06-15 23:44:46 +08:00
"@vue/eslint-config-typescript": "^11.0.0",
"commitizen": "^4.2.4",
"cross-env": "^7.0.3",
"cz-conventional-changelog": "^3.3.0",
"cz-customizable": "^6.3.0",
2022-06-04 11:19:32 +08:00
"eslint": "^8.17.0",
"eslint-config-airbnb-base": "^15.0.0",
2022-03-04 00:25:32 +08:00
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-alias": "^1.1.2",
2022-04-14 00:02:19 +08:00
"eslint-plugin-import": "^2.26.0",
2021-09-01 17:45:53 +08:00
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "9.1.1",
"husky": "^8.0.1",
2022-06-10 00:47:51 +08:00
"lint-staged": "^13.0.1",
2021-12-25 01:23:44 +08:00
"mockjs": "^1.1.0",
"patch-package": "^6.4.7",
"postinstall-postinstall": "^2.1.0",
2022-06-15 23:44:46 +08:00
"prettier": "^2.7.0",
2022-03-03 00:11:04 +08:00
"rollup-plugin-visualizer": "^5.6.0",
2022-06-10 00:47:51 +08:00
"sass": "^1.52.3",
"standard-version": "^9.5.0",
2022-06-04 11:19:32 +08:00
"typescript": "^4.7.3",
2022-06-15 23:44:46 +08:00
"unocss": "^0.39.0",
2022-05-05 13:11:16 +08:00
"unplugin-icons": "^0.14.3",
"unplugin-vue-components": "0.19.6",
2022-04-27 19:01:54 +08:00
"unplugin-vue-define-options": "^0.6.1",
"vite": "^2.9.12",
2022-04-27 19:01:54 +08:00
"vite-plugin-compression": "^0.5.1",
2022-03-30 01:19:37 +08:00
"vite-plugin-html": "^3.2.0",
2021-12-25 01:23:44 +08:00
"vite-plugin-mock": "^2.9.6",
"vue-eslint-parser": "^9.0.2",
2022-06-15 23:44:46 +08:00
"vue-tsc": "^0.37.8"
2022-06-07 23:59:27 +08:00
},
"homepage": "https://github.com/honghuangdc/soybean-admin",
"repository": {
"url": "https://github.com/honghuangdc/soybean-admin.git"
},
"bugs": {
"url": "https://github.com/honghuangdc/soybean-admin/issues"
},
"license": "MIT"
}