This repository has been archived by the owner on Aug 9, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 28
/
package.json
115 lines (115 loc) · 3.97 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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
{
"name": "3box-dapp",
"version": "1.4.1",
"description": "3box dapp",
"private": true,
"dependencies": {
"3box": "^1.22.2",
"3box-activity": "0.0.9",
"3box-chatbox-react": "^0.1.9",
"3id-resolver": "0.0.6",
"@babel/polyfill": "^7.7.0",
"@metamask/legacy-web3": "^1.1.0",
"@microlink/mql": "^0.5.10",
"@portis/web3": "^2.0.0-beta.54",
"@walletconnect/web3-provider": "^1.0.0-beta.47",
"abi-decoder": "^2.0.1",
"authereum": "0.0.4-beta.97",
"core-js": "^3.4.8",
"detect-browser": "^4.6.0",
"did-resolver": "0.0.7",
"emoji-js": "^3.4.1",
"emoji-mart": "^2.9.1",
"eslint": "^6.0.0",
"eth-contract-metadata": "^1.11.0",
"ethereum-blockies-base64": "^1.0.2",
"ethereumjs-util": "^6.0.0",
"ethers": "^4.0.40",
"fortmatic": "^1.1.3",
"history": "^4.7.2",
"idb-readable-stream": "0.0.4",
"ipfs-log": "^4.6.5",
"level-js": "^5.0.1",
"levelup": "^4.4.0",
"libp2p-pubsub": "0.4.6",
"lodash.clonedeep": "^4.5.0",
"lodash.debounce": "^4.0.8",
"node-sass": "^4.13.1",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"profile-hover": "^1.1.2",
"prop-types": "^15.6.1",
"pull-ws": "^3.3.2",
"query-string": "^6.8.1",
"react": "^16.12.0",
"react-addons-css-transition-group": "^15.6.2",
"react-dom": "^16.12.0",
"react-helmet": "^5.2.1",
"react-highlight": "^0.12.0",
"react-inlinesvg": "^1.1.7",
"react-linkify": "^1.0.0-alpha",
"react-mailchimp-subscribe": "^2.0.2",
"react-redux": "^7.0.1",
"react-router-dom": "^5.0.0",
"react-router-redux": "^4.0.8",
"react-scroll": "^1.7.11",
"redux": "^4.0.0",
"redux-thunk": "^2.3.0",
"scrypt-shim": "github:web3-js/scrypt-shim",
"source-map-explorer": "^2.1.2",
"squarelink": "^1.1.4",
"timeout-abort-controller": "github:zachferland/timeout-abort-controller",
"web3": "^1.2.4",
"web3-eth-personal": "^1.2.4",
"web3connect": "^1.0.0-beta.32",
"webpack": "^4.41.2",
"websocket": "^1.0.31"
},
"devDependencies": {
"acorn-dynamic-import": "^3.0.0",
"aws-cloudfront-invalidate": "^0.1.3",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-loader": "^8.0.2",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"duplicate-package-checker-webpack-plugin": "^3.0.0",
"enzyme": "^3.7.0",
"enzyme-adapter-react-16": "^1.7.0",
"eslint-config-airbnb": "^18.0.0",
"eslint-plugin-import": "^2.19.1",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-react": "^7.11.1",
"flow-bin": "^0.113.0",
"jest": "^23.6.0",
"npm-run-all": "^4.1.3",
"react-scripts": "^3.3.0",
"redux-logger": "^3.0.6",
"regenerator-runtime": "^0.13.1",
"s3-deploy": "^1.1.1",
"sass-loader": "^8.0.0",
"terser": "^3.14.1",
"terser-webpack-plugin": "^2.2.3",
"uglifyjs-webpack-plugin": "^2.1.3"
},
"scripts": {
"analyze": "source-map-explorer 'build/static/js/*.js'",
"babel": "babel --presets es2015 src/index.js -o build/main.bundle.js",
"flow": "flow",
"start-js": "react-scripts start",
"start": "npm-run-all -p start-js",
"build-js": "react-scripts build",
"build": "npm-run-all build-js",
"scss": "node-sass --watch scss -o css",
"lint": "eslint src --ignore-path .gitignore",
"lint-fix": "eslint src --fix --ignore-path .gitignore",
"deploy-to-s3": "node_modules/.bin/s3-deploy './build/**' --cwd './build/' --deleteRemoved --cache 604800 --region us-east-1 --bucket",
"invalidate": "node_modules/.bin/aws-cloudfront-invalidate",
"deploy-develop": "npm run deploy-to-s3 3box-dapp-develop.3box.io && npm run invalidate E17Q4403A4B4C8",
"deploy-master": "npm run deploy-to-s3 3box-dapp-master.3box.io && npm run invalidate ET1S25F7JOQM6",
"deploy-test": "GENERATE_SOURCEMAP=false npm run deploy-to-s3 3box-dapp-test.3box.io && npm run invalidate E256JNRDZ1B3QM"
},
"browserslist": [
"defaults"
]
}