-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
73 lines (73 loc) · 1.81 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "dota2stat",
"version": "0.1.0",
"private": true,
"dependencies": {
"@blueprintjs/core": "^3.10.0",
"@types/classnames": "^2.2.6",
"@types/jest": "23.3.10",
"@types/node": "10.12.18",
"@types/react": "^16.7.18",
"@types/react-dom": "^16.0.11",
"@zeit/next-css": "^1.0.1",
"classnames": "^2.2.6",
"date-fns": "^1.30.1",
"env-cmd": "^8.0.2",
"history": "^4.7.2",
"immer": "^1.9.3",
"js-cookie": "^2.2.0",
"lodash": "^4.17.11",
"next": "^7.0.2",
"next-redux-wrapper": "^2.1.0",
"node-sass": "^4.11.0",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"react-redux": "^6.0.0",
"react-scripts": "2.1.2",
"redux": "^4.0.1",
"redux-actions": "^2.6.4",
"redux-promise-middleware": "^5.1.1",
"typescript": "3.2.2"
},
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"@babel/core": "^7.2.2",
"@types/js-cookie": "^2.2.0",
"@types/lingui__core": "^2.2.0",
"@types/lingui__macro": "^2.7.0",
"@types/lingui__react": "^2.5.0",
"@types/lodash": "^4.14.119",
"@types/next": "^7.0.6",
"@types/react-redux": "^6.0.11",
"@types/react-router-dom": "^4.3.1",
"@types/redux-actions": "^2.3.1",
"@zeit/next-sass": "^1.0.1",
"@zeit/next-typescript": "^1.1.1",
"babel-core": "^7.0.0-bridge.0",
"git-scripts": "^0.2.1",
"jest": "^23.6.0",
"npm-run-all": "^4.1.5",
"redux-devtools": "^3.5.0",
"redux-devtools-extension": "^2.13.7",
"tslint": "^5.12.0",
"tslint-blueprint": "^0.1.0",
"tslint-config-prettier": "^1.17.0"
},
"git": {
"scripts": {
}
}
}