-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
79 lines (79 loc) · 2.27 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
{
"name": "shh-chat",
"version": "0.0.1",
"description": "shh-chat",
"main": "index.js",
"scripts": {
"start": "$(npm bin)/gulp run",
"build": "$(npm bin)/gulp build"
},
"homepage": "https://github.com/vincentchu",
"dependencies": {
"bignumber.js": "^6.0.0",
"classnames": "^2.2.5",
"debounce": "^1.1.0",
"es6-promise": "^4.2.4",
"isomorphic-fetch": "^2.2.1",
"json-loader": "^0.5.7",
"pluralize": "^7.0.0",
"ramda": "^0.25.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-json-view": "^1.19.1",
"react-markdown": "^3.2.0",
"react-number-format": "3.2.0",
"react-redux": "^5.0.7",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"react-scroll-horizontal": "^1.2.1",
"react-timeago": "^3.4.3",
"react-transition-group": "^2.2.1",
"react-window-size": "^1.0.1",
"reactstrap": "^4.8.0",
"redux": "^3.7.2",
"redux-form": "^7.3.0",
"redux-logger": "^3.0.6",
"web3": "1.0.0-beta.36",
"web3-bzz": "1.0.0-beta.36",
"web3-core": "1.0.0-beta.36",
"web3-eth": "1.0.0-beta.36",
"web3-eth-personal": "1.0.0-beta.36",
"web3-net": "1.0.0-beta.36",
"web3-shh": "1.0.0-beta.36",
"web3-utils": "1.0.0-beta.36"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-eslint": "~6.1.0",
"babel-loader": "^7.1.3",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-flow-strip-types": "^6.22.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"css-loader": "^0.28.10",
"eslint": "~4.18.2",
"eslint-config-esnext": "~2.0.0",
"eslint-config-google": "^0.9.1",
"eslint-config-recommended": "^2.0.0",
"eslint-plugin-babel": "~4.1.2",
"eslint-plugin-import": "~2.9.0",
"eslint-plugin-react": "~7.7.0",
"eslint-plugin-react-native": "~3.2.1",
"flow-bin": "^0.66.0",
"gulp": "^3.9.1",
"style-loader": "^0.20.2",
"webpack": "^4.1.0",
"webpack-cli": "2.0.10",
"webpack-dev-server": "^3.1.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vincentchu"
},
"author": "Vincent Chu",
"license": "ISC",
"bugs": {
"url": "https://github.com/vincentchu"
}
}