This repository has been archived by the owner on Jan 26, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
67 lines (67 loc) · 1.75 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
{
"name": "how-rich-am-i",
"version": "0.1.0",
"private": true,
"dependencies": {
"@material-ui/core": "^4.4.2",
"@material-ui/icons": "^4.4.1",
"@material-ui/styles": "^4.4.1",
"bignumber.js": "^9.0.0",
"chartist": "^0.11.4",
"chartist-plugin-legend": "^0.6.2",
"contentful": "^7.14.6",
"country-data": "^0.0.31",
"countryinfo": "^1.0.3",
"deep-equal": "^1.1.0",
"deep-filter-object": "^1.0.0",
"linear-interpolator": "^1.0.2",
"lodash": "^4.17.15",
"markdown-to-jsx": "^6.10.3",
"mz": "^2.7.0",
"qs": "^6.8.0",
"react": "^16.9.0",
"react-chartist": "^0.13.3",
"react-contentful": "^1.4.5",
"react-dom": "^16.9.0",
"react-helmet": "^6.1.0",
"react-intl": "^3.2.1",
"react-router-dom": "^5.0.1",
"react-scripts": "3.1.1",
"sitemap": "^6.2.0"
},
"scripts": {
"prestart": "yarn menus",
"start": "react-scripts start",
"sitemap": "node ./src/scripts/sitemap-builder",
"menus": "node ./src/scripts/get-contentful-menu",
"prebuild": "yarn sitemap && yarn menus",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"dotenv": "^8.2.0",
"eslint": "^6.3.0",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.14.3",
"eslint-plugin-standard": "^4.0.1"
}
}