forked from luniehq/lunie
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
145 lines (145 loc) · 5.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
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
{
"name": "lunie",
"version": "1.0.164",
"description": "Lunie is the staking and governance platform for proof-of-stake blockchains.",
"author": "Lunie International Software Systems Inc. <[email protected]>",
"scripts": {
"build": "node tasks/create-version-file.js && vue-cli-service build",
"build:mobile": "cross-env MOBILE_APP=true npm run build",
"changelog": "simsala log --pending-path ./changes",
"lint": "vue-cli-service lint",
"lint:style": "vue-cli-service lint:style",
"release": "git fetch --all && git checkout origin/develop -B develop && git pull && git merge origin/master && git push -u origin develop && git push origin develop:release",
"serve": "kill-port 9080 && vue-cli-service serve --port 9080",
"serve:dist": "live-server --port=9080 --no-browser ./dist",
"serve:mobile": "cross-env MOBILE_APP=true npm run serve",
"serve:win": "vue-cli-service serve --port 9080",
"test": "npm run test:unit && npm run test:e2e",
"test:coverage": "live-server ./coverage/lcov-report",
"test:coverage-branch": "npm run test:unit -- --coverage && git diff origin/develop | diff-test-coverage -c ./coverage/lcov.info -t lcov --",
"test:e2e": "node tests/e2e/local-run.js",
"test:e2e:build": "cross-env VUE_APP_E2E=true vue-cli-service build --mode production",
"test:e2e:browserstack": "nightwatch -c tests/e2e/browserstack.conf.js",
"test:e2e:local": "kill-port 9515 && nightwatch --config ./tests/e2e/local-chrome.conf.js",
"test:e2e:serve": "kill-port 9080 && cross-env VUE_APP_E2E=true NETWORK=local-cosmos-hub-testnet vue-cli-service serve --mode production --port 9080",
"test:unit": "vue-cli-service test:unit"
},
"dependencies": {
"@babel/polyfill": "^7.4.4",
"@dicebear/avatars": "3.1.4",
"@dicebear/avatars-jdenticon-sprites": "1.1.4",
"@lunie/cosmos-keys": "0.2.0",
"@lunie/cosmos-ledger": "0.1.7",
"@sentry/browser": "5.7.1",
"@sentry/integrations": "5.7.1",
"apollo-boost": "^0.4.3",
"apollo-cache-inmemory": "^1.6.2",
"apollo-client": "2.6.8",
"apollo-link": "1.2.13",
"apollo-link-batch-http": "1.2.13",
"apollo-link-persisted-queries": "0.2.2",
"apollo-link-retry": "2.2.15",
"apollo-link-ws": "1.0.19",
"apollo-utilities": "1.3.2",
"autosize": "^4.0.2",
"axios": "^0.19.0",
"bech32": "^1.1.3",
"bignumber.js": "^8.1.1",
"camelcase": "^5.3.0",
"capacitor-intercom": "0.2.3",
"core-js": "^2.6.5",
"cosmos-apiV0": "npm:@lunie/[email protected]",
"cosmos-apiV2": "npm:@lunie/[email protected]",
"cross-spawn": "7.0.1",
"crypto-js": "^3.1.9-1",
"graphql": "14.4.2",
"graphql-tag": "2.10.1",
"https-proxy-agent": ">=3.0.0",
"jdenticon": "2.2.0",
"lodash.groupby": "4.6.0",
"lodash.isempty": "^4.4.0",
"lodash.orderby": "^4.6.0",
"lodash.trim": "^4.5.1",
"lodash.uniqby": "^4.7.0",
"material-design-icons-iconfont": "5.0.1",
"moment": "^2.24.0",
"no-scroll": "^2.1.1",
"register-service-worker": "^1.6.2",
"serialize-javascript": ">=2.1.1",
"subscriptions-transport-ws": "0.9.16",
"timezone-mock": "^1.0.8",
"vue": "^2.6.10",
"vue-apollo": "3.0.2",
"vue-clipboard2": "^0.3.0",
"vue-directive-tooltip": "^1.4.5",
"vue-infinite-scroll": "^2.0.2",
"vue-router": "^3.0.3",
"vuelidate": "^0.7.4",
"vuex": "^3.1.1",
"web3-utils": "1.2.4"
},
"devDependencies": {
"@ascendancyy/vue-cli-plugin-stylelint": "1.1.2",
"@babel/core": "7.7.7",
"@babel/plugin-transform-runtime": "^7.5.5",
"@capacitor/android": "1.3.0",
"@capacitor/cli": "1.3.0",
"@capacitor/core": "1.3.0",
"@capacitor/ios": "1.3.0",
"@vue/cli-plugin-babel": "^3.10.0",
"@vue/cli-plugin-eslint": "^3.10.0",
"@vue/cli-plugin-pwa": "^3.10.0",
"@vue/cli-plugin-unit-jest": "4.1.2",
"@vue/cli-service": "4.1.2",
"@vue/eslint-config-prettier": "^5.0.0",
"@vue/test-utils": "1.0.0-beta.29",
"babel-core": "^7.0.0-0",
"babel-eslint": "^10.0.1",
"babel-jest": "24.9.0",
"chai": "^4.2.0",
"chai-string": "^1.5.0",
"chromedriver": "78.0.1",
"copy-webpack-plugin": "5.1.1",
"cross-env": "^5.2.0",
"csp-webpack-plugin": "^2.0.2",
"eslint": "^5.16.0",
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-vue": "^5.0.0",
"husky": "3.0.8",
"inquirer": "7.0.0",
"jest-localstorage-mock": "^2.4.0",
"kill-port": "^1.5.1",
"live-server": "^1.2.1",
"live-server-https": "^0.0.2",
"nightwatch": "1.2.4",
"numeral": "^2.0.6",
"prettier": "^1.18.2",
"sass": "^1.18.0",
"sass-loader": "8.0.0",
"simsala": "0.0.19",
"stylelint": "12.0.1",
"stylelint-config-standard": "19.0.0",
"stylelint-webpack-plugin": "1.1.2",
"vue-jest": "3.0.5",
"vue-template-compiler": "^2.6.10",
"webpack": "4.41.5"
},
"husky": {
"hooks": {
"pre-push": "yarn lint --no-fix"
}
},
"resolutions": {
"stylelint-webpack-plugin": "1.1.2"
},
"engines": {
"node": ">=10.13.0"
},
"homepage": "https://lunie.io",
"license": "Apache-2.0",
"productName": "lunie",
"repository": {
"type": "git",
"url": "git+https://github.com/luniehq/lunie.git"
}
}