-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
76 lines (76 loc) · 2.02 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
{
"name": "client",
"version": "0.3.0",
"private": true,
"dependencies": {
"@ant-design/icons": "^4.0.6",
"@aragon/connect": "^0.4.2",
"@aragon/connect-thegraph-tokens": "^0.4.2",
"@aragon/connect-thegraph-voting": "^0.4.2",
"@aragon/test-helpers": "^2.1.0",
"@iota/converter": "^1.0.0-beta.23",
"@iota/core": "^1.0.0-beta.29",
"@iota/extract-json": "^1.0.0-beta.23",
"@material-ui/core": "^4.10.2",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.56",
"@material-ui/styles": "^4.10.0",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"antd": "^4.1.3",
"babel-plugin-import": "^1.13.0",
"babel-preset-react-app": "^9.1.2",
"cids": "^0.8.3",
"difflib": "^0.2.4",
"dot-prop": "^5.2.0",
"file-saver": "^2.0.2",
"ipfs": "^0.42.0",
"ipfs-http-client": "^43.0.0",
"it-all": "^1.0.1",
"jszip": "^3.2.2",
"less": "^3.11.1",
"less-loader": "^5.0.0",
"lodash": "^4.17.15",
"neo4j-driver": "^4.1.0",
"node-sass": "^4.13.0",
"pouchdb": "^7.1.1",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-hammerjs": "^1.0.1",
"react-infinite-scroller": "^1.2.4",
"react-mimir": "^0.1.0",
"react-pouchdb": "^2.0.0",
"react-responsive-carousel": "^3.1.51",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
"react-scripts": "^3.4.1",
"web3": "^1.2.11",
"web3-utils": "^1.2.9"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"customize-cra": "^0.9.1",
"react-app-rewired": "^2.1.5"
}
}