1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00

add react and react-dom to devDependencies

This commit is contained in:
nkzawa 2017-02-09 02:31:20 +09:00
parent 55f48563a0
commit 29e0c3eba0

View file

@ -104,6 +104,8 @@
"node-fetch": "^1.6.3",
"nyc": "^10.0.0",
"portfinder": "^1.0.10",
"react": "15.4.2",
"react-dom": "15.4.2",
"run-sequence": "1.2.2",
"standard": "8.6.0",
"wd": "^1.1.3",