-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.18 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.18 KB
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
{
"name": "DEQAL",
"version": "0.1.0",
"private": true,
"homepage": "./",
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"deploy": "npm run build && fission app publish"
},
"dependencies": {
"3box": "^1.19.1",
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@textile/hub": "^6.1.2",
"@walletconnect/client": "^1.4.1",
"@walletconnect/qrcode-modal": "^1.4.1",
"axios": "^0.19.2",
"clsx": "latest",
"ipfs": "^0.48.1",
"ipfs-api": "^26.1.2",
"material-ui-icons": "^1.0.0-beta.36",
"react": "latest",
"react-dom": "latest",
"react-image-gallery": "^1.0.10",
"react-input-files": "^1.2.0",
"react-router-dom": "^5.2.0",
"react-scripts": "latest",
"semantic-ui-css": "^2.4.1",
"semantic-ui-react": "^2.0.3",
"typescript": "^4.3.2",
"web3": "^1.3.6"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}