ruoyi-plus-soybean/package.json

93 lines
2.9 KiB
JSON
Raw Normal View History

{
2022-01-24 00:36:38 +08:00
"name": "soybean-admin",
2022-01-24 00:54:16 +08:00
"version": "0.9.1",
"scripts": {
"dev": "cross-env VITE_HTTP_ENV=test vite",
"dev:prod": "cross-env VITE_HTTP_ENV=prod vite",
"typecheck": "vue-tsc",
"build": "npm run typecheck && cross-env VITE_HTTP_ENV=prod vite build",
"build:test": "npm run typecheck && cross-env VITE_HTTP_ENV=test vite build",
2022-01-11 08:22:31 +08:00
"build:vercel": "npm run typecheck && cross-env VITE_HTTP_ENV=prod VITE_IS_VERCEL=1 vite build",
"preview": "vite preview --port 5050",
2022-01-20 21:30:53 +08:00
"release": "standard-version",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md",
"lint": "eslint --fix ./ --ext .vue,.js,jsx,.ts,tsx",
"prepare": "husky install",
"postinstall": "patch-package"
},
"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/g2plot": "^2.4.7",
2022-01-19 00:36:53 +08:00
"@better-scroll/core": "^2.4.2",
"@vueuse/core": "^7.5.4",
2022-01-19 00:36:53 +08:00
"axios": "^0.25.0",
"clipboard": "^2.0.8",
"colord": "^2.9.2",
"crypto-js": "^4.1.1",
2021-09-11 02:34:36 +08:00
"dayjs": "^1.10.7",
"form-data": "^4.0.0",
"lodash-es": "^4.17.21",
"naive-ui": "^2.24.1",
2021-12-25 01:35:39 +08:00
"pinia": "^2.0.9",
2022-01-24 00:36:38 +08:00
"print-js": "^1.6.0",
"qs": "^6.10.3",
2022-01-24 00:36:38 +08:00
"swiper": "^7.4.1",
"vditor": "^3.8.11",
2021-12-15 13:47:02 +08:00
"vue": "^3.2.26",
2022-01-24 00:36:38 +08:00
"vue-router": "^4.0.12",
"wangeditor": "^4.7.11",
"xgplayer": "^2.31.4"
},
"devDependencies": {
2022-01-24 00:36:38 +08:00
"@amap/amap-jsapi-types": "^0.0.8",
"@commitlint/cli": "^16.1.0",
"@commitlint/config-conventional": "^16.0.0",
"@iconify/json": "^1.1.459",
"@iconify/vue": "^3.1.2",
2022-01-24 00:36:38 +08:00
"@types/bmapgl": "^0.0.5",
"@types/crypto-js": "^4.1.0",
"@types/node": "^17.0.10",
2021-07-20 09:51:24 +08:00
"@types/qs": "^6.9.7",
2022-01-19 00:36:53 +08:00
"@typescript-eslint/eslint-plugin": "^5.10.0",
"@typescript-eslint/parser": "^5.10.0",
2022-01-24 00:00:59 +08:00
"@vitejs/plugin-vue": "^2.1.0",
2021-12-24 11:00:10 +08:00
"@vue/eslint-config-prettier": "^7.0.0",
"@vue/eslint-config-typescript": "^10.0.0",
"commitizen": "^4.2.4",
"cross-env": "^7.0.3",
"cz-conventional-changelog": "^3.3.0",
"cz-customizable": "^6.3.0",
"eslint": "^8.7.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.3.0",
2022-01-05 01:35:32 +08:00
"eslint-plugin-import": "^2.25.4",
2021-09-01 17:45:53 +08:00
"eslint-plugin-prettier": "^4.0.0",
2022-01-14 14:17:34 +08:00
"eslint-plugin-vue": "^8.3.0",
"husky": "^7.0.4",
2022-01-24 00:00:59 +08:00
"lint-staged": "^12.3.1",
2021-12-25 01:23:44 +08:00
"mockjs": "^1.1.0",
"patch-package": "^6.4.7",
"postinstall-postinstall": "^2.1.0",
2021-12-04 22:46:49 +08:00
"prettier": "^2.5.1",
"rollup-plugin-visualizer": "^5.5.4",
"sass": "^1.49.0",
"typescript": "^4.5.5",
"unplugin-icons": "^0.13.0",
"unplugin-vue-components": "^0.17.14",
"vite": "^2.7.13",
"vite-plugin-html": "^2.1.2",
2021-12-25 01:23:44 +08:00
"vite-plugin-mock": "^2.9.6",
2022-01-19 00:36:53 +08:00
"vite-plugin-windicss": "^1.6.3",
2022-01-24 00:00:59 +08:00
"vue-tsc": "^0.31.1",
"vueuc": "^0.4.23",
2022-01-19 00:36:53 +08:00
"windicss": "^3.4.3"
}
}