-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
68 lines (68 loc) · 2.12 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
{
"name": "bonded-token",
"version": "0.1.1",
"description": "Put a description here",
"main": "build/index.js",
"peerDependencies": {
"react": "^16.6.0",
"react-dom": "^16.6.0"
},
"dependencies": {
"babel-plugin-transform-es2015-arrow-functions": "^6.22.0",
"bignumber.js": "^6.0.0",
"eth-price": "^0.1.5",
"prop-types": "^15.6.1",
"react": "^16.6.0",
"react-flexible-switch": "^1.2.1",
"recharts": "^1.0.0-beta.10",
"web3": "^1.0.0-beta.30",
"web3-utils": "^1.0.0-beta.30"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack --watch",
"build": "webpack",
"dev": "webpack-dev-server --config ./webpack.config.dev.js --inline --hot",
"buildDev": "webpack --config ./webpack.config.dev.js --watch --colors"
},
"author": {
"name": "Billy Rennekamp & Slava Balasanov",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/relevant-community/bonding-curve-component"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-core": "^6.24.1",
"babel-eslint": "^8.2.2",
"babel-loader": "^7.0.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.5.1",
"babel-preset-latest": "^6.24.1",
"babel-register": "^6.26.0",
"clean-webpack-plugin": "^0.1.18",
"css-loader": "^0.28.9",
"drizzle": "https://github.com/relevant-community/drizzle",
"drizzle-react": "^1.0.1",
"eslint": "^4.19.0",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-class-property": "^1.1.0",
"eslint-plugin-import": "^2.9.0",
"eslint-plugin-react": "^7.7.0",
"html-webpack-plugin": "^3.0.4",
"react-dom": "^16.6.0",
"react-redux": "^5.0.7",
"redux": "^3.7.2",
"redux-saga": "^0.16.0",
"redux-thunk": "^2.2.0",
"style-loader": "^0.20.2",
"webpack": "^2.6.1",
"webpack-cli": "^2.0.9",
"webpack-dev-server": "^2.11.2"
}
}