-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
56 lines (56 loc) · 1.56 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
{
"name": "ethane",
"version": "0.0.1",
"author": [
"Anirudha Bose <ani07nov@gmail.com>",
"Vincent Perez <perezv815@gmail.com>"
],
"description": "A platform to create and distribute cryptotokens via Initial Coin Offerings (ICO)",
"scripts": {
"lint": "eslint .",
"heroku-postbuild": "webpack -p --config ./webpack.config.js --progress"
},
"engines": {
"node": ">=4.0.0"
},
"repository": {
"type": "git",
"url": "git://github.com/onyb/ethane.git"
},
"license": "Apache-2.0",
"dependencies": {
"axios": "0.16.2",
"babel-core": "6.17.0",
"babel-eslint": "6.1.0",
"babel-loader": "6.2.5",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-polyfill": "6.13.0",
"babel-preset-es2015": "6.14.0",
"babel-preset-react": "6.16.0",
"babel-preset-stage-0": "6.5.0",
"babel-preset-stage-3": "6.17.0",
"cookiesjs": "1.4.2",
"ethereumjs-testrpc": "4.0.1",
"prop-types": "^15.5.8",
"react": "^15.5.4",
"react-dom": "^15.5.4",
"react-redux": "^5.0.5",
"redux": "^3.7.2",
"redux-devtools-extension": "2.13.2",
"redux-thunk": "2.2.0",
"semantic-ui-react": "^0.71.1",
"truffle": "3.4.4",
"webpack": "2.1.0-beta.25"
},
"devDependencies": {
"eslint": "3.6.1",
"eslint-config-airbnb": "12.0.0",
"eslint-loader": "1.5.0",
"eslint-plugin-async": "0.1.1",
"eslint-plugin-flowtype": "^2.30.0",
"eslint-plugin-import": "1.16.0",
"eslint-plugin-jsx-a11y": "2.2.2",
"eslint-plugin-react": "^6.10.3",
"redux-devtools": "3.4.0"
}
}