-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
54 lines (54 loc) · 1.57 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
48
49
50
51
52
53
54
{
"name": "typescript-redux-card-game",
"version": "0.4.0",
"private": true,
"homepage": "https://zergetaev.ru/typescript-redux-card-game/",
"engines": {
"node": ">=14.0.0"
},
"dependencies": {
"@reduxjs/toolkit": "^1.4.0",
"classnames": "^2.2.6",
"hearthstone-parser": "^4.3.1",
"hearthstonejson-client": "https://github.com/zernie/npm-hearthstonejson-client.git#build",
"lodash": "^4.17.15",
"prettier": "^2.0.5",
"react": "^16.13.1",
"react-dnd": "^11.1.3",
"react-dnd-html5-backend": "^11.1.3",
"react-dnd-touch-backend": "^11.1.3",
"react-dom": "^16.13.1",
"react-hs-components": "https://libs.hearthsim.net/react-hs-components-v0.3.0.tgz",
"react-redux": "^7.2.0",
"react-scripts": "^3.4.1",
"reduce-reducers": "^1.0.4",
"redux-orm": "^0.16.2",
"semantic-ui-react": "^0.88.2",
"sunwell": "^0.10.0",
"toastr": "^2.1.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"devDependencies": {
"@types/classnames": "^2.2.10",
"@types/jest": "^26.0.3",
"@types/lodash": "^4.14.157",
"@types/node": "^14.0.14",
"@types/react": "^16.9.41",
"@types/react-dom": "^16.9.8",
"@types/react-redux": "^7.1.9",
"@types/redux-orm": "^0.13.6",
"@types/toastr": "^2.1.38",
"node-gyp": "^7.0.0",
"typescript": "~3.9.6"
},
"resolutions": {
"@types/prop-types": "15.7.3"
}
}