forked from hideyuk1-jp/react-hooks-tetris
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 868 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"scripts": {
"build": "webpack",
"start": "webpack serve",
"watch": "webpack -w"
},
"devDependencies": {
"@types/react-dom": "^17.0.2",
"@types/react-router-dom": "^5.1.7",
"@types/webpack": "^4.41.26",
"@types/webpack-dev-server": "^3.11.2",
"clean-webpack-plugin": "^3.0.0",
"html-webpack-plugin": "^5.3.1",
"ts-loader": "^8.0.18",
"ts-node": "^9.1.1",
"typescript": "^4.2.3",
"webpack": "^5.26.3",
"webpack-cli": "^4.5.0",
"webpack-dev-server": "^3.11.2",
"webpack-merge": "^5.7.3"
},
"dependencies": {
"@chakra-ui/icons": "^1.0.7",
"@chakra-ui/react": "^1.3.4",
"@emotion/react": "^11.1.5",
"@emotion/styled": "^11.1.5",
"framer-motion": "^4.0.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-icons": "^4.2.0",
"react-router-dom": "^5.2.0"
}
}