Skip to content

Commit 675ee75

Browse files
halilbloonywizard
authored andcommitted
Moving react and react-dom into devDependencies.
1 parent e1014dc commit 675ee75

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

package.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@
4545
"eslint-plugin-import": "^2.22.1",
4646
"fork-ts-checker-webpack-plugin": "^6.1.0",
4747
"html-webpack-plugin": "5.0.0-alpha.4",
48+
"react": "^17.0.2",
49+
"react-dom": "^17.0.2",
4850
"rollup": "^2.40.0",
4951
"rollup-plugin-terser": "^7.0.2",
5052
"rollup-plugin-typescript2": "^0.30.0",
@@ -58,9 +60,5 @@
5860
"keywords": [
5961
"confetti",
6062
"js-confetti"
61-
],
62-
"dependencies": {
63-
"react": "^17.0.2",
64-
"react-dom": "^17.0.2"
65-
}
63+
]
6664
}

0 commit comments

Comments
 (0)