This repository was archived by the owner on Feb 9, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
62 lines (62 loc) · 1.61 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
{
"name": "Fairdrive",
"version": "1.0.0",
"main": "index.js",
"author": "wendydv1989 <[email protected]>",
"license": "MIT",
"scripts": {
"start": "react-scripts start",
"server": "go run cmd/dfs/main.go start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"dependencies": {
"@ctrl/ts-base32": "^1.2.5",
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@mdi/js": "^5.5.55",
"@mdi/react": "^1.4.0",
"@reduxjs/toolkit": "^1.4.0",
"axios": "^0.19.2",
"eth-crypto": "^1.8.0",
"file-saver": "^2.0.2",
"moment": "^2.28.0",
"pretty-bytes": "^5.4.1",
"querystring": "^0.2.0",
"react": "^16.13.1",
"react-advanced-form": "^1.7.2",
"react-advanced-form-addons": "^1.3.3",
"react-avatar-editor": "11.0.7",
"react-dom": "^16.13.1",
"react-qr-code": "^1.0.2",
"react-redux": "^7.2.0",
"react-router-dom": "^5.2.0",
"react-scripts": "^3.4.1",
"redux-pouchdb-plus": "^0.11.1",
"redux-saga": "^1.1.3",
"redux-starter-kit": "^2.0.0",
"typescript": "^4.1.3",
"web3": "^1.3.4",
"web3-utils": "^1.3.4"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/file-saver": "^2.0.1",
"@types/react-avatar-editor": "^10.3.5",
"@types/react-redux": "^7.1.16",
"@types/react-router-dom": "^5.1.7",
"@types/utf8": "^2.1.6"
}
}