Skip to content
This repository has been archived by the owner on Feb 17, 2021. It is now read-only.

Commit

Permalink
uuid package added
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanflorentin committed Aug 18, 2016
1 parent b5044dc commit 1bc67c2
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,24 +9,25 @@
"author": "Ivan Florentin <[email protected]>",
"license": "ISC",
"dependencies": {
"react": "^15.3.0",
"react-redux-provide": "^6.0.0-rc.56",
"validator": "^5.5.0",
"babel-core": "^6.7.4",
"babel-eslint": "^4.1.5",
"babel-loader": "^6.0.1",
"babel-plugin-react-transform": "^1.1.1",
"babel-plugin-transform-es2015-spread": "^6.6.5",
"babel-plugin-transform-object-rest-spread": "^6.6.5",
"babel-polyfill": "^6.7.2",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.1.4",
"babel-preset-stage-2": "^6.5.0",
"babel-polyfill": "^6.7.2"
"node-uuid": "^1.4.7",
"react": "^15.3.0",
"react-redux-provide": "^6.0.0-rc.56",
"redux-replicate": "^2.0.0-rc.6",
"validator": "^5.5.0"
},
"babel": {
"plugins": [
"transform-object-rest-spread"
]
}

}

0 comments on commit 1bc67c2

Please sign in to comment.