Commit f548a55e authored by zhengjiawei's avatar zhengjiawei

orgCode

parent 45b17160
......@@ -32,7 +32,7 @@
},
// 系统配置信息 主要是为了区分各子系统
sysConf: {
sessionOrgCode: '10*11',
sessionOrgCode: '10',
needHeartBeat: true,
//是否自动打开业务屏,true是,false否
isAutoOpenBussiness: true,
......
{
"name": "amos-convertor-view",
"version": "1.0.0",
"private": true,
"author": "ilex.h",
"scripts": {
"clean": "rimraf dist released",
"build": "set NODE_ENV=production && npm run clean && webpack",
"build:dev": "set NODE_ENV=development && npm run clean && webpack",
"watch": "webpack -w",
"server": "nodemon server/index.js --watch server",
"start": "set NODE_ENV=development && webpack-dev-server",
"start1": "set NODE_ENV=development && nodemon --exec \"webpack-dev-server\"",
"lint": "eslint src tests",
"lint:fix": "npm run lint -- --fix",
"format": "prettier --write \"src/**/*.{js,jsx,css,scss,less,sass}\"",
"stylelint": "stylelint src",
"zip": "amos-run released2zip",
"pub:dev": "npm run build:dev && amos-run dllreleased",
"pub": "npm run build && amos-run dllreleased",
"pub1": "amos-run dllreleased",
"pub2": "amos-run dllreleased-test",
"precommit": "lint-staged"
},
"lint-staged": {
"*.{js,json,css}": [
"prettier --write",
"git add"
]
},
"dependencies": {
"amos-3d": "^2.1.5",
"amos-antd": "^2.1.4",
"amos-devgrid": "^1.0.10",
"amos-dll": "^2.0.2",
"amos-gojs": "^2.0.15",
"amos-icon": "^1.0.3",
"amos-pluggable": "^1.0.6",
"amos-processor": "^2.x",
"amos-richtext": "^1.0.1",
"amos-rules-config": "^1.0.4",
"amos-security": "^2.1.1",
"amos-tool": "^1.x",
"amos-viz": "^1.x",
"amos-websocket": "^1.0.3",
"amos-amap":"~1.0.9",
"amos-mqtt": "^1.0.1",
"classnames": "^2.2.5",
"dt2react": "^1.x",
"ray-code-split": "^1.0.1",
"ray-eventpool": "^1.0.0",
"ray-mediaquery": "^1.0.0",
"ray-progress": "^1.0.0",
"react": "~16.3.2",
"react-dom": "~16.3.3"
},
"devDependencies": {
"amos-build": "3.1.4",
"amos-designer": "^1.0.2",
"amos-framework": "^1.2.2",
"amos-iot-3dgraph": "^1.0.0",
"amos-iot-webstudio": "^1.0.4",
"eslint-config-ray": "^1.0.26",
"mockjs": "^1.0.1-beta3",
"ray-build": "^2.0.2",
"stylelint-config-ray": "^2.0.4"
}
}
{
"name": "amos-convertor-view",
"version": "1.0.0",
"private": true,
"author": "ilex.h",
"scripts": {
"clean": "rimraf dist released",
"build": "set NODE_ENV=production && npm run clean && webpack",
"build:dev": "set NODE_ENV=development && npm run clean && webpack",
"watch": "webpack -w",
"server": "nodemon server/index.js --watch server",
"start": "set NODE_ENV=development && webpack-dev-server",
"start1": "set NODE_ENV=development && nodemon --exec \"webpack-dev-server\"",
"lint": "eslint src tests",
"lint:fix": "npm run lint -- --fix",
"format": "prettier --write \"src/**/*.{js,jsx,css,scss,less,sass}\"",
"stylelint": "stylelint src",
"zip": "amos-run released2zip",
"pub:dev": "npm run build:dev && amos-run dllreleased",
"pub": "npm run build && amos-run dllreleased",
"pub1": "amos-run dllreleased",
"pub2": "amos-run dllreleased-test",
"precommit": "lint-staged"
},
"lint-staged": {
"*.{js,json,css}": [
"prettier --write",
"git add"
]
},
"dependencies": {
"amos-3d": "^2.1.5",
"amos-amap": "~1.0.9",
"amos-antd": "^2.1.4",
"amos-devgrid": "^1.0.10",
"amos-dll": "^2.0.2",
"amos-gojs": "^2.0.15",
"amos-icon": "^1.0.3",
"amos-mqtt": "^1.0.1",
"amos-pluggable": "^1.0.6",
"amos-processor": "^2.x",
"amos-richtext": "^1.0.1",
"amos-rules-config": "^1.0.6",
"amos-security": "^2.1.1",
"amos-tool": "^1.x",
"amos-viz": "^1.x",
"amos-websocket": "^1.0.3",
"classnames": "^2.2.5",
"dt2react": "^1.x",
"ray-code-split": "^1.0.1",
"ray-eventpool": "^1.0.0",
"ray-mediaquery": "^1.0.0",
"ray-progress": "^1.0.0",
"react": "~16.3.2",
"react-dom": "~16.3.3"
},
"devDependencies": {
"amos-build": "3.1.4",
"amos-designer": "^1.0.2",
"amos-framework": "^1.2.2",
"amos-iot-3dgraph": "^1.0.0",
"amos-iot-webstudio": "^1.0.4",
"eslint-config-ray": "^1.0.26",
"mockjs": "^1.0.1-beta3",
"ray-build": "^2.0.2",
"stylelint-config-ray": "^2.0.4"
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment