-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
69 lines (69 loc) · 2.06 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": "nanoaddr",
"version": "0.4.3",
"description": "Find your perfect Nano address",
"author": "Nicolas Jakob <nicow.jakob@gmail.com>",
"license": "GPL-3.0",
"homepage": "https://nanoaddr.io",
"repository": "https://github.com/njakob/nanoaddr",
"bugs": {
"url": "https://github.com/njakob/nanoaddr/issues"
},
"keywords": [
"nano",
"raiblocks",
"xrb",
"address",
"seed",
"private",
"public",
"key",
"wallet",
"search",
"generator"
],
"scripts": {
"lint": "eslint --ext js,jsx .",
"start": "./bin/nanoaddr-start.js",
"build": "./bin/nanoaddr-build.js"
},
"devDependencies": {
"@babel/cli": "^7.0.0-beta.40",
"@babel/core": "^7.0.0-beta.40",
"@babel/plugin-proposal-class-properties": "^7.0.0-beta.40",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0-beta.40",
"@babel/plugin-syntax-dynamic-import": "^7.0.0-beta.40",
"@babel/plugin-transform-exponentiation-operator": "^7.0.0-beta.42",
"@babel/preset-es2015": "^7.0.0-beta.40",
"@babel/preset-flow": "^7.0.0-beta.40",
"@babel/preset-react": "^7.0.0-beta.40",
"@babel/register": "^7.0.0-beta.40",
"@njakob/eslint-config": "^7.0.0",
"@njakob/parcel": "^1.3.2",
"babel-loader": "8.0.0-beta.0",
"babel-plugin-dynamic-import-node": "^1.2.0",
"babel-plugin-module-resolver": "^3.1.0",
"cross-env": "^5.1.3",
"eslint-import-resolver-babel-module": "^5.0.0-beta.0",
"file-loader": "^1.1.6",
"flow-bin": "^0.66.0",
"fs-extra": "^5.0.0",
"hsimp-named-number": "^0.1.3",
"html-webpack-plugin": "^2.30.1",
"nanocurrency": "~1.7.0",
"qrcode.react": "^0.8.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-helmet": "^5.2.0",
"react-hot-loader": "^3.1.3",
"redux": "^3.7.2",
"robotstxt-webpack-plugin": "^4.0.1",
"styled-components": "^3.1.6",
"uglifyjs-webpack-plugin": "^1.2.2",
"url-loader": "^0.6.2",
"webpack": "^3.11.0",
"webpack-dev-server": "^2.11.1",
"webpack-pwa-manifest": "^3.6.2",
"worker-loader": "^1.1.0"
}
}