-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
70 lines (70 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
70
{
"name": "melon-mail",
"version": "1.0.0",
"description": "Decentralized ethereum based email system",
"repository": "https://github.com/melonproject/MelonMail",
"scripts": {
"setup": "node ./config/config.js",
"start": "webpack-dev-server --host 127.0.0.1 --port 3300",
"prod": "webpack --config ./webpack.production.js"
},
"author": "Decenter",
"license": "ISC",
"dependencies": {
"bitcore-ecies": "^1.0.3",
"bitcore-lib": "^0.14.0",
"concat-stream": "^1.6.0",
"draft-js": "^0.10.4",
"draft-js-export-html": "^1.2.0",
"ethjs-ens": "^2.0.1",
"extract-text-webpack-plugin": "^3.0.2",
"html-webpack-plugin": "^2.30.1",
"human-time": "^0.0.1",
"lodash": "^4.17.4",
"prompt": "^1.0.0",
"prop-types": "^15.6.0",
"react": "^16.0.0",
"react-addons-transition-group": "^15.6.2",
"react-dom": "^16.0.0",
"react-hot-loader": "^3.1.1",
"react-infinite-scroller": "^1.0.15",
"react-modal": "^3.0.4",
"react-redux": "^5.0.6",
"react-select": "^1.0.0-rc.10",
"redux": "^3.7.2",
"redux-thunk": "^2.2.0",
"resolve-url-loader": "^2.2.0",
"semantic-ui-react": "^0.75.1",
"solidity-sha3": "^0.4.1",
"truffle-contract": "^3.0.0",
"uglifyjs-webpack-plugin": "^1.0.1",
"web3": "0.20.2",
"webpack": "^3.8.1"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.11.4",
"babel-loader": "^7.1.2",
"babel-plugin-transform-object-rest-spread": "^6.19.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.11.1",
"babel-preset-stage-2": "^6.24.1",
"babel-register": "^6.24.1",
"css-loader": "^0.28.7",
"eslint": "^4.10.0",
"eslint-config-airbnb": "^15.1.0",
"eslint-loader": "^1.9.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.4.0",
"file-loader": "^1.1.5",
"node-sass": "^4.5.0",
"open-browser-webpack-plugin": "0.0.5",
"sass-loader": "^6.0.6",
"style-loader": "^0.19.0",
"truffle-hdwallet-provider": "0.0.3",
"url-loader": "^0.6.2",
"webpack-dev-server": "^2.9.3"
}
}