-
Notifications
You must be signed in to change notification settings - Fork 72
/
package.json
65 lines (65 loc) · 1.9 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
{
"name": "lnexplorer",
"version": "1.0.0",
"description": "",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/chemicstry/recksplorer.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rimraf dist && cross-env NODE_ENV=production webpack --config ./webpack.production.config.js --progress --profile --colors",
"start": "node server"
},
"author": "",
"license": "ISC",
"dependencies": {
"babel-runtime": "^6.26.0",
"command-line-args": "^5.0.1",
"command-line-usage": "^4.1.0",
"escape-html": "^1.0.3",
"express": "^4.16.2",
"express-cache-controller": "^1.1.0",
"font-awesome": "^4.7.0",
"grpc": "^1.8.0",
"js-cookie": "^2.2.0",
"lightning-client": "^0.5.2-beta.7",
"mobx": "^3.4.1",
"mobx-react": "^4.3.5",
"moment": "^2.20.1",
"normalize.css": "^7.0.0",
"react": "^16.2.0",
"react-copy-to-clipboard": "^5.0.1",
"react-dom": "^16.2.0",
"react-fontawesome": "^1.6.1",
"threads": "^0.10.1",
"typeface-roboto": "0.0.50",
"url-loader": "^0.6.2",
"vis": "^4.21.0",
"vis-react": "^0.3.0",
"vivagraphjs": "^0.10.0"
},
"devDependencies": {
"axios": "^0.17.1",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"babel-preset-react-hmre": "^1.1.1",
"babel-preset-stage-1": "^6.24.1",
"cross-env": "^5.1.4",
"css-loader": "^0.28.9",
"favicons-webpack-plugin": "0.0.7",
"file-loader": "^1.1.6",
"html-webpack-plugin": "^2.30.1",
"resolve-url-loader": "^2.2.1",
"rimraf": "^2.6.2",
"style-loader": "^0.19.1",
"webpack": "^3.10.0",
"webpack-dev-middleware": "^2.0.4",
"webpack-hot-middleware": "^2.21.0"
}
}