-
Notifications
You must be signed in to change notification settings - Fork 25
/
package.json
111 lines (111 loc) · 3.44 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
{
"name": "@firstlookmedia/react-scripts",
"version": "3.0.0",
"description": "shared react site configs",
"author": "First Look Media",
"license": "MIT",
"bin": {
"react-scripts": "./bin/react-scripts.js"
},
"engines": {
"node": ">=12.0.0",
"yarn": "^1.6.0"
},
"dependencies": {
"@babel/cli": "^7.17.0",
"@babel/core": "^7.17.0",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"@babel/plugin-proposal-export-namespace-from": "^7.0.0",
"@babel/plugin-proposal-function-sent": "^7.0.0",
"@babel/plugin-proposal-json-strings": "^7.0.0",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.4.4",
"@babel/plugin-proposal-numeric-separator": "^7.0.0",
"@babel/plugin-proposal-object-rest-spread": "^7.17.3",
"@babel/plugin-proposal-optional-chaining": "^7.2.0",
"@babel/plugin-proposal-throw-expressions": "^7.0.0",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/plugin-syntax-import-meta": "^7.0.0",
"@babel/plugin-transform-arrow-functions": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.17.0",
"@babel/preset-env": "^7.5.5",
"@babel/preset-react": "^7.0.0",
"@babel/preset-typescript": "^7.3.3",
"@babel/runtime": "^7.17.9",
"@babel/runtime-corejs3": "^7.17.8",
"@loadable/babel-plugin": "^5.8.0",
"@loadable/webpack-plugin": "^5.7.1",
"autoprefixer": "^8",
"aws-sdk": "^2.94.0",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^23.4.2",
"babel-loader": "^8.0.0",
"babel-plugin-relay": "^12.0.0",
"chalk": "^2",
"concat-stream": "^1.6.2",
"cross-spawn": "^6",
"css-loader": "^2",
"enzyme": "^3",
"enzyme-adapter-react-16": "^1.3.0",
"enzyme-to-json": "^3.3",
"express": "^4.14.0",
"file-loader": "^1",
"filesize": "^3.3.0",
"fs-extra": "^5",
"gzip-size": "^4",
"http-proxy": "^1.16.2",
"identity-obj-proxy": "^3.0.0",
"image-webpack-loader": "^4",
"imports-loader": "^0.8",
"jest": "23.0.0",
"jest-cli": "23.0.0",
"jest-resolve": "23.0.0",
"jsdom": "^11",
"loader-utils": "^1",
"messageformat": "^2.3.0",
"messageformat-loader": "^0.8.1",
"mime": "^2.0.3",
"mini-css-extract-plugin": "^0.5.0",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"postcss-calc": "^5.3.1",
"postcss-loader": "^2",
"postcss-scss": "^1.0.5",
"precss": "^2",
"progress-bar-webpack-plugin": "^1.11.0",
"react-hot-loader": "^4.12.9",
"resolve-bin": "^0.4.0",
"resolve-url-loader": "^2.3.0",
"sass": "^1.49.10",
"sass-loader": "^7.2.0",
"start-server-webpack-plugin": "^2.2.5",
"style-loader": "^0.21",
"ts-loader": "^5.2.1",
"url-loader": "^1",
"webpack": "^4",
"webpack-dev-middleware": "^3",
"webpack-hot-middleware": "^2",
"webpack-manifest-plugin": "^2",
"webpack-merge": "^4.1.2",
"webpack-node-externals": "^1"
},
"peerDependencies": {
"react": "^17.0.0",
"react-dom": "^17.0.0",
"react-relay": "^12.0.0",
"react-test-renderer": "^17.0.0",
"relay-compiler": "^12.0.0",
"source-map-support": "^0.5"
},
"devDependencies": {
"babel-plugin-macros": "^2.6.1",
"eslint": "^4",
"eslint-config-airbnb-base": "^12",
"eslint-plugin-import": "^2",
"graphql": "^15.5.1",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"react-relay": "^12.0.0",
"relay-compiler": "^12.0.0",
"source-map-support": "^0.5",
"typescript": "^4.6.3"
}
}