|
@@ -7,43 +7,39 @@
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
},
|
|
},
|
|
|
"author": "Jacky.Gao",
|
|
"author": "Jacky.Gao",
|
|
|
- "license": "GPL",
|
|
|
|
|
|
|
+ "license": "The Apache-2.0 License",
|
|
|
"dependencies": {
|
|
"dependencies": {
|
|
|
"bootbox": "^4.4.0",
|
|
"bootbox": "^4.4.0",
|
|
|
"bootstrap": "^3.3.6",
|
|
"bootstrap": "^3.3.6",
|
|
|
- "codemirror": "^5.17.0",
|
|
|
|
|
|
|
+ "bootstrapvalidator": "^0.5.4",
|
|
|
|
|
+ "codemirror": "^5.33.0",
|
|
|
"css": "^2.2.1",
|
|
"css": "^2.2.1",
|
|
|
"events": "^1.1.0",
|
|
"events": "^1.1.0",
|
|
|
"flowdesigner": "^1.1.55",
|
|
"flowdesigner": "^1.1.55",
|
|
|
- "flux": "^2.1.1",
|
|
|
|
|
"font-awesome": "^4.6.1",
|
|
"font-awesome": "^4.6.1",
|
|
|
"jquery": "^3.3.1",
|
|
"jquery": "^3.3.1",
|
|
|
- "object-assign": "^4.1.0",
|
|
|
|
|
|
|
+ "object-assign": "^4.1.1",
|
|
|
"raphael": "^2.2.1",
|
|
"raphael": "^2.2.1",
|
|
|
- "react": "^15.4.1",
|
|
|
|
|
- "react-dom": "^15.4.1",
|
|
|
|
|
- "react-redux": "^4.4.6",
|
|
|
|
|
|
|
+ "react": "^16.3.1",
|
|
|
|
|
+ "react-dom": "^16.3.1",
|
|
|
|
|
+ "react-redux": "^5.0.7",
|
|
|
"react-splitter": "^0.2.0",
|
|
"react-splitter": "^0.2.0",
|
|
|
- "redux": "^3.6.0",
|
|
|
|
|
- "redux-logger": "^2.7.4",
|
|
|
|
|
- "redux-thunk": "^2.1.0"
|
|
|
|
|
|
|
+ "redux": "^3.7.2",
|
|
|
|
|
+ "redux-logger": "^3.0.6",
|
|
|
|
|
+ "redux-thunk": "^2.2.0"
|
|
|
},
|
|
},
|
|
|
"devDependencies": {
|
|
"devDependencies": {
|
|
|
- "babel-cli": "^6.9.0",
|
|
|
|
|
- "babel-core": "^6.8.0",
|
|
|
|
|
- "babel-loader": "^6.2.4",
|
|
|
|
|
- "babel-preset-es2015": "^6.6.0",
|
|
|
|
|
- "babel-preset-react": "^6.5.0",
|
|
|
|
|
- "clean-webpack-plugin": "^0.1.10",
|
|
|
|
|
- "css-loader": "^0.23.1",
|
|
|
|
|
- "expose-loader": "^0.7.1",
|
|
|
|
|
- "file-loader": "^0.8.5",
|
|
|
|
|
- "redux-devtools": "^3.3.1",
|
|
|
|
|
- "redux-devtools-dock-monitor": "^1.1.1",
|
|
|
|
|
- "redux-devtools-log-monitor": "^1.0.11",
|
|
|
|
|
|
|
+ "babel-core": "^6.26.0",
|
|
|
|
|
+ "babel-loader": "^7.1.4",
|
|
|
|
|
+ "babel-preset-env": "^1.6.1",
|
|
|
|
|
+ "babel-preset-react": "^6.24.1",
|
|
|
|
|
+ "css-loader": "^0.28.11",
|
|
|
|
|
+ "expose-loader": "^0.7.5",
|
|
|
|
|
+ "file-loader": "^1.1.11",
|
|
|
|
|
+ "redux-devtools": "^3.4.1",
|
|
|
|
|
+ "redux-devtools-dock-monitor": "^1.1.3",
|
|
|
"style-loader": "^0.13.1",
|
|
"style-loader": "^0.13.1",
|
|
|
- "url-loader": "^0.5.7",
|
|
|
|
|
- "webpack": "^1.13.3",
|
|
|
|
|
- "webpack-cleanup-plugin": "^0.2.0"
|
|
|
|
|
|
|
+ "uglifyjs-webpack-plugin": "^1.2.4",
|
|
|
|
|
+ "url-loader": "^0.5.7"
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|