-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
53 lines (53 loc) · 1.47 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
{
"name": "meta-proof",
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"start:do": "next start -H 0.0.0.0 -p ${PORT:-8080}"
},
"dependencies": {
"@licenserocks/kit": "^1.19.0",
"@sentry/browser": "^8.33.0",
"@sentry/node": "^6.0.4",
"@visx/geo": "^3.3.0",
"date-fns": "^2.30.0",
"ethers": "^5.0.24",
"lodash": "^4.17.21",
"lucide-react": "^0.284.0",
"next": "^11.0.0",
"next-i18next": "^8.7.0",
"next-images": "^1.5.0",
"prop-types": "^15.7.2",
"pure-react-carousel": "^1.27.6",
"qrcode": "^1.4.4",
"qs": "^6.9.4",
"ramda": "^0.27.1",
"react": "^17.0.2",
"react-content-loader": "^6.0.1",
"react-dom": "^17.0.2",
"react-hotjar": "^2.2.1",
"react-masonry-css": "^1.0.14",
"recharts": "^2.0.4",
"string-similarity": "^4.0.2",
"styled-components": "^5.2.1",
"swr": "^0.5.6",
"topojson-client": "^3.1.0"
},
"devDependencies": {
"babel-plugin-module-resolver": "^4.0.0",
"babel-plugin-styled-components": "^1.8.0",
"eslint": "^7.4.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-config-prettier": "^6.11.0",
"eslint-import-resolver-babel-module": "^5.1.2",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.20.3",
"eslint-plugin-react-hooks": "^4.0.6",
"prettier": "^2.0.5"
},
"license": "ISC"
}