forked from idena-network/idena-explorer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.39 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
{
"name": "learn-starter",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "cross-env NODE_ENV=production next start",
"lint": "eslint ."
},
"dependencies": {
"@zeit/next-sass": "^1.0.1",
"axios": "^0.19.2",
"body-parser": "^1.19.0",
"bootstrap": "^4.4.1",
"cookie": "^0.4.1",
"cookie-parser": "^1.4.5",
"cross-env": "^7.0.2",
"ethereumjs-util": "^7.0.0",
"express": "^4.17.1",
"faunadb": "^3.0.1",
"next": "^9.5.2",
"nextjs-fonts": "^0.22.0",
"node-cache": "^5.1.0",
"node-sass": "^4.14.0",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-gtm-module": "^2.0.11",
"react-helmet": "^6.0.0",
"react-icons": "^3.11.0",
"react-query": "^1.2.9",
"reactstrap": "^8.4.1",
"recharts": "^2.0.8",
"sass-rem": "^2.0.1",
"uuid": "^8.0.0"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^7.0.0",
"eslint-config-airbnb": "^18.1.0",
"eslint-config-prettier": "^6.11.0",
"eslint-config-wesbos": "0.0.19",
"eslint-plugin-html": "^6.0.2",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-react": "^7.20.0",
"eslint-plugin-react-hooks": "^4.0.2",
"prettier": "^2.0.5"
}
}