This repository has been archived by the owner on Sep 20, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
69 lines (69 loc) · 2.16 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
{
"name": "alpha-dapp",
"version": "1.0.0",
"private": true,
"scripts": {
"serve": "webpack-dev-server --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 alpha.singularitynet.io us-east-1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/singnet/alpha-dapp.git"
},
"author": "SingularityNET Foundation",
"license": "MIT",
"bugs": {
"url": "https://github.com/singnet/alpha-dapp/issues"
},
"homepage": "https://github.com/singnet/alpha-dapp#readme",
"dependencies": {
"abi-decoder": "^1.1.0",
"antd": "^3.4.1",
"bitcoinjs-lib": "^3.3.2",
"ethjs": "^0.3.6",
"file-loader": "^1.1.11",
"grpc-web-client": "^0.6.3",
"jquery": "^3.3.1",
"lodash": "^4.17.5",
"md5": "^2.2.1",
"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",
"singularitynet-platform-contracts": "0.2.1",
"singularitynet-token-contracts": "2.0.0",
"styled-components": "^3.2.5",
"underscore": "^1.9.1"
},
"devDependencies": {
"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",
"compression-webpack-plugin": "^1.1.11",
"css-loader": "^0.28.11",
"express": "^4.16.3",
"html-webpack-plugin": "^3.2.0",
"less": "^3.8.0",
"less-loader": "^4.1.0",
"react-hot-loader": "^4.0.1",
"recursive-readdir": "^2.2.2",
"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.5",
"webpack-hot-middleware": "^2.22.3",
"webpack-merge": "^4.1.2"
},
"sideEffects": false
}