Commit 6262565d authored by 田功镭's avatar 田功镭

*)modify module

parent 775e230f
{
"js": {
"indent_size": 2,
"space_in_paren": false,
"space-in-empty-paren": false,
"jslint_happy": false,
"space_after_anon_function": false
},
"css": {
"indent_size": 2
},
"html": {
"indent_size": 2
},
"indent_size": 2,
"indent_char": " ",
"indent_with_tabs": false,
"eol": "\n",
"end_with_newline": true,
"indent_level": 0,
"preserve_newlines": true,
"max_preserve_newlines": 10,
"brace_style": "collapse",
"break_chained_methods": false,
"keep_array_indentation": false,
"unescape_strings": false,
"wrap_line_length": 0,
"e4x": false,
"comma_first": false,
"operator_position": "before-newline"
}
_mock
build
demo
docs
server
.vscode
elements
example
external
node_modules
dist
released
src
.amosrun.config.js
.editorconfig
.eslintignore
.eslintrc.js
.gitignore
.npmignore
.npmrc
.prettierignore
.prettierrc
.project
.stylelintignore
.stylelintrc.json
/amos.config.js
*.bat
*.html
webpack.config.*.js
webpack.*.js
nodemon.json
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
"useTabs": false, "useTabs": false,
"semi": true, "semi": true,
"singleQuote": true, "singleQuote": true,
"parser": "babylon", "parser": "babel",
"trailingComma": "none", "trailingComma": "none",
"bracketSpacing": true, "bracketSpacing": true,
"jsxBracketSameLine": false, "jsxBracketSameLine": false,
......
{ {
"name": "amos-iot", "name": "amos-iot-access",
"version": "1.0.0", "version": "1.0.0",
"private": false, "private": false,
"author": "ilex.h", "author": "ilex.h",
...@@ -34,35 +34,29 @@ ...@@ -34,35 +34,29 @@
] ]
}, },
"dependencies": { "dependencies": {
"amos-richtext": "^1.x",
"amos-jsplumb": "^3.0.2"
},
"devDependencies": {
"amos-build": "^4.x",
"amos-antd": "^2.0.22", "amos-antd": "^2.0.22",
"amos-core": "^2.0.27", "amos-core": "^2.0.27",
"amos-devgrid": "^1.0.10", "amos-devgrid": "^1.0.10",
"amos-code-actuator": "^1.0.0",
"amos-dll": "^2.0.1", "amos-dll": "^2.0.1",
"amos-icon": "^1.0.3", "ray-code-split": "^1.0.1",
"amos-jsplumb": "^3.0.2", "ray-mediaquery": "^1.0.0",
"ray-progress": "^1.0.0",
"amos-security": "^2.0.17",
"amos-framework": "^1.1.9",
"amos-pluggable": "^1.0.6", "amos-pluggable": "^1.0.6",
"amos-processor": "^1.2.17", "amos-processor": "^1.2.17",
"amos-security": "^2.0.17",
"amos-richtext": "^1.0.0",
"amos-tool": "^1.x", "amos-tool": "^1.x",
"amos-viz": "^1.x", "amos-viz": "^1.x",
"amos-websocket": "^1.0.3", "amos-websocket": "^1.0.3",
"classnames": "^2.2.5", "mockjs": "^1.x",
"dt2react": "^1.x", "ws": "^4.0.0",
"ray-code-split": "^1.0.1",
"ray-hotkeys": "^1.x",
"ray-mediaquery": "^1.0.0",
"ray-progress": "^1.0.0",
"react": "~16.3.2", "react": "~16.3.2",
"react-dom": "~16.3.2" "react-dom": "~16.3.2"
},
"devDependencies": {
"amos-build": "^3.x",
"amos-code-actuator": "^1.0.0",
"amos-framework": "^1.1.9",
"eslint-config-ray": "^1.0.25",
"mockjs": "^1.0.1-beta3",
"stylelint-config-ray": "^2.0.0",
"ws": "^4.0.0"
} }
} }
# amos-iot-access
物联接入
## 其它系统引入方式
package.json
```json
"devDependencies": {
"amos-iot-access": "git+http://gaodongdong:a123456789@172.16.10.76/iot/YeeAMOSIotView.git#v1.0.0",
}
```
...@@ -46,6 +46,7 @@ const config = { ...@@ -46,6 +46,7 @@ const config = {
toFile: 'index.html', toFile: 'index.html',
entry: __ENV__ === 'production' ? prodEntry : devEntry, entry: __ENV__ === 'production' ? prodEntry : devEntry,
useHot: true, useHot: true,
lint: false,
port: 3300, port: 3300,
alias: alias, alias: alias,
sourceMap: __ENV__ === 'production' ? false : true sourceMap: __ENV__ === 'production' ? false : true
......
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