forked from johnterickson/caching-perf-tests
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
162 lines (162 loc) · 4.97 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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
{
"private": true,
"scripts": {
"test": "echo Running tests... 5"
},
"dependencies": {
"@babel/code-frame": "7.0.0",
"address": "1.0.3",
"browserslist": "4.5.4",
"chalk": "2.4.2",
"commander": "2.19.0",
"confusing-browser-globals": "^1.0.7",
"core-js": "3.0.1",
"cross-spawn": "6.0.5",
"detect-port-alt": "1.1.6",
"envinfo": "7.1.0",
"escape-string-regexp": "1.0.5",
"filesize": "3.6.1",
"find-up": "3.0.0",
"fork-ts-checker-webpack-plugin": "1.0.1",
"fs-extra": "8.0.1",
"global-modules": "2.0.0",
"globby": "8.0.2",
"gzip-size": "5.0.0",
"hyperquest": "2.1.3",
"immer": "1.10.0",
"inquirer": "6.2.2",
"is-root": "2.0.0",
"loader-utils": "1.2.3",
"object-assign": "4.1.1",
"opn": "5.4.0",
"pkg-up": "2.0.0",
"promise": "8.0.3",
"raf": "3.4.1",
"react": "^16.8.4",
"react-dom": "^16.8.4",
"react-error-overlay": "^5.1.5",
"recursive-readdir": "2.2.2",
"regenerator-runtime": "0.13.2",
"semver": "6.0.0",
"shell-quote": "1.6.1",
"sockjs-client": "1.3.0",
"strip-ansi": "5.2.0",
"tar-pack": "3.4.1",
"text-table": "0.2.0",
"tmp": "0.0.33",
"validate-npm-package-name": "3.0.0",
"whatwg-fetch": "3.0.0"
},
"peerDependencies": {
"@typescript-eslint/eslint-plugin": "1.x",
"@typescript-eslint/parser": "1.x",
"babel-eslint": "10.x",
"eslint": "5.x",
"eslint-plugin-flowtype": "2.x",
"eslint-plugin-import": "2.x",
"eslint-plugin-jsx-a11y": "6.x",
"eslint-plugin-react": "7.x",
"eslint-plugin-react-hooks": "1.x"
},
"devDependencies": {
"@babel/code-frame": "7.0.0",
"@babel/core": "7.4.3",
"@babel/plugin-proposal-class-properties": "7.4.0",
"@babel/plugin-proposal-decorators": "7.4.0",
"@babel/plugin-proposal-object-rest-spread": "7.4.3",
"@babel/plugin-syntax-dynamic-import": "7.2.0",
"@babel/plugin-transform-classes": "7.4.3",
"@babel/plugin-transform-destructuring": "7.4.3",
"@babel/plugin-transform-flow-strip-types": "7.4.0",
"@babel/plugin-transform-react-constant-elements": "7.2.0",
"@babel/plugin-transform-react-display-name": "7.2.0",
"@babel/plugin-transform-runtime": "7.4.3",
"@babel/preset-env": "7.4.3",
"@babel/preset-react": "7.0.0",
"@babel/preset-typescript": "7.3.3",
"@babel/runtime": "7.4.3",
"@svgr/webpack": "4.1.0",
"@typescript-eslint/eslint-plugin": "1.6.0",
"@typescript-eslint/parser": "1.6.0",
"anser": "1.4.8",
"babel-eslint": "10.0.1",
"babel-jest": "24.7.1",
"babel-loader": "8.0.5",
"babel-plugin-dynamic-import-node": "2.2.0",
"babel-plugin-macros": "2.5.1",
"babel-plugin-named-asset-import": "^0.3.2",
"babel-plugin-tester": "^6.0.1",
"babel-plugin-transform-react-remove-prop-types": "0.4.24",
"babel-preset-react-app": "^8.0.0",
"camelcase": "^5.2.0",
"case-sensitive-paths-webpack-plugin": "2.2.0",
"chalk": "^2.4.2",
"chokidar": "^2.1.2",
"cross-env": "5.2.0",
"css-loader": "2.1.1",
"dotenv": "6.2.0",
"dotenv-expand": "4.2.0",
"eslint": "^5.16.0",
"eslint-config-react-app": "^4.0.0",
"eslint-loader": "2.1.2",
"eslint-plugin-flowtype": "2.50.1",
"eslint-plugin-import": "2.16.0",
"eslint-plugin-jsx-a11y": "6.2.1",
"eslint-plugin-react": "7.12.4",
"eslint-plugin-react-hooks": "^1.5.0",
"execa": "1.0.0",
"file-loader": "3.0.1",
"flow-bin": "^0.63.1",
"fs-extra": "7.0.1",
"globby": "^9.1.0",
"html-entities": "1.2.1",
"html-webpack-plugin": "4.0.0-beta.5",
"husky": "^1.3.1",
"identity-obj-proxy": "3.0.0",
"is-wsl": "^1.1.0",
"jest": "24.8.0",
"jest-environment-jsdom-fourteen": "0.1.0",
"jest-fetch-mock": "2.1.2",
"jest-resolve": "24.7.1",
"jest-watch-typeahead": "0.3.0",
"lerna": "3.13.2",
"lerna-changelog": "~0.8.2",
"lint-staged": "^8.0.4",
"meow": "^5.0.0",
"mini-css-extract-plugin": "0.5.0",
"multimatch": "^3.0.0",
"object-assign": "4.1.1",
"optimize-css-assets-webpack-plugin": "5.0.1",
"pnp-webpack-plugin": "1.2.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.1",
"promise": "8.0.2",
"puppeteer": "^1.13.0",
"raw-loader": "^1.0.0",
"react": "^16.8.4",
"react-app-polyfill": "^1.0.0",
"react-dev-utils": "^9.0.0",
"react-dom": "^16.8.4",
"resolve": "1.10.0",
"rimraf": "^2.6.3",
"sass-loader": "7.1.0",
"semver": "6.0.0",
"settle-promise": "1.0.0",
"source-map": "0.5.6",
"strip-ansi": "^5.1.0",
"style-loader": "0.23.1",
"svg-term-cli": "^2.1.1",
"tempy": "0.3.0",
"terser-webpack-plugin": "1.2.3",
"url-loader": "1.1.2",
"wait-for-localhost": "^3.1.0",
"webpack": "4.29.6",
"webpack-dev-server": "3.2.1",
"webpack-manifest-plugin": "2.0.4",
"workbox-webpack-plugin": "4.2.0"
}
}