forked from luniehq/lunie
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
165 lines (165 loc) · 5.95 KB
/
package.json
File metadata and controls
165 lines (165 loc) · 5.95 KB
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
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
{
"name": "lunie",
"productName": "lunie",
"version": "1.0.0-beta.81",
"description": "Lunie is the user interface for the Cosmos Hub.",
"author": "Lunie International Software Systems Inc. <hello@lunie.io>",
"license": "Apache-2.0",
"homepage": "https://lunie.io",
"repository": {
"type": "git",
"url": "git+https://github.com/luniehq/lunie.git"
},
"engines": {
"node": ">=10.13.0"
},
"scripts": {
"build": "npm run build:keybase-cache && npm run build:ui",
"build:keybase-cache": "babel-node --presets @babel/env tasks/keybase-fallback.js",
"build:ui": "cross-env NODE_ENV=production webpack --colors --config webpack.config.js --mode=production",
"start": "npm run frontend & npm run proxy & npm run testnet:start",
"serve": "live-server --https=node_modules/live-server-https --port=9080 ./dist",
"lint": "npm run lint:eslint && npm run lint:css",
"lint:eslint": "eslint -f ./node_modules/eslint-friendly-formatter \"{,**/}*.{js,vue}\"",
"lint:css": "stylelint '**/*.{css,vue}'",
"lint:fix": "eslint --fix -f ./node_modules/eslint-friendly-formatter \"{,**/}*.{js,vue}\" && stylelint \"**/*.{css,vue}\" --fix",
"test": "npm run lint && npm run test:unit && npm run test:e2e",
"test:unit": "cross-env NODE_ENV=testing jest --maxWorkers=2",
"test:e2e:live-serve": "cross-env E2E_TESTS=true STARGATE=http://localhost:9070 RPC=http://localhost:26657 NODE_ENV=production webpack-dev-server --colors --config webpack.config.js --port 9080 --https --mode=production --cert 'certs/dev.crt' --key 'certs/dev.key'",
"test:e2e:run": "nightwatch --config ./test/e2e/nightwatch.conf.js",
"test:e2e": "concurrently --kill-others --success first --names webserver,tests \"npm run serve -- --no-browser\" \"npm run test:e2e:run\"",
"test:e2e:build": "cross-env E2E_TESTS=true STARGATE=http://localhost:9070 RPC=http://localhost:26657 CIRCLECI=true npm run build:ui",
"test:coverage": "live-server test/unit/coverage/lcov-report",
"watch": "tasks/watch.sh",
"testnet:start": "docker run --rm -p 26657:26657 --name testnet -p 9070:9070 --detach -e MAX_NODES=${MAX_NODES:-2} lunieio/testnet:v0.34.3",
"testnet:stop": "docker stop testnet",
"proxy": "node ./tasks/local-testnet/proxy.js",
"certificates": "docker-compose -f tasks/certificates/docker-compose.yml up",
"frontend": "cross-env NODE_ENV=development webpack-dev-server --hot --colors --config webpack.config.js --port 9080 --https --mode=development --cert 'certs/dev.crt' --key 'certs/dev.key'",
"changelog": "simsala log --pending-path ./changes",
"release": "git checkout develop & git pull & git push origin develop:release"
},
"devDependencies": {
"@babel/core": "7.4.4",
"@babel/node": "7.2.2",
"@babel/plugin-transform-runtime": "7.4.0",
"@babel/preset-env": "7.4.4",
"@babel/runtime": "7.4.2",
"@nodeguy/cli": "0.2.3",
"@octokit/rest": "16.23.1",
"@sentry/webpack-plugin": "1.6.2",
"@vue/test-utils": "1.0.0-beta.29",
"autoprefixer": "9.5.0",
"babel-core": "^7.0.0-0",
"babel-eslint": "10.0.1",
"babel-jest": "24.7.1",
"babel-loader": "8.0.5",
"babel-plugin-istanbul": "5.1.1",
"chai": "4.2.0",
"chai-string": "1.5.0",
"chromedriver": "2.46.0",
"clean-webpack-plugin": "2.0.1",
"concurrently": "4.1.0",
"cross-env": "5.2.0",
"csp-webpack-plugin": "2.0.2",
"css-loader": "2.1.1",
"cssnano": "4.1.10",
"duplexer": "0.1.1",
"eslint": "5.16.0",
"eslint-config-prettier": "4.2.0",
"eslint-friendly-formatter": "4.0.1",
"eslint-plugin-prettier": "3.0.1",
"eslint-plugin-vue": "5.2.2",
"file-loader": "3.0.1",
"fs-extra": "7.0.1",
"html-webpack-plugin": "3.2.0",
"husky": "1.3.1",
"inquirer": "6.2.2",
"jest": "24.6.0",
"jest-localstorage-mock": "2.4.0",
"json-loader": "0.5.7",
"lint-prepush": "0.3.1",
"live-server": "1.2.1",
"live-server-https": "0.0.2",
"lodash.groupby": "4.6.0",
"lodash.isempty": "4.4.0",
"lodash.merge": "4.6.1",
"lodash.orderby": "4.6.0",
"lodash.trim": "4.5.1",
"lodash.uniqby": "4.7.0",
"mini-css-extract-plugin": "0.6.0",
"moment-timezone": "0.5.23",
"nightwatch": "1.0.19",
"numeral": "2.0.6",
"postcss-import": "12.0.1",
"postcss-loader": "3.0.0",
"postcss-preset-env": "6.6.0",
"prettier": "1.17.0",
"publish-release": "1.6.0",
"simsala": "0.0.15",
"style-loader": "0.23.1",
"stylelint": "9.10.1",
"stylelint-config-standard": "18.2.0",
"sugarss": "2.0.0",
"untildify": "3.0.3",
"url-loader": "1.1.2",
"vue-jest": "3.0.4",
"vue-loader": "15.7.0",
"vue-style-loader": "4.1.2",
"vue-template-compiler": "2.6.10",
"vue-template-es2015-compiler": "1.9.1",
"webpack": "4.29.6",
"webpack-cli": "3.3.0",
"webpack-dev-server": "3.2.1"
},
"dependencies": {
"@lunie/cosmos-js": "0.0.21",
"@lunie/cosmos-keys": "0.0.9",
"@lunie/cosmos-ledger": "0.0.5",
"@sentry/browser": "5.0.3",
"autosize": "4.0.2",
"axios": "0.19.0",
"bech32": "1.1.3",
"bignumber.js": "8.1.1",
"camelcase": "5.3.0",
"crypto-js": "3.1.9-1",
"js-beautify": "1.9.1",
"moment": "2.24.0",
"ndjson": "1.5.0",
"nib": "1.1.2",
"no-scroll": "2.1.1",
"old": "0.2.0",
"perfect-scrollbar": "1.4.0",
"pumpify": "1.5.1",
"secp256k1": "3.6.2",
"semver": "6.0.0",
"shortid": "2.2.14",
"timezone-mock": "1.0.4",
"vue": "2.6.10",
"vue-clipboard2": "0.3.0",
"vue-directive-tooltip": "1.4.5",
"vue-router": "3.0.2",
"vuelidate": "0.7.4",
"vuex": "3.1.0",
"websocket-stream": "5.3.0"
},
"husky": {
"hooks": {
"pre-push": "lint-prepush"
}
},
"lint-prepush": {
"base": "develop",
"tasks": {
"*.{js,vue}": [
"eslint --fix",
"jest --bail --coverage --findRelatedTests",
"git add"
],
"*.{css,vue}": [
"stylelint --fix",
"git add"
]
}
}
}