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:
parent
55f48563a0
commit
29e0c3eba0
|
@ -104,6 +104,8 @@
|
||||||
"node-fetch": "^1.6.3",
|
"node-fetch": "^1.6.3",
|
||||||
"nyc": "^10.0.0",
|
"nyc": "^10.0.0",
|
||||||
"portfinder": "^1.0.10",
|
"portfinder": "^1.0.10",
|
||||||
|
"react": "15.4.2",
|
||||||
|
"react-dom": "15.4.2",
|
||||||
"run-sequence": "1.2.2",
|
"run-sequence": "1.2.2",
|
||||||
"standard": "8.6.0",
|
"standard": "8.6.0",
|
||||||
"wd": "^1.1.3",
|
"wd": "^1.1.3",
|
||||||
|
|
Loading…
Reference in a new issue