-
Notifications
You must be signed in to change notification settings - Fork 355
/
Copy pathpackage.json
executable file
·161 lines (161 loc) · 4.97 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
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
{
"name": "@matterlabs/zksync-zkwallet-vue",
"title": "zkSync.io Wallet | Try solution for the Ethereum scalability\n with zero security compromises",
"main": "nuxt.config.ts",
"types": "src/types/index.d.ts",
"files": [
"src/types",
"src"
],
"keywords": [
"zksync",
"ethereum",
"web3",
"defi",
"payment gateway",
"cryptopayments",
"gitcoin",
"zksync dapps",
"dapp",
"ethers"
],
"license": "MIT",
"licenses": [
{
"type": "MIT",
"url": "https://www.opensource.org/licenses/mit-license.php"
},
{
"type": "Apache-2.0",
"url": "https://opensource.org/licenses/apache2.0.php"
}
],
"version": "3.29.11",
"homepage": "https://lite.zksync.io",
"description": "zkWallet was created to unleash the power of zkSync Lite L2 operations and give anyone an access to L2 zkSync Lite features on mainnet",
"repository": "https://github.com/matter-labs/zksync-wallet-vue",
"author": "Matter Labs",
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"bugs": {
"url": "https://github.com/matter-labs/zksync-wallet-vue/issues"
},
"dependencies": {
"@inkline/inkline": "^2.3.6",
"@inkline/nuxt": "^2.3.6",
"@matterlabs/eslint-config-nuxt": "^1.0.6",
"@matterlabs/prettier-config": "^1.0.2",
"@matterlabs/zksync-nuxt-core": "^1.12.1",
"@nuxt/typescript-runtime": "^2.1.0",
"@nuxtjs/google-gtag": "^1.0.4",
"@nuxtjs/sentry": "^5.1.7",
"@ramp-network/ramp-instant-sdk": "^4.0.4",
"@web3-onboard/core": "^2.16.2",
"blockies-ts": "1.0.0",
"lottie-web": "^5.7.8",
"mixpanel-browser": "^2.42.0",
"moment-timezone": "^0.5.34",
"multiformats": "^9.4.7",
"nuxt": "^2.15.8",
"nuxt-typed-vuex": "^0.3.0",
"oh-vue-icons": "^0.4.7",
"vue-qrcode": "0.4.0",
"zksync": "^0.13.1"
},
"devDependencies": {
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
"@commitlint/cli": "^16.2.3",
"@commitlint/config-conventional": "^16.2.1",
"@ethersproject/address": "^5.5.0",
"@ethersproject/bignumber": "^5.5.0",
"@nuxt/types": "^2.15.8",
"@nuxt/typescript-build": "^2.1.0",
"@nuxtjs/google-fonts": "^1.3.0",
"@nuxtjs/proxy": "^2.1.0",
"@nuxtjs/style-resources": "^1.2.1",
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/commit-analyzer": "^9.0.2",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^8.0.2",
"@semantic-release/npm": "^9.0.0",
"@semantic-release/release-notes-generator": "^10.0.3",
"@types/crypto-js": "^4.0.2",
"@types/mixpanel-browser": "^2.35.8",
"cspell": "^5.19.3",
"eslint": "^8.12.0",
"husky": "^7.0.0",
"lint-staged": "^12.1.5",
"node-sass": "^8",
"qrcode": "^1.0.0",
"sass-loader": "^10.2.1",
"semantic-release": "^19.0.2"
},
"resolutions": {
"chalk": "4.1.2",
"webpack": "^4.46.0"
},
"optionalDependencies": {
"@sentry/webpack-plugin": "^1.18.3",
"stylelint-config-standard-scss": "^3.0.0"
},
"lint-staged": {
"*.{js,ts,vue}": [
"eslint --config .eslintrc.js --fix --ignore-path .eslintignore",
"prettier -w"
],
"*.scss": [
"prettier -w"
]
},
"husky": {
"hooks": {
"commit-msg": "npx --no-install commitlint --edit \"$1\"",
"pre-commit": "CI=\"1\"\nnpx lint-staged"
}
},
"scripts": {
"build": "yarn local && nuxt build",
"ci:build:dev-mainnet": "sh cli-process-env.sh 'mainnet' dev 1 && yarn generate",
"ci:build:prod": "yarn ci:prepare:mainnet && yarn generate",
"ci:build:goerli": "yarn ci:prepare:goerli && yarn generate",
"ci:build:goerli-beta": "yarn ci:prepare:goerli-beta && yarn generate",
"ci:check": "yarn lint && yarn spell-check",
"ci:prepare:mainnet": "sh cli-process-env.sh 'mainnet' prod 1",
"ci:prepare:goerli": "sh cli-process-env.sh 'goerli' prod 1",
"dev": "yarn local && nuxt",
"format": "prettier -w --ignore-path .eslintignore **/*.{ts,vue,ks}",
"generate": "nuxt generate --fail-on-error",
"lint": "eslint --config .eslintrc.js --ignore-path .eslintignore src/**/*.{ts,vue,js}",
"lint:fix": "eslint --fix --config .eslintrc.js --ignore-path .eslintignore src/**/*.{ts,vue,js} --fix",
"local": "sh ./cli-process-env.sh 'goerli' 'dev' 1 1",
"postinstall": "husky install",
"semantic-release": "semantic-release",
"spell-check": "cspell -c cspell.json src/**/*.{ts,vue,js} *.md",
"start": "yarn local && nuxt start"
},
"prettier": "@matterlabs/prettier-config",
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
},
"packageManager": "[email protected]",
"peerDependencies": {
"@ethersproject/hash": "^5.5.0"
},
"engines": {
"node": ">=16.0.0"
}
}