-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.3 KB
/
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "hwatu",
"version": "0.0.0",
"description": "the korean card game of go-stop",
"main": "src/index.tsx",
"repository": "https://github.com/makesitgo/hwatu.git",
"author": "nick makes",
"license": "MIT",
"private": true,
"devDependencies": {
"@types/classnames": "^2.2.3",
"@types/history": "^4.6.2",
"@types/prop-types": "^15.5.3",
"@types/react": "^16.3.14",
"@types/react-dom": "^16.0.5",
"@types/react-hot-loader": "^4.1.0",
"@types/react-redux": "^6.0.0",
"@types/react-router": "^4.0.25",
"@types/react-router-dom": "^4.2.6",
"@types/react-router-redux": "^5.0.14",
"file-loader": "^1.1.11",
"react-hot-loader": "^4.2.0",
"style-loader": "^0.21.0",
"svg-url-loader": "^2.3.2",
"ts-loader": "^4.3.0",
"tslib": "^1.9.1",
"typescript": "^2.8.3",
"url-loader": "^1.0.1",
"webpack": "^4.8.3",
"webpack-cli": "^2.1.4",
"webpack-dev-server": "^3.1.4"
},
"dependencies": {
"classnames": "^2.2.5",
"font-awesome": "^4.7.0",
"history": "^4.7.2",
"immer": "^1.3.0",
"prop-types": "^15.6.1",
"react": "^16.4.0",
"react-dom": "^16.4.0",
"react-redux": "^5.0.7",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"react-router-redux": "^4.0.8",
"redux": "^4.0.0"
}
}