2021-05-28 00:32:34 +08:00
|
|
|
{
|
2021-09-01 18:45:28 +08:00
|
|
|
"name": "soybean-admin",
|
2021-11-28 19:51:15 +08:00
|
|
|
"version": "0.0.5",
|
2021-11-21 19:29:17 +08:00
|
|
|
"author": {
|
|
|
|
"name": "Soybean",
|
|
|
|
"email": "honghuangdc@gmail.com",
|
|
|
|
"url": "https://github.com/honghuangdc"
|
|
|
|
},
|
2021-05-28 00:32:34 +08:00
|
|
|
"scripts": {
|
2021-11-21 19:29:17 +08:00
|
|
|
"release": "standard-version",
|
|
|
|
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md",
|
2021-05-28 00:32:34 +08:00
|
|
|
"dev": "vite",
|
2021-09-01 18:29:34 +08:00
|
|
|
"dev:prod": "vite --mode production",
|
2021-09-22 22:28:56 +08:00
|
|
|
"dev:staging": "vite --mode staging",
|
2021-12-12 17:28:39 +08:00
|
|
|
"vtsc": "vue-tsc --noEmit --skipLibCheck",
|
|
|
|
"build": "npm run vtsc && vite build",
|
|
|
|
"build:dev": "npm run vtsc && vite build --mode development",
|
|
|
|
"build:staging": "npm run vtsc && vite build --mode staging",
|
2021-05-28 00:32:34 +08:00
|
|
|
"serve": "vite preview",
|
2021-06-04 01:41:16 +08:00
|
|
|
"lint": "eslint ./src --ext .vue,.js,jsx,.ts,tsx",
|
2021-05-28 00:32:34 +08:00
|
|
|
"lint:fix": "eslint --fix ./src --ext .vue,.js,jsx,.ts,tsx",
|
2021-08-13 14:22:35 +08:00
|
|
|
"prepare": "husky install",
|
|
|
|
"postinstall": "patch-package"
|
2021-05-28 00:32:34 +08:00
|
|
|
},
|
|
|
|
"lint-staged": {
|
|
|
|
"*.{vue,js,jsx,ts,tsx}": "eslint --fix"
|
|
|
|
},
|
2021-11-21 19:29:17 +08:00
|
|
|
"config": {
|
|
|
|
"commitizen": {
|
|
|
|
"path": "./node_modules/cz-customizable"
|
|
|
|
}
|
|
|
|
},
|
2021-05-28 00:32:34 +08:00
|
|
|
"dependencies": {
|
2022-01-01 22:52:05 +08:00
|
|
|
"@antv/g2plot": "^2.4.5",
|
2021-10-30 17:27:56 +08:00
|
|
|
"@better-scroll/core": "^2.4.2",
|
2022-01-01 22:52:05 +08:00
|
|
|
"@vueuse/core": "^7.5.1",
|
2021-10-26 20:20:48 +08:00
|
|
|
"axios": "^0.24.0",
|
2021-08-18 12:02:59 +08:00
|
|
|
"chroma-js": "^2.1.2",
|
2021-10-12 16:22:07 +08:00
|
|
|
"clipboard": "^2.0.8",
|
2022-01-01 22:52:05 +08:00
|
|
|
"crypto-js": "^4.1.1",
|
2021-09-11 02:34:36 +08:00
|
|
|
"dayjs": "^1.10.7",
|
2021-08-13 14:22:35 +08:00
|
|
|
"form-data": "^4.0.0",
|
2022-01-01 22:52:05 +08:00
|
|
|
"naive-ui": "^2.23.2",
|
2021-12-25 01:35:39 +08:00
|
|
|
"pinia": "^2.0.9",
|
2021-11-18 13:37:30 +08:00
|
|
|
"print-js": "^1.6.0",
|
2021-12-12 17:28:39 +08:00
|
|
|
"qs": "^6.10.2",
|
2021-12-25 01:35:39 +08:00
|
|
|
"swiper": "^7.4.1",
|
2021-12-24 11:00:10 +08:00
|
|
|
"vditor": "^3.8.10",
|
2021-12-15 13:47:02 +08:00
|
|
|
"vue": "^3.2.26",
|
2021-11-19 12:51:37 +08:00
|
|
|
"vue-router": "^4.0.12",
|
2022-01-01 22:52:05 +08:00
|
|
|
"wangeditor": "^4.7.11",
|
2021-12-04 22:46:49 +08:00
|
|
|
"xgplayer": "^2.31.4"
|
2021-05-28 00:32:34 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-11-10 00:19:27 +08:00
|
|
|
"@amap/amap-jsapi-types": "^0.0.8",
|
2022-01-01 22:52:05 +08:00
|
|
|
"@commitlint/cli": "^16.0.1",
|
|
|
|
"@commitlint/config-conventional": "^16.0.0",
|
|
|
|
"@iconify/json": "^1.1.450",
|
2021-11-19 12:51:37 +08:00
|
|
|
"@iconify/vue": "^3.1.1",
|
2021-12-24 11:00:10 +08:00
|
|
|
"@types/bmapgl": "^0.0.5",
|
2021-08-26 14:09:31 +08:00
|
|
|
"@types/chroma-js": "^2.1.3",
|
2022-01-01 22:52:05 +08:00
|
|
|
"@types/crypto-js": "^4.1.0",
|
2021-07-20 09:51:24 +08:00
|
|
|
"@types/qs": "^6.9.7",
|
2022-01-01 22:52:05 +08:00
|
|
|
"@typescript-eslint/eslint-plugin": "^5.8.1",
|
|
|
|
"@typescript-eslint/parser": "^5.8.1",
|
2021-12-15 13:47:02 +08:00
|
|
|
"@vitejs/plugin-vue": "^2.0.1",
|
|
|
|
"@vue/compiler-sfc": "^3.2.26",
|
2021-12-24 11:00:10 +08:00
|
|
|
"@vue/eslint-config-prettier": "^7.0.0",
|
|
|
|
"@vue/eslint-config-typescript": "^10.0.0",
|
2021-05-28 00:32:34 +08:00
|
|
|
"commitizen": "^4.2.4",
|
|
|
|
"cz-conventional-changelog": "^3.3.0",
|
|
|
|
"cz-customizable": "^6.3.0",
|
2021-05-28 02:22:49 +08:00
|
|
|
"dotenv": "^10.0.0",
|
2022-01-01 22:52:05 +08:00
|
|
|
"eslint": "^8.6.0",
|
2021-11-09 23:22:40 +08:00
|
|
|
"eslint-config-airbnb-base": "^15.0.0",
|
2021-05-28 00:32:34 +08:00
|
|
|
"eslint-config-prettier": "^8.3.0",
|
2021-11-17 13:38:55 +08:00
|
|
|
"eslint-plugin-import": "^2.25.3",
|
2021-09-01 17:45:53 +08:00
|
|
|
"eslint-plugin-prettier": "^4.0.0",
|
2021-12-12 17:28:39 +08:00
|
|
|
"eslint-plugin-vue": "^8.2.0",
|
2021-10-21 18:29:32 +08:00
|
|
|
"husky": "^7.0.4",
|
2021-12-25 01:35:39 +08:00
|
|
|
"lint-staged": "^12.1.4",
|
2021-12-25 01:23:44 +08:00
|
|
|
"mockjs": "^1.1.0",
|
2021-08-13 14:22:35 +08:00
|
|
|
"patch-package": "^6.4.7",
|
|
|
|
"postinstall-postinstall": "^2.1.0",
|
2021-12-04 22:46:49 +08:00
|
|
|
"prettier": "^2.5.1",
|
2021-10-14 14:45:27 +08:00
|
|
|
"rollup-plugin-visualizer": "^5.5.2",
|
2022-01-01 22:52:05 +08:00
|
|
|
"sass": "^1.45.2",
|
2021-12-15 13:47:02 +08:00
|
|
|
"typescript": "^4.5.4",
|
2022-01-01 22:52:05 +08:00
|
|
|
"unplugin-icons": "^0.13.0",
|
|
|
|
"unplugin-vue-components": "^0.17.11",
|
2021-12-25 01:23:44 +08:00
|
|
|
"vite": "~2.5.10",
|
2022-01-01 22:52:05 +08:00
|
|
|
"vite-plugin-html": "^2.1.2",
|
2021-12-25 01:23:44 +08:00
|
|
|
"vite-plugin-mock": "^2.9.6",
|
2021-12-24 11:00:10 +08:00
|
|
|
"vite-plugin-windicss": "^1.6.1",
|
2022-01-01 22:52:05 +08:00
|
|
|
"vue-tsc": "^0.30.1",
|
|
|
|
"vueuc": "^0.4.19",
|
|
|
|
"windicss": "^3.4.2"
|
2021-05-28 00:32:34 +08:00
|
|
|
},
|
2021-11-21 19:29:17 +08:00
|
|
|
"homepage": "https://github.com/honghuangdc/soybean-admin",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/honghuangdc/soybean-admin.git"
|
|
|
|
},
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/honghuangdc/soybean-admin/issues"
|
2021-05-28 00:32:34 +08:00
|
|
|
}
|
|
|
|
}
|