-
Notifications
You must be signed in to change notification settings - Fork 43
/
Copy pathpackage.json
98 lines (98 loc) · 2.71 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
{
"name": "uk-covid19-dashboard",
"version": "2.20.6",
"private": true,
"homepage": "https://coronavirus.data.gov.uk/",
"dependencies": {
"@babel/helper-define-map": "^7.15.4",
"@turf/bbox": "^6.5.0",
"axios": "^0.21.4",
"d3-array": "^3.1.1",
"d3-scale": "^4.0.1",
"deep-equal": "^2.0.5",
"govuk-frontend": "^3.14.0",
"govuk-react-jsx": "6.2.1",
"js-cookie": "^3.0.1",
"leaflet": "^1.6.0",
"lodash.clonedeep": "^4.5.0",
"mapbox-gl": "^1.13.2",
"moment": "^2.29.1",
"node-sass": "^4.11.0",
"numeral": "^2.0.6",
"plotly.js": "^2.5.1",
"react": "^17.0.2",
"react-app-polyfill": "^3.0.0",
"react-compare-slider": "^2.2.0",
"react-day-picker": "^7.4.10",
"react-dom": "^17.0.2",
"react-focus-trap": "^2.7.1",
"react-helmet": "^6.1.0",
"react-infinite-scroll-component": "^6.1.0",
"react-plotly.js": "^2.5.1",
"react-router": "^5.2.1",
"react-router-dom": "^5.3.0",
"react-scripts": "^3.4.4",
"react-select": "^4.3.1",
"react-spinners": "^0.11.0",
"react-syntax-highlighter": "^15.4.5",
"react-tooltip": "^4.2.21",
"remark": "^13.0.0",
"remark-external-links": "^9.0.1",
"remark-html": "^15.0.1",
"remark-slug": "^7.0.0",
"remark-toc": "^8.0.0",
"replacestream": "^4.0.3",
"styled-components": "^5.3.3",
"swagger-ui-react": "^4.1.0"
},
"scripts": {
"lint": "yarn flow",
"start": "unset HOST && react-scripts start",
"build": "unset HOST && export NODE_OPTIONS=--max-old-space-size=8192 && react-scripts build",
"postbuild": "node scripts/patchUrls.js --max-old-space-size=3072",
"ppostbuild": "react-snap",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"reactSnap": {
"source": "build",
"minifyHtml": {
"collapseWhitespace": false,
"removeComments": false
},
"puppeteerArgs": [
"--no-sandbox",
"--disable-setuid-sandbox"
],
"cacheAjaxRequests": false
},
"browserslist": {
"production": [
"> 0.5% or last 2 versions",
"cover 99.5% in GB",
"not dead",
"not op_mini all",
"ie >= 10"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version",
"last 1 opera version"
]
},
"devDependencies": {
"dotenv": "^10.0.0",
"flow-bin": "^0.167.1",
"react-snap": "^1.23.0",
"stylelint": "^13.13.1",
"stylelint-config-idiomatic-order": "^8.1.0",
"stylelint-config-standard": "^22.0.0",
"stylelint-config-styled-components": "^0.1.1",
"stylelint-processor-styled-components": "^1.10.0",
"stylelint-scss": "^3.21.0"
}
}