Add all dependencies - react, react-vis, prop-types

Also add fake typedef for react-vis
This commit is contained in:
Abhas
2018-06-22 16:36:45 +05:30
parent f821f9b605
commit eaaab17648
4 changed files with 92 additions and 6 deletions
+8 -1
View File
@@ -31,10 +31,14 @@
"watch": "npm run build -- --watch",
"watch:test": "jest --watch"
},
"dependencies": {},
"dependencies": {
"prop-types": "^15.6.2"
},
"devDependencies": {
"@types/jest": "^22.0.1",
"@types/node": "^8.0.0",
"@types/prop-types": "^15.5.3",
"@types/react": "^16.4.1",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.1",
"babel-preset-stage-2": "^6.24.1",
@@ -44,6 +48,8 @@
"jest": "^22.0.4",
"jest-environment-node-debug": "^2.0.0",
"prettier": "^1.5.2",
"react": "^16.4.1",
"react-vis": "^1.9.4",
"rimraf": "^2.0.0",
"ts-jest": "^22.0.1",
"ts-loader": "^3.4.0",
@@ -70,6 +76,7 @@
"mapCoverage": true
},
"peerDependencies": {
"react": "^16.4.1",
"react-vis": "^1.9.4"
}
}