Merge branch 'develop'
Showing
... | @@ -12,8 +12,8 @@ | ... | @@ -12,8 +12,8 @@ |
"build": "set NODE_ENV=production && npm run clean && webpack", | "build": "set NODE_ENV=production && npm run clean && webpack", | ||
"themes": "amos-run themes", | "themes": "amos-run themes", | ||
"themes-watch": "amos-run themes-watch", | "themes-watch": "amos-run themes-watch", | ||
"start": "set NODE_ENV=development && nodemon --exec \"webpack-dev-server\"", | "start": "set NODE_ENV=development && webpack-dev-server", | ||
"start2": "set NODE_ENV=development && webpack-dev-server", | "start2": "set NODE_ENV=development && nodemon --exec \"webpack-dev-server\"", | ||
"startDev": "set NODE_ENV=development && webpack-dev-server --config webpack.config.dev.js", | "startDev": "set NODE_ENV=development && webpack-dev-server --config webpack.config.dev.js", | ||
"compile:dev": "set NODE_ENV=development && npm run clean && webpack --config webpack.config.dev.js", | "compile:dev": "set NODE_ENV=development && npm run clean && webpack --config webpack.config.dev.js", | ||
"compile:pro": "set NODE_ENV=production && npm run clean && webpack --config webpack.config.prod.js", | "compile:pro": "set NODE_ENV=production && npm run clean && webpack --config webpack.config.prod.js", | ||
... | @@ -23,8 +23,8 @@ | ... | @@ -23,8 +23,8 @@ |
"stylelint": "stylelint src", | "stylelint": "stylelint src", | ||
"zip": "amos-run released2zip", | "zip": "amos-run released2zip", | ||
"pub:dev": "npm run compile:dev && amos-run dllreleased", | "pub:dev": "npm run compile:dev && amos-run dllreleased", | ||
"pub": "set NODE_ENV=production && npm run clean && ray-build react && ray-build stylescss && npm publish", | |||
"pub:build": "npm run build:pro && amos-run dllreleased", | "pub:build": "npm run build:pro && amos-run dllreleased", | ||
"pub": "set NODE_ENV=production && npm run clean && ray-build react && ray-build stylescss && npm publish", | |||
"precommit": "lint-staged" | "precommit": "lint-staged" | ||
}, | }, | ||
"lint-staged": { | "lint-staged": { | ||
... | @@ -35,24 +35,24 @@ | ... | @@ -35,24 +35,24 @@ |
}, | }, | ||
"dependencies": { | "dependencies": { | ||
"amos-richtext": "^1.x", | "amos-richtext": "^1.x", | ||
"amos-jsplumb": "^3.0.2" | "amos-jsplumb": "^3.x" | ||
}, | }, | ||
"devDependencies": { | "devDependencies": { | ||
"amos-build": "^4.x", | "amos-build": "^5.x", | ||
"amos-antd": "^2.0.22", | "amos-antd": "^2.x", | ||
"amos-devgrid": "^1.0.10", | "amos-devgrid": "^1.x", | ||
"amos-code-actuator": "^1.0.0", | "amos-code-actuator": "^2.x", | ||
"amos-dll": "^2.0.1", | "amos-dll": "^3.x", | ||
"ray-code-split": "^1.0.1", | "ray-code-split": "^1.0.1", | ||
"ray-mediaquery": "^1.0.0", | "ray-mediaquery": "^1.0.0", | ||
"ray-progress": "^1.0.0", | "ray-progress": "^1.0.0", | ||
"amos-security": "^2.0.17", | "amos-security": "^3.x", | ||
"amos-framework": "^1.1.9", | "amos-framework": "^1.x", | ||
"amos-pluggable": "^1.0.6", | "amos-pluggable": "^1.x", | ||
"amos-processor": "^1.2.17", | "amos-processor": "^2.x", | ||
"amos-tool": "^1.x", | "amos-tool": "^1.x", | ||
"amos-viz": "^1.x", | "amos-viz": "^1.x", | ||
"amos-websocket": "^1.0.3", | "amos-websocket": "^1.x", | ||
"mockjs": "^1.x", | "mockjs": "^1.x", | ||
"ws": "^4.0.0", | "ws": "^4.0.0", | ||
"react": "~16.3.2", | "react": "~16.3.2", | ||
... | ... |
39.7 KB
152 KB
src/assets/auth/login-bg.png
0 → 100644
908 KB
235 KB
src/assets/auth/pwd.png
0 → 100644
3.52 KB
src/assets/auth/user.png
0 → 100644
1.95 KB
1.11 KB