-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.45 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
{
"name": "mithril",
"version": "0.1.0",
"private": true,
"dependencies": {
"@types/i18next": "^11.9.0",
"@types/i18next-xhr-backend": "^1.4.1",
"@types/lodash": "^4.14.116",
"@types/react-i18next": "^7.8.2",
"@types/react-redux": "^6.0.9",
"@types/react-router-dom": "^4.3.1",
"@types/redux-logger": "^3.0.6",
"@types/redux-saga": "^0.10.5",
"@types/styled-components": "^3.0.1",
"@types/uuid": "^3.4.4",
"i18next": "^11.9.0",
"i18next-xhr-backend": "^1.5.1",
"react": "^16.5.2",
"react-dom": "^16.5.2",
"react-i18next": "^7.12.0",
"react-redux": "^5.0.7",
"react-router-dom": "^4.3.1",
"react-scripts-ts": "2.17.0",
"redux": "^4.0.0",
"redux-logger": "^3.0.6",
"redux-observable": "^1.0.0",
"redux-saga": "^0.16.0",
"rxjs": "^6.3.2",
"styled-components": "^3.4.9",
"typesafe-actions": "^2.0.4",
"uuid": "^3.3.2"
},
"scripts": {
"start": "react-scripts-ts start",
"build": "GENERATE_SOURCEMAP=false react-scripts-ts build",
"test": "react-scripts-ts test --env=jsdom",
"eject": "react-scripts-ts eject"
},
"devDependencies": {
"@types/jest": "^23.3.2",
"@types/node": "^10.10.1",
"@types/react": "^16.4.14",
"@types/react-dom": "^16.0.7",
"typescript": "^3.0.3"
}
}