-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
70 lines (70 loc) · 2.02 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": "ReLike",
"version": "0.0.1",
"description": "Universal Like button, powered by Ethereum.",
"scripts": {
"lint": "eslint ./",
"build": "webpack",
"dev": "webpack-dev-server --hot"
},
"dapp-url": "https://noman.land/relike",
"author": "Noman",
"license": "MIT",
"devDependencies": {
"autoprefixer-loader": "^3.2.0",
"babel-cli": "^6.24.1",
"babel-core": "^6.24.1",
"babel-eslint": "^7.2.2",
"babel-loader": "^6.4.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"copy-webpack-plugin": "^4.0.1",
"css-loader": "^0.28.0",
"eslint": "^3.19.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-babel": "^4.1.1",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-mocha": "^4.9.0",
"eslint-plugin-node": "^4.2.2",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-react": "^6.10.3",
"eslint-plugin-standard": "^3.0.1",
"file-loader": "^0.11.2",
"html-webpack-plugin": "^2.28.0",
"json-loader": "^0.5.4",
"node-sass": "^4.5.3",
"react-hot-loader": "^1.3.1",
"sass-loader": "^6.0.5",
"style-loader": "^0.16.1",
"url-loader": "^0.5.8",
"web3": "^0.18.4",
"webpack": "^2.6.1",
"webpack-dev-server": "^2.4.2"
},
"dependencies": {
"babel-register": "^6.24.1",
"classnames": "^2.2.5",
"history": "^4.6.3",
"immutable": "^3.8.1",
"keymirror": "^0.1.1",
"prop-types": "^15.5.10",
"q": "^1.5.0",
"react": "^15.5.4",
"react-dom": "^15.5.4",
"react-immutable-proptypes": "^2.1.0",
"react-redux": "^5.0.5",
"react-router-config": "^1.0.0-beta.3",
"react-router-dom": "^4.1.1",
"react-router-redux": "^5.0.0-alpha.6",
"redux": "^3.7.2",
"redux-actions": "^2.2.1",
"redux-thunk": "^2.2.0",
"relike-redux-middleware": "^0.1.2",
"reselect": "^3.0.1",
"truffle-contract": "^2.0.0",
"web3": "^0.18.4"
}
}