-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
43 lines (43 loc) · 1.16 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
{
"name": "zenith",
"version": "0.1.0",
"description": "A better API wallet for ZenCash",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "next",
"build": "next build",
"start": "next start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/adrianmcli/Zenith.git"
},
"author": "Adrian Li and Joshua Ma",
"license": "SEE LICENSE IN LICENSE.md",
"bugs": {
"url": "https://github.com/adrianmcli/Zenith/issues"
},
"homepage": "https://github.com/adrianmcli/Zenith#readme",
"dependencies": {
"bip32-utils": "^0.10.2",
"bitcoinjs-lib": "^3.3.1",
"next": "^4.1.4",
"pjson": "^1.0.9",
"qrcode.react": "^0.7.2",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"styled-components": "^2.2.3",
"zencashjs": "^1.1.9-a"
},
"devDependencies": {
"babel-eslint": "^8.0.2",
"babel-plugin-styled-components": "^1.3.0",
"babel-preset-stage-3": "^6.24.1",
"eslint": "^4.12.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.5.1"
}
}