-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
114 lines (114 loc) · 3.57 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
{
"name": "giftaid-react",
"version": "0.1.0",
"private": true,
"dependencies": {
"@babel/polyfill": "^7.11.5",
"@comicrelief/storybook": "2.4.1",
"@snyk/protect": "1.1291.1",
"autoprefixer": "10.0.0",
"axios": "^1.6.8",
"browser-detect": "^0.2.28",
"chalk": "2.4.1",
"chance": "^1.1.11",
"classnames": "^2.2.5",
"core-js": "^2.5.7",
"dotenv": "^16.4.5",
"fs-extra": "^11.2.0",
"imagemin-gifsicle": "^6.0.1",
"imagemin-mozjpeg": "^8.0.0",
"object-assign": "4.1.1",
"promise": "8.3.0",
"prop-types": "^15.6.1",
"raf": "3.4.0",
"raven-js": "^3.26.2",
"react": "^16.8.5",
"react-dev-utils": "^12.0.0",
"react-dom": "^16.8.5",
"react-gtm-module": "^2.0.2",
"react-meta-tags": "^0.7.4",
"react-raven": "^1.2.3",
"react-router-dom": "^4.2.2",
"susy": "^3.0.3",
"uuid": "^9.0.1",
"whatwg-fetch": "2.0.3"
},
"scripts": {
"start": "node scripts/start.js",
"build": "node scripts/build.js",
"lint": "eslint --color src",
"test:playwright-local": "playwright test --config=./playwright-local/playwright-local.config.js --project=chromium",
"test:playwright-local--h": "playwright test --config=./playwright-local/playwright-local.config.js --project=chromium --headed",
"test:playwright-local:ci": "export NODE_ENV=development; start-server-and-test start http://localhost:3000 test:playwright-local",
"test:playwright-local:local": "export NODE_ENV=development; start-server-and-test start http://localhost:3000 test:playwright-local",
"snyk-protect": "snyk-protect",
"prepublish": "yarn snyk-protect"
},
"babel": {
"presets": [
"react-app"
]
},
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/runtime": "^7.11.2",
"@comicrelief/data-models": "^1.15.4",
"@comicrelief/test-utils": "^1.5.13",
"@playwright/test": "1.33.0",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.1.0",
"babel-preset-react-app": "^9.1.2",
"case-sensitive-paths-webpack-plugin": "^2.1.2",
"copy-webpack-plugin": "^4.6.0",
"csp-html-webpack-plugin": "^3.0.2",
"css-loader": "^1.0.0",
"eslint": "^7.8.1",
"eslint-config-react-app": "^5.2.1",
"eslint-loader": "^4.0.2",
"eslint-plugin-chai-friendly": "^0.6.0",
"eslint-plugin-cypress": "^2.11.1",
"eslint-plugin-flowtype": "^5.2.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-react": "^7.20.6",
"eslint-plugin-react-hooks": "^4.1.0",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"faker": "^5.1.0",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^4.0.0-beta.5",
"imagemin-webpack-plugin": "2.4.2",
"mini-css-extract-plugin": "^0.7.0",
"node-sass": "^6.0.0",
"npm-run-all": "^4.1.3",
"optimize-css-assets-webpack-plugin": "^4.0.1",
"postcss-flexbugs-fixes": "3.3.1",
"postcss-loader": "2.1.5",
"sass-loader": "7.0.1",
"start-server-and-test": "^2.0.0",
"style-loader": "^0.20.3",
"svgr": "1.9.2",
"sw-precache-webpack-plugin": "0.11.5",
"uglifyjs-webpack-plugin": "1.2.5",
"url-loader": "^4.1.1",
"webpack": "4.8.3",
"webpack-dev-server": "^3.1.14",
"webpack-manifest-plugin": "2.0.3"
},
"resolutions": {
"**/mem": "4.0.0",
"hosted-git-info": "2.8.9",
"immer": "9.0.6",
"prismjs": "1.27.0",
"ejs": "3.1.6",
"highlight.js": "10.4.1",
"url-parse": "1.5.8",
"minimist": "1.2.6",
"node-gyp": "8.4.1"
},
"overrides": {
"prebuild": {
"node-gyp": "$node-gyp"
}
},
"snyk": true
}