forked from cybercongress/cyb-ts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 1.91 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
{
"name": "cyber",
"version": "0.0.2",
"main": "app/src/main.jsx",
"author": "author",
"dependencies": {
"@cybercongress/ui": "0.1.0",
"argparse": "1.0.10",
"axios": "0.16.2",
"babel-preset-react-app": "5.0.4",
"@babel/runtime": "7.3.1",
"bech32": "1.1.3",
"bignumber.js": "5.0.0",
"bip39": "2.5.0",
"bn": "git+https://github.com/irisnet/bn.js.git",
"boom": "7.2.0",
"classnames": "2.2.5",
"copy-webpack-plugin": "4.2.3",
"deterministic-json": "^1.0.5",
"fetch": "^1.1.0",
"fetch-api": "0.0.2",
"history": "3.0.0",
"ipfs-api": "26.1.2",
"json-loader": "0.5.7",
"jsx-loader": "0.13.2",
"keccak": "^1.4.0",
"multihashing-async": "^0.5.1",
"react": "16.8.4",
"react-dom": "16.8.4",
"react-router-dom": "4.3.1",
"unstated": "2.1.1",
"eslint": "5.14.1",
"eslint-config-airbnb": "17.1.0",
"eslint-config-standard-react": "7.0.2",
"eslint-plugin-import": "2.16.0",
"eslint-plugin-jsx-a11y": "6.2.1",
"eslint-plugin-react": "7.12.4",
"rimraf": "2.6.3",
"ripemd160": "2.0.2",
"secp256k1": "3.5.2",
"sha256": "0.2.0",
"web3": "^1.0.0-beta.36"
},
"devDependencies": {
"@babel/core": "7.3.3",
"@babel/plugin-proposal-class-properties": "7.3.3",
"@babel/plugin-transform-runtime": "7.2.0",
"@babel/preset-env": "7.3.1",
"@babel/preset-react": "7.0.0",
"babel-loader": "8.0.5",
"babel-eslint": "10.0.1",
"eslint-loader": "2.1.2",
"css-loader": "0.28.7",
"file-loader": "3.0.1",
"html-webpack-plugin": "3.2.0",
"mini-css-extract-plugin": "0.5.0",
"style-loader": "0.18.2",
"webpack": "4.29.5",
"webpack-cli": "3.2.3",
"webpack-dev-server": "3.2.0"
},
"scripts": {
"start": "webpack-dev-server --mode=development",
"build": "rimraf distribution && webpack --mode=production"
},
"description": "",
"keywords": [],
"license": "MIT"
}