forked from matter-labs/zksync-dapp-checkout
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
161 lines (161 loc) · 5.08 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
{
"homepage": "https://checkout.zksync.io",
"name": "@matterlabs/zksync-dapp-checkout",
"title": "zkSync Checkout — simple permissionless DeFi payment gateway",
"description": "zkSync Checkout helps anyone permission-less adopt checkout backed by zkSync, receive payments automatically and benefit from all the advantage of zkSync Rollup: speed of the transaction, times lower cost of a single transaction, simplicity of withdrawal fund to the onchain-wallet.",
"version": "2.4.0",
"keywords": [
"zksync",
"ethereum",
"web3",
"payments",
"gitcoin",
"gitcoin grants",
"checkout",
"defi",
"payment gateway",
"cryptopayments",
"gitcoin",
"matter labs",
"zksync dapps",
"dapp",
"ethers"
],
"private": true,
"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"
}
],
"repository": {
"type": "git",
"url": "matter-labs/zksync-dapp-checkout"
},
"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://linear.app/matterlabs/project/zkcheckout-eae8f3c3e539/ZKF"
},
"dependencies": {
"@babel/core": "^7.13.8",
"@babel/preset-env": "^7.13.9",
"@babel/runtime": "^7.13.9",
"@matterlabs/zk-wallet-onboarding": "1.18.6",
"@nuxt/typescript-runtime": "^2.1.0",
"@nuxtjs/axios": "latest",
"@nuxtjs/google-gtag": "^1.0.4",
"@nuxtjs/sentry": "^5.0.2",
"@nuxtjs/style-resources": "latest",
"@nuxtjs/tailwindcss": "^4.0.1",
"@nuxtjs/toast": "latest",
"@types/js-cookie": "^2.2.6",
"@walletconnect/web3-provider": "^1.3.6",
"ethers": "^5.0.31",
"js-cookie": "^2.2.1",
"lottie-web": "^5.7.6",
"matter-zk-ui": "^1.0.4",
"moment": "^2.29.1",
"nuxt": "latest",
"nuxt-build-optimisations": "latest",
"nuxt-i18n": "^6.20.4",
"nuxt-social-meta": "^0.0.5",
"nuxt-webfontloader": "^1.1.0",
"vue": "^2.6.12",
"vue-custom-scrollbar": "^1.4.0",
"vue-js-popover": "^1.2.1",
"vuex": "^3.6.2",
"web3": "^1.3.4",
"zksync": "latest",
"zksync-checkout": "^0.0.13",
"zksync-checkout-internal": "^0.0.4"
},
"devDependencies": {
"@ethersproject/logger": "^5.0.9",
"@matterlabs/zksync-nuxt-ui": "^0.0.0",
"@nuxt/types": "latest",
"@nuxt/typescript": "latest",
"@nuxt/typescript-build": "latest",
"@nuxtjs/dotenv": "1.4.1",
"@nuxtjs/eslint-config-typescript": "^5.0.0",
"@tailwindcss/postcss7-compat": "^2.0.3",
"@types/jest": "^26.0.20",
"autoprefixer": "^9",
"babel-core": "^7.0.0-bridge.0",
"commitlint": "^11.0.0",
"cspell": "latest",
"dotenv": "8.2.0",
"eslint": "^7.21.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier-vue": "^2.1.1",
"eslint-plugin-vue": "^7.7.0",
"fork-ts-checker-webpack-plugin": "^6.1.0",
"node-sass": "latest",
"postcss": "latest",
"prettier": "^2.2.1",
"sass-loader": "^10.1.1",
"stylelint": "latest",
"stylelint-config-standard": "latest",
"stylelint-scss": "latest",
"tailwindcss": "^1.9.6",
"webpack": "^5.11.1"
},
"peerDependencies": {
"@babel/core": "*",
"@babel/runtime": "*",
"typed-vuex": "*",
"vuex": "3.5.1"
},
"optionalDependencies": {
"@sentry/webpack-plugin": "^1.14.0",
"fs-extra": "^9.1.0"
},
"husky": {
"hooks": {
"pre-commit": "lint-fix",
"commit-msg": "commitlint --format -E HUSKY_GIT_PARAMS"
}
},
"lint-fix": [
"yarn lint-style:fix",
"yarn lint-ts:fix",
"yarn format:prettier",
"yarn spell-check"
],
"scripts": {
"local": "sh ./cli-process-env.sh 'rinkeby' 'dev' 1 1",
"dev": "yarn local && nuxt",
"generate": "nuxt generate ",
"start": "yarn local && nuxt start",
"build": "yarn local && nuxt build",
"ci:build:prod": "yarn ci:prepare:prod && yarn generate --fail-on-error",
"ci:build:rinkeby": "yarn ci:prepare:rinkeby && yarn generate --fail-on-error",
"ci:build:ropsten": "yarn ci:prepare:ropsten && yarn generate --fail-on-error",
"ci:prepare:rinkeby": "sh cli-process-env.sh 'rinkeby' 'prod' 1",
"ci:prepare:ropsten": "sh cli-process-env.sh 'ropsten' 'prod' 1",
"ci:prepare:prod": "sh cli-process-env.sh 'mainnet' 'prod' 1",
"test": "jest",
"format:prettier": "prettier --config .prettierrc.js --ignore-path .prettierignore --write src/**/*.{ts,vue,js}",
"lint-ts:check": "eslint --quiet --config \".eslintrc.js\" ./src/**/*.{ts,vue,js}",
"lint-style:check": "stylelint --config .stylelintrc --ignore-path .stylelintignore --quiet",
"lint-ts:fix": "eslint --fix --config \".eslintrc.js\" ./src/**/*.{ts,vue,js}",
"lint-style:fix": "stylelint src/**/*.scss --config '.stylelintrc' --fix -f verbose",
"spell-check": "cspell -c .cspell.json src/**/*.{ts,vue,js} *.md"
}
}