-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
91 lines (91 loc) · 2.56 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
{
"name": "hivehub.webapp",
"licence": "MIT",
"version": "1.0.0",
"private": true,
"scripts": {
"git-info": "node src/utils/gitInfo.js",
"start": "npm run git-info && react-scripts start",
"build": "npm run git-info && react-scripts build",
"test": "npm run git-info && react-scripts test",
"eject": "react-scripts eject",
"lint": "eslint --ext .js,.jsx ./src",
"lint:fix": "eslint --fix --ext .js,.jsx ./src"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"babel": {
"presets": [
"@babel/preset-react"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"dependencies": {
"@elastosfoundation/did-js-sdk": "^2.2.12",
"@elastosfoundation/elastos-connectivity-sdk-js": "^1.1.8",
"@elastosfoundation/essentials-connector-client-browser": "^1.0.43",
"@elastosfoundation/hive-js-sdk": "^2.9.5",
"@emotion/react": "^11.4.1",
"@emotion/styled": "^11.3.0",
"@iconify/icons-eva": "^1.1.0",
"@iconify/react": "^3.0.1",
"@material-ui/core": "^4.12.3",
"@mui/icons-material": "^5.2.5",
"@mui/material": "^5.0.0",
"@testing-library/jest-dom": "^5.14.1",
"@walletconnect/web3-provider": "^1.8.0",
"apexcharts": "^3.28.3",
"base58-js": "^1.0.4",
"date-fns": "^2.24.0",
"firebase": "^9.9.1",
"framer-motion": "^4.1.17",
"i18next": "^21.8.16",
"i18next-browser-languagedetector": "^6.1.4",
"ipfs-http-client": "^55.0.0",
"lodash": "^4.17.21",
"notistack": "^2.0.5",
"nprogress": "^0.2.0",
"numeral": "^2.0.6",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet-async": "^1.1.2",
"react-i18next": "^11.18.3",
"react-router-dom": "^6.3.0",
"react-scripts": "^4.0.3",
"react-scroll": "^1.8.7",
"simplebar-react": "^2.3.5",
"web-vitals": "^2.1.0",
"web3": "^1.7.5"
},
"devDependencies": {
"@babel/core": "^7.15.5",
"@babel/eslint-parser": "^7.15.7",
"eslint": "^8.0.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.5.0",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.4.0",
"prettier": "^2.6.1"
}
}