-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
54 lines (54 loc) · 1.38 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
{
"name": "gathering",
"version": "0.2.0",
"private": true,
"dependencies": {
"browser-image-resizer": "^2.0.1",
"file-saver": "^2.0.1",
"ipfs": "^0.36.4",
"json-stable-stringify": "^1.0.1",
"md5-hash": "^1.0.1",
"orbit-db": "^0.21.3",
"orbit-db-access-controllers": "^0.2.2",
"orbit-db-identity-provider": "^0.1.1",
"orbit-db-keystore": "^0.2.1",
"polished": "^3.0.3",
"pull-stream": "^3.6.13",
"query-string": "^6.4.0",
"react": "^16.8.4",
"react-dom": "^16.8.4",
"react-icons": "^3.5.0",
"react-qr-svg": "^2.2.1",
"react-router-dom": "^5.0.0",
"react-scripts": "2.1.8",
"styled-components": "^4.1.3",
"styled-normalize": "^8.0.6",
"styled-system": "^4.0.8",
"tweetnacl": "^1.0.1",
"tweetnacl-util": "^0.15.0",
"username-generator": "^1.1.0",
"vcards-js": "^2.10.0"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"@hot-loader/react-dom": "^16.8.6",
"react-app-rewire-hot-loader": "^2.0.1",
"react-app-rewired": "^2.1.3",
"react-hot-loader": "^4.11.1",
"standard": "^12.0.1"
}
}