mirror of
https://github.com/bendtherules/react-vis-gridarea.git
synced 2026-08-19 00:34:06 +00:00
Add all dependencies - react, react-vis, prop-types
Also add fake typedef for react-vis
This commit is contained in:
+8
-1
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user