1 Star 0 Fork 13

kean/RunnerGo-fe-open

forked from RunnerGo/RunnerGo-fe-open 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 3.47 KB
一键复制 编辑 原始数据 按行查看 历史
liuguanglei 提交于 2023-03-02 11:22 . feat: push code
{
"name": "runnergo-fe",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "cross-env NODE_ENV=development webpack-dev-server --config scripts/start.js",
"start:master": "cross-env NODE_ENV=production webpack-dev-server --config scripts/start.js",
"build:test": "cross-env NODE_ENV=test webpack --config scripts/test.js",
"build:master": "cross-env NODE_ENV=production webpack --config scripts/test.js",
"stats": "webpack --json > stats.json",
"dev": "webpack --config scripts/test.js --progress"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.12.17",
"@babel/plugin-transform-runtime": "^7.14.5",
"@babel/preset-env": "^7.12.17",
"@babel/preset-react": "^7.12.13",
"@monaco-editor/react": "^4.4.4",
"@svgr/webpack": "^6.2.1",
"axios": "^0.27.2",
"babel-loader": "^8.2.2",
"classnames": "^2.3.1",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^9.1.0",
"cross-env": "^7.0.3",
"css-loader": "^5.0.2",
"html-webpack-plugin": "^5.2.0",
"less": "^4.1.1",
"less-loader": "^10.0.1",
"lodash": "^4.17.21",
"react-dnd": "^15.1.0",
"react-dnd-html5-backend": "^15.1.0",
"react-sortable-hoc": "^2.0.0",
"react-svg": "^15.1.17",
"resize-observer-polyfill": "^1.5.1",
"style-loader": "^2.0.0",
"uuid": "^8.3.2",
"webpack": "^5.23.0",
"webpack-bundle-analyzer": "^4.7.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.8.1",
"webpack-merge": "^5.7.3"
},
"dependencies": {
"@apidevtools/json-schema-ref-parser": "^9.0.9",
"@arco-design/web-react": "^2.40.2",
"@emotion/css": "^11.9.0",
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@popperjs/core": "^2.11.2",
"@toast-ui/react-editor": "^3.1.3",
"adesign-react": "^0.0.196",
"ajv-i18n": "^4.2.0",
"ali-oss": "^6.17.1",
"apifox2apipost": "^0.0.5",
"apipost-inside-tools": "^0.1.7",
"apipost-mock-schema": "0.0.7",
"apipost-tools": "0.0.16",
"apipost2har": "0.0.1",
"apizza2apipost": "^0.0.2",
"copy-to-clipboard": "^3.3.3",
"curl2har": "^0.0.18",
"dayjs": "^1.11.2",
"echarts": "^5.3.3",
"echarts-for-react": "^3.0.2",
"eolink2apipost": "^0.0.3",
"event-bus-hooks": "^1.0.7",
"fast-deep-equal": "^3.1.3",
"file-saver": "^2.0.5",
"har2languages": "0.0.2",
"highlight.js": "^11.6.0",
"html2canvas": "^1.4.1",
"i18next": "^21.9.2",
"i18next-browser-languagedetector": "^6.1.5",
"immer": "^9.0.15",
"jsondiffpatch": "^0.4.1",
"jsonpath": "^1.1.1",
"jspdf": "^2.5.1",
"mockjs": "^1.1.0",
"module2apipostfull": "^0.0.10",
"mousetrap": "^1.6.5",
"mousetrap-global-bind": "^1.1.0",
"node-polyfill-webpack-plugin": "^2.0.0",
"postman2apipost": "^0.0.10",
"prepend-http": "^4.0.0",
"qrcode.react": "^1.0.1",
"qs": "^6.11.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-flow-renderer": "^10.3.16",
"react-i18next": "^11.18.6",
"react-pdf-js": "^5.1.0",
"react-popper": "^2.3.0",
"react-redux": "^8.0.1",
"react-resizable": "^3.0.0",
"react-router-dom": "^6.3.0",
"redux": "^4.2.0",
"rxjs": "^7.5.6",
"rxjs-hooks": "^0.8.0-alpha.0",
"striptags": "^3.2.0",
"swagger2apipost": "^0.1.13",
"type-of-is": "^3.5.1",
"url-parse": "^1.5.10",
"x2js": "^3.4.3",
"xml-js": "^1.6.11",
"yapi2apipost": "^0.0.2"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/kean123/runnergo-fe-open.git
git@gitee.com:kean123/runnergo-fe-open.git
kean123
runnergo-fe-open
RunnerGo-fe-open
main

搜索帮助