-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
99 lines (99 loc) · 2.62 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
{
"name": "explorer",
"version": "0.1.0",
"private": true,
"license": "Apache-2.0",
"dependencies": {
"@ensdomains/address-encoder": "^0.2.6",
"@ensdomains/ensjs": "^2.0.0",
"@helium/crypto": "^3.24.0",
"@helium/currency": "^3.23.0",
"@helium/http": "^3.25.0",
"@mapbox/mapbox-sdk": "^0.11.0",
"@next/bundle-analyzer": "^10.0.6",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"@turf/distance": "^6.3.0",
"@turf/helpers": "^6.3.0",
"@zeit/next-css": "^1.0.1",
"algoliasearch": "^4.5.1",
"angry-purple-tiger": "1.0.5",
"antd": "^4.8.0",
"camelcase-keys": "^6.2.2",
"classnames": "^2.2.6",
"compare-versions": "3.6.0",
"date-fns": "^2.16.1",
"export-to-csv": "^0.2.1",
"geojson": "^0.5.0",
"h3-js": "3.6.4",
"heroku-ssl-redirect": "^0.1.1",
"ioredis": "^4.19.4",
"lodash": "^4.17.21",
"mapbox-gl": "1.10.1",
"next": "^10.0.0",
"next-ga": "^2.3.4",
"next-images": "^1.6.0",
"node-fetch": "^2.6.1",
"nprogress": "^0.2.0",
"qs": "^6.9.4",
"react": "^17.0.1",
"react-countdown": "^2.3.1",
"react-country-flag": "^2.3.0",
"react-dom": "^17.0.1",
"react-grid-system": "^6.3.1",
"react-hotkeys": "^2.0.0",
"react-identicon-variety-pack": "https://github.com/allenan/react-identicon-variety-pack.git",
"react-infinite-scroller": "^1.2.4",
"react-mapbox-gl": "^4.8.6",
"react-qr-code": "^1.0.0",
"react-responsive": "^8.2.0",
"react-reveal": "^1.2.2",
"react-router-dom": "^5.1.2",
"react-router-ga": "^1.2.3",
"react-scripts": "3.4.0",
"react-social-icons": "^4.1.0",
"react-timestamp": "^5.1.0",
"react-typekit": "^1.1.4",
"recharts": "^1.8.5",
"swr": "^0.3.9",
"use-deep-compare-effect": "^1.6.1",
"use-persisted-state": "^0.3.3"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "node server.js",
"pretty": "prettier --write \"./**/*.{js,jsx,json,css}\"",
"job": "eval $(cat .env) node"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged",
"post-commit": "git update-index -g"
}
},
"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": {
"husky": "^4.2.5",
"prettier": "2.0.5",
"pretty-quick": "^2.0.1"
},
"cacheDirectories": [
".next/cache"
]
}