forked from luniehq/lunie
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
136 lines (136 loc) · 4.55 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
{
"name": "cosmos-voyager",
"productName": "Cosmos Voyager",
"version": "0.9.4",
"description": "Voyager is an electron-based user interface for the Cosmos Network.",
"author": "All In Bits, Inc <hello@tendermint.com>",
"license": "Apache-2.0",
"homepage": "https://cosmos.network",
"repository": {
"type": "git",
"url": "git+https://github.com/cosmos/voyager.git"
},
"engines": {
"node": ">=9.4.0"
},
"scripts": {
"build": "node tasks/build/localBuild",
"build:testnets": "cd tasks/build/testnets && ./localBuild.sh",
"build:gaia": "cd tasks/build/Gaia && ./localBuild.sh",
"local": "yarn run testnet local",
"start": "node tasks/testnet.js",
"testnet": "echo \"'yarn testnet' has been deprecated. Please use 'yarn start'\"",
"lint": "yarn lint:eslint && yarn lint:format",
"lint:eslint": "eslint -f ./node_modules/eslint-friendly-formatter \"{,**/}*.{js,vue}\"",
"lint:format": "prettier --list-different \"{,**/}*.{css,js,json,vue}\" \"!testArtifacts/**\" \"!app/networks/**\"",
"lint:fix": "prettier --write \"{,**/}*.{css,js,json,vue}\" \"!testArtifacts/**\"",
"pack": "yarn run pack:main && yarn run pack:renderer",
"pack:main": "cross-env NODE_ENV=production webpack --colors --config webpack.main.config.js",
"pack:renderer": "cross-env NODE_ENV=production webpack --colors --config webpack.renderer.config.js",
"test": "yarn run lint && yarn test:unit && yarn test:e2e",
"test:unit": "cross-env LOGGING=false ANALYTICS=false NODE_ENV=testing jest --maxWorkers=2",
"test:e2e": "cross-env ANALYTICS=false yarn run pack && tape \"test/e2e/*.js\"",
"test:exe": "node tasks/test-build.js",
"test:coverage": "http-server test/unit/coverage/lcov-report",
"release": "node ./tasks/releasePullRequest.js",
"precommit": "pretty-quick --staged",
"prepush": "bash ./tasks/changelog-changed-check.sh && yarn lint && yarn test:unit",
"postcheckout": "yarn"
},
"devDependencies": {
"@nodeguy/cli": "0.2.2",
"@octokit/rest": "15.9.4",
"babel-core": "6.26.3",
"babel-eslint": "7.2.3",
"babel-jest": "21.2.0",
"babel-loader": "7.1.4",
"babel-plugin-istanbul": "3.1.2",
"babel-plugin-transform-runtime": "6.23.0",
"babel-preset-es2015": "6.24.1",
"babel-preset-stage-0": "6.24.1",
"babel-register": "6.26.0",
"babel-runtime": "6.26.0",
"canonical-json": "0.0.4",
"cross-env": "3.2.4",
"css-loader": "0.28.11",
"deterministic-zip": "1.0.5",
"duplexer": "0.1.1",
"electron-debug": "1.5.0",
"electron-devtools-installer": "2.2.4",
"electron-packager": "10.1.2",
"eslint": "4.19.1",
"eslint-friendly-formatter": "2.0.7",
"eslint-plugin-html": "4.0.3",
"file-loader": "1.1.11",
"html-beautify": "1.0.4",
"html-webpack-plugin": "2.30.1",
"http-server": "0.11.1",
"husky": "0.14.3",
"jest": "21.2.1",
"jest-localstorage-mock": "2.2.0",
"json-loader": "0.5.7",
"lodash": "4.17.10",
"markdown-it": "8.4.1",
"moment-timezone": "0.5.16",
"node-loader": "0.6.0",
"prettier": "1.12.1",
"pretty-quick": "1.4.1",
"publish-release": "1.5.1",
"pug": "2.0.3",
"pug-plain-loader": "1.0.0",
"simple-git": "1.95.0",
"spectron": "3.8.0",
"style-loader": "0.21.0",
"stylus": "0.54.5",
"stylus-loader": "3.0.2",
"tape": "4.9.0",
"tape-promise": "2.0.1",
"tar-stream": "1.6.0",
"untildify": "3.0.2",
"url-loader": "0.6.2",
"vue-jest": "2.6.0",
"vue-loader": "15.2.4",
"vue-style-loader": "4.1.0",
"vue-template-compiler": "2.5.16",
"vue-template-es2015-compiler": "1.6.0",
"webpack": "3.11.0",
"webpack-dev-server": "2.11.2"
},
"dependencies": {
"@tendermint/ui": "0.2.13",
"@vue/test-utils": "1.0.0-beta.11",
"autosize": "4.0.2",
"axios": "0.18.0",
"bech32": "1.1.3",
"chart.js": "2.7.2",
"crypto-js": "3.1.9-1",
"electron": "2.0.2",
"electron-chromedriver": "1.8.0",
"electron-ga": "1.0.6",
"fs-extra": "7.0.0",
"glob": "7.1.2",
"moment": "2.22.1",
"mousetrap": "1.6.1",
"nib": "1.1.2",
"no-scroll": "2.1.0",
"numeral": "2.0.6",
"perfect-scrollbar": "1.3.0",
"raven": "2.6.0",
"raven-js": "3.24.2",
"semver": "5.5.0",
"shortid": "2.2.8",
"tendermint": "2.0.5",
"toml": "2.3.3",
"user-home": "2.0.0",
"varint": "5.0.0",
"vue": "2.5.16",
"vue-directive-tooltip": "1.4.5",
"vue-electron": "1.0.6",
"vue-router": "3.0.1",
"vuelidate": "0.6.2",
"vuex": "3.0.1"
},
"prettier": {
"semi": false
}
}