forked from singnet/snet-betav1-dapp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
98 lines (98 loc) · 3.35 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": "beta-dapp",
"version": "1.0.0",
"private": true,
"scripts": {
"serve-sandbox": "webpack-dev-server --env.sandBox=true --config ./config/webpack.dev.js --progress --colors --open",
"serve": "webpack-dev-server --env.sandBox=false --config ./config/webpack.dev.js --progress --colors --open",
"build": "webpack --config ./config/webpack.prod.js -p --progress --colors",
"build-analyze": "webpack --config ./config/webpack.prod-analyze.js -p --progress --colors",
"serve-dist": "node scripts/serveDist.js",
"deploy": "node scripts/deploy.js beta.singularitynet.io us-east-1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/singnet/snet-dapp.git"
},
"author": "SingularityNET Foundation",
"license": "MIT",
"bugs": {
"url": "https://github.com/singnet/snet-dapp/issues"
},
"homepage": "https://github.com/singnet/snet-dapp#readme",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.12",
"@fortawesome/free-brands-svg-icons": "^5.6.3",
"@fortawesome/free-regular-svg-icons": "^5.6.3",
"@fortawesome/free-solid-svg-icons": "^5.6.3",
"@fortawesome/react-fontawesome": "^0.1.3",
"abi-decoder": "^1.1.0",
"bitcoinjs-lib": "^3.3.2",
"cytoscape": "^3.3.3",
"cytoscape-cola": "^2.3.0",
"file-loader": "^1.1.11",
"filesize": "^4.0.0",
"grpc-web-client": "^0.6.3",
"html2canvas": "^1.0.0-alpha.12",
"jquery": "^3.3.1",
"lodash": "^4.17.5",
"md5": "^2.2.1",
"prop-types": "^15.6.2",
"protobufjs": "^6.8.8",
"qrcode.react": "^0.8.0",
"react": "^16.3.1",
"react-bootstrap": "^0.32.1",
"react-copy-to-clipboard": "^5.0.1",
"react-dom": "^16.3.1",
"react-dropzone": "^8.0.4",
"react-file-drop": "^0.2.7",
"react-google-charts": "^3.0.10",
"react-json-view": "^1.19.1",
"react-masonry-component": "^6.2.1",
"react-perfect-scrollbar": "^1.4.4",
"react-swipeable-views": "^0.13.1",
"styled-components": "^3.2.5",
"underscore": "^1.9.1"
},
"devDependencies": {
"@material-ui/core": "^3.5.1",
"@material-ui/icons": "^3.0.1",
"@material-ui/lab": "^3.0.0-alpha.30",
"aws-sdk": "^2.279.1",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.4",
"babel-plugin-import": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"bignumber.js": "^8.0.1",
"bn.js": "^4.11.8",
"compression-webpack-plugin": "^1.1.11",
"css-loader": "^0.28.11",
"ethereumjs-abi": "^0.6.5",
"ethjs": "^0.3.9",
"express": "^4.16.3",
"html-webpack-plugin": "^3.2.0",
"less": "^3.8.0",
"less-loader": "^4.1.0",
"material-ui-flat-pagination": "^3.1.0",
"material-ui-pagination": "^1.1.6",
"mini-css-extract-plugin": "^0.5.0",
"react-circular-progressbar": "^1.0.0",
"react-dropdown": "^1.6.2",
"react-hot-loader": "^4.0.1",
"react-router-dom": "^4.3.1",
"recursive-readdir": "^2.2.2",
"singularitynet-platform-contracts": "^0.3.0",
"singularitynet-token-contracts": "^2.0.1",
"style-loader": "^0.20.3",
"uglifyjs-webpack-plugin": "^1.2.5",
"webpack": "^4.16.2",
"webpack-bundle-analyzer": "^2.11.1",
"webpack-cli": "^3.1.0",
"webpack-dev-middleware": "^3.1.2",
"webpack-dev-server": "^3.1.14",
"webpack-hot-middleware": "^2.22.3",
"webpack-merge": "^4.1.2"
},
"sideEffects": false
}