-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
65 lines (65 loc) · 1.7 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
{
"name": "react-dark-weather",
"version": "0.1.0",
"private": true,
"dependencies": {
"@jpavon/react-scripts-ts": "^1.0.0",
"@types/axios": "^0.14.0",
"@types/lodash": "^4.14.120",
"@types/moment": "^2.13.0",
"@types/moment-timezone": "^0.5.10",
"@types/redux": "^3.6.0",
"@types/redux-saga": "^0.10.5",
"@types/storejs": "^2.0.2",
"@types/styled-components": "^4.1.6",
"axios": "^0.18.0",
"bulma": "^0.7.1",
"lodash": "^4.17.10",
"moment": "^2.23.0",
"moment-timezone": "^0.5.21",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"react-pose": "^4.0.5",
"react-redux": "^6.0.0",
"recompose": "^0.30.0",
"redux": "^4.0.0",
"redux-saga": "^0.16.0",
"reselect": "^4.0.0",
"store": "^2.0.12",
"styled-components": "^4.1.3",
"uniqid": "^5.0.3"
},
"scripts": {
"start": "react-scripts-ts start",
"build": "react-scripts-ts build",
"test": "react-scripts-ts test --env=jsdom",
"eject": "react-scripts-ts eject",
"analyze": "source-map-explorer build/static/js/main.*"
},
"devDependencies": {
"@types/jest": "^23.3.13",
"@types/node": "^10.12.18",
"@types/react": "^16.7.20",
"@types/react-dom": "^16.0.11",
"@types/react-redux": "^7.0.0",
"@types/recompose": "^0.30.2",
"@types/uniqid": "^4.1.2",
"tslint": "^5.12.1",
"tslint-config-prettier": "^1.17.0",
"tslint-eslint-rules": "^5.3.1",
"tslint-react": "^3.6.0",
"typescript": "^3.2.4"
},
"browserslist": {
"development": [
"last 2 chrome versions",
"last 2 firefox versions",
"last 2 edge versions"
],
"production": [
">0.25%",
"not op_mini all",
"ie 11"
]
}
}