-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.65 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
{
"name": "gittoken-registry-ui",
"version": "0.0.9",
"description": "GitToken Registry React Components for GitToken Solidity Smart Contracts",
"main": "./dist/index.js",
"scripts": {
"test": "mocha",
"start:dev": "npx webpack-dev-server --hot --inline",
"build:ui": "npx webpack --config webpack.config.js",
"build:src": "npx babel ./src/ --out-dir ./dist/ --plugins transform-react-jsx"
},
"keywords": [
"GitToken",
"Ethereum",
"Solidity",
"Git",
"Token",
"ERC20",
"React",
"Registry"
],
"author": "Ryan Tate <ryan.tate@gittoken.io>",
"license": "MIT",
"dependencies": {
"babel-loader": "^7.1.2",
"babel-polyfill": "^6.26.0",
"ethereumjs-tx": "^1.3.3",
"github-api": "^3.0.0",
"gittoken-contracts": "0.0.46",
"gittoken-reducers": "0.0.3",
"gittoken-svg-icons": "0.0.2",
"gittoken-web-workers": "0.0.7",
"history": "^4.7.2",
"react": "^16.0.0",
"react-bootstrap": "^0.31.3",
"react-dom": "^16.0.0",
"react-redux": "^5.0.6",
"react-router-dom": "^4.2.2",
"react-router-redux": "^4.0.8",
"redux": "^3.7.2",
"redux-thunk": "^2.2.0",
"victory": "^0.24.0",
"web3": "^1.0.0-beta.24",
"webpack": "^3.8.1",
"webpack-dev-server": "^2.9.3"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-env": "^2.4.1",
"babel-plugin-inline-import": "^2.0.6",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"file-loader": "^1.1.5",
"worker-loader": "^1.0.0"
}
}