-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
101 lines (101 loc) · 3.07 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
{
"name": "realworld-react-redux",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "node scripts/start.js",
"build": "node scripts/build.js",
"test": "node scripts/test.js",
"deploy": "now",
"now-build": "SKIP_PREFLIGHT_CHECK=true yarn build"
},
"dependencies": {
"connected-react-router": "6.4.0",
"formik": "2.0.1-alpha.2",
"history": "4.9.0",
"i18next": "15.1.0",
"i18next-browser-languagedetector": "3.0.1",
"ky": "0.11.0",
"ramda": "0.26.1",
"react": "16.8.6",
"react-app-polyfill": "1.0.1",
"react-dom": "16.8.6",
"react-i18next": "10.9.0",
"react-redux": "7.1.0-alpha.4",
"react-router": "5.0.0",
"react-router-config": "5.0.0",
"react-use": "9.0.0",
"redux": "4.0.1",
"redux-devtools-extension": "2.13.8",
"redux-thunk": "2.3.0"
},
"devDependencies": {
"@babel/core": "7.4.4",
"@svgr/webpack": "4.2.0",
"@types/history": "4.7.2",
"@types/jest": "24.0.12",
"@types/nock": "10.0.1",
"@types/node": "12.0.0",
"@types/prop-types": "15.7.1",
"@types/ramda": "types/npm-ramda#dist",
"@types/react": "16.8.17",
"@types/react-dom": "16.8.4",
"@types/react-redux": "7.0.8",
"@types/react-router": "5.0.0",
"@types/react-router-config": "1.1.3",
"@types/redux-mock-store": "1.0.1",
"@types/styled-components": "4.1.14",
"@typescript-eslint/eslint-plugin": "1.7.0",
"@typescript-eslint/parser": "1.7.0",
"babel-eslint": "10.0.1",
"babel-jest": "24.8.0",
"babel-loader": "8.0.5",
"babel-plugin-named-asset-import": "0.3.2",
"babel-preset-react-app": "9.0.0",
"case-sensitive-paths-webpack-plugin": "2.2.0",
"css-loader": "2.1.1",
"dotenv": "8.0.0",
"dotenv-expand": "5.1.0",
"eslint": "5.16.0",
"eslint-config-react-app": "4.0.1",
"eslint-loader": "2.1.2",
"eslint-plugin-flowtype": "3.8.1",
"eslint-plugin-import": "2.17.2",
"eslint-plugin-jsx-a11y": "6.2.1",
"eslint-plugin-react": "7.13.0",
"eslint-plugin-react-hooks": "1.6.0",
"file-loader": "3.0.1",
"fs-extra": "7.0.1",
"html-webpack-plugin": "4.0.0-beta.5",
"identity-obj-proxy": "3.0.0",
"is-wsl": "2.0.0",
"jest": "24.8.0",
"jest-environment-jsdom-fourteen": "0.1.0",
"jest-resolve": "24.8.0",
"jest-watch-typeahead": "0.3.1",
"mini-css-extract-plugin": "0.6.0",
"nock": "10.0.6",
"now": "15.2.0",
"optimize-css-assets-webpack-plugin": "5.0.1",
"postcss-flexbugs-fixes": "4.1.0",
"postcss-loader": "3.0.0",
"postcss-normalize": "7.0.1",
"postcss-preset-env": "6.6.0",
"postcss-safe-parser": "4.0.1",
"prettier": "1.17.0",
"react-dev-utils": "9.0.1",
"redux-mock-store": "1.5.3",
"resolve": "1.10.1",
"sass-loader": "7.1.0",
"semver": "6.0.0",
"style-loader": "0.23.1",
"terser-webpack-plugin": "1.2.3",
"typescript": "3.4.5",
"url-loader": "1.1.2",
"utility-types": "3.7.0",
"webpack": "4.31.0",
"webpack-dev-server": "3.3.1",
"webpack-manifest-plugin": "2.0.4",
"workbox-webpack-plugin": "4.3.1"
}
}