1 Star 0 Fork 0

CheryInternational/dcs-sales-web-client

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 2.08 KB
一键复制 编辑 原始数据 按行查看 历史
sideny_cc 提交于 2020-09-28 13:58 . sales-web-init
{
"name": "@chery-intl/dcs-sales-client",
"version": "0.2.0",
"repository": "https://gitlab.sdtdev.net/chery-intl/dcs-sales/sales-web-client.git",
"publishConfig": {
"registry": "https://repo.sdtdev.net/repository/npm-hosted/"
},
"files": [
"lib/"
],
"main": "./lib/index.js",
"scripts": {
"lint": "eslint ./src/client/**/*.js ./src/client/**/*.jsx --fix --quiet",
"build": "babel ./src/client --out-dir ./lib --source-maps --copy-files",
"server": "web-tools start",
"intl": "web-tools intl"
},
"nyc": {
"sourceMap": false,
"instrument": false
},
"devDependencies": {
"@babel/cli": "^7.1.2",
"@babel/core": "^7.1.2",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"@babel/plugin-proposal-function-bind": "^7.0.0",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/plugin-transform-runtime": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"@shsdt/top-menu": "^1.0.0",
"@shsdt/web-bootstrap": "^1.0.1",
"@shsdt/web-intl": "^0.1.3",
"@shsdt/web-shared": "^5.0.9",
"@shsdt/web-shell": "^4.0.7",
"@shsdt/web-tools": "^1.2.6",
"ant-design-pro": "^2.1.1",
"antd": "~3.18.1",
"babel-eslint": "^7.2.3",
"babel-plugin-import": "^1.10.0",
"cross-env": "^5.0.0",
"eslint": "^4.5.0",
"eslint-plugin-react": "^7.3.0",
"express": "^4.15.3",
"http-proxy-middleware": "^0.17.4",
"module-alias": "^2.0.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"rxjs": "5.4.3",
"superstruct": "^0.6.0"
},
"dependencies": {
"accounting": "^0.4.1",
"bizcharts": "^3.5.8",
"classnames": "^2.2.5",
"dragm": "^0.0.5",
"immutable": "^3.8.1",
"lodash": "^4.17.4",
"moment": "^2.18.1",
"prop-types": "^15.5.10",
"qs": "^6.4.0",
"react-redux": "^5.0.5",
"react-router": "^4.2.0",
"react-router-dom": "^4.1.2",
"redux-immutable": "^4.0.0",
"reselect": "^3.0.1"
},
"_moduleAliases": {
"Shared": "node_modules/@shsdt/web-shared/lib",
"Shell": "node_modules/@shsdt/web-shell/lib"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/chery-international/dcs-sales-web-client.git
git@gitee.com:chery-international/dcs-sales-web-client.git
chery-international
dcs-sales-web-client
dcs-sales-web-client
master

搜索帮助