add react-svg-inline to dependency's

This commit is contained in:
casperlamboo 2017-12-13 16:59:12 +01:00
parent 8fbf167a6f
commit b5b893e747
2 changed files with 1081 additions and 400 deletions

1477
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -45,7 +45,8 @@
"shortid": "^2.2.8", "shortid": "^2.2.8",
"three": "^0.88.0", "three": "^0.88.0",
"three-js-csg": "github:Doodle3D/three-js-csg", "three-js-csg": "github:Doodle3D/three-js-csg",
"valid-url": "^1.0.9" "valid-url": "^1.0.9",
"react-svg-inline": "^2.0.1"
}, },
"devDependencies": { "devDependencies": {
"babel-cli": "6.24.1", "babel-cli": "6.24.1",
@ -73,7 +74,6 @@
"raw-loader": "^0.5.1", "raw-loader": "^0.5.1",
"react-dom": "^16.1.1", "react-dom": "^16.1.1",
"react-router-redux": "^4.0.8", "react-router-redux": "^4.0.8",
"react-svg-inline": "^2.0.1",
"react-tap-event-plugin": "^3.0.2", "react-tap-event-plugin": "^3.0.2",
"redux": "^3.7.2", "redux": "^3.7.2",
"redux-action-wrapper": "^1.0.1", "redux-action-wrapper": "^1.0.1",