-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
98 lines (98 loc) · 2.74 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
{
"name": "new-feeds",
"version": "0.1.0",
"private": true,
"dependencies": {
"@elastosfoundation/did-js-sdk": "^2.2.9",
"@elastosfoundation/elastos-connectivity-sdk-js": "^1.0.23",
"@elastosfoundation/essentials-connector-client-browser": "1.0.41",
"@elastosfoundation/hive-js-sdk": "^2.7.4",
"@emotion/react": "11.9.0",
"@emotion/styled": "11.8.1",
"@ethersproject/providers": "^5.5.2",
"@iconify/icons-eva": "^1.1.0",
"@iconify/react": "^3.2.2",
"@mui/icons-material": "5.8.2",
"@mui/lab": "5.0.0-alpha.84",
"@mui/material": "5.8.2",
"@mui/styles": "5.8.0",
"@reduxjs/toolkit": "^1.6.1",
"@types/node": "^16.11.65",
"@types/pouchdb-upsert": "^2.2.6",
"@types/react": "17.0.50",
"@types/react-dom": "17.0.17",
"autolinker": "^4.0.0",
"autoresponsive-react": "^1.2.3",
"bignumber.js": "^9.1.0",
"copy-to-clipboard": "^3.3.2",
"date-fns": "^2.28.0",
"emoji-picker-react": "^4.0.3",
"hash.js": "^1.1.7",
"html-react-parser": "^3.0.4",
"ipfs-http-client": "55.0.0",
"jsonwebtoken": "^8.5.1",
"notistack": "^2.0.3",
"nprogress": "0.2.0",
"path-browserify": "^1.0.1",
"pouchdb-browser": "^7.3.0",
"pouchdb-find": "^7.3.0",
"pouchdb-upsert": "^2.2.0",
"prop-types": "15.8.1",
"react": "^17.0.2",
"react-awesome-reveal": "^3.8.1",
"react-custom-scrollbars-2": "4.4.0",
"react-dom": "^17.0.2",
"react-fade-in": "^2.0.1",
"react-infinite-scroll-component": "^6.1.0",
"react-lazy-load-image-component": "^1.5.6",
"react-loading-skeleton": "^3.0.3",
"react-odometerjs": "^2.1.2",
"react-redux": "^7.2.5",
"react-router": "6.3.0",
"react-router-dom": "6.3.0",
"react-scripts": "4.0.3",
"redux": "^4.1.1",
"typescript": "^4.7.4",
"web-vitals": "^2.1.4",
"webpack-cli": "^3.3.12"
},
"resolutions": {
"react-error-overlay": "6.0.9"
},
"scripts": {
"git-info": "node src/utils/gitInfo.js",
"preinstall": "npx npm-force-resolutions",
"worker": "webpack --watch",
"start": "npm run git-info && react-scripts start",
"build": "npm run git-info && react-scripts build",
"test": "react-scripts test",
"eject": "npm run git-info && react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"browser": {
"crypto": false
},
"devDependencies": {
"@types/pouchdb-browser": "^6.1.3",
"react-error-overlay": "6.0.9",
"ts-loader": "^8.3.0",
"webpack": "4.44.2"
}
}