-
Notifications
You must be signed in to change notification settings - Fork 71
/
package.json
148 lines (148 loc) · 4.88 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
{
"name": "@matterlabs/zksync-dapp-checkout",
"title": "zkSync Lite Checkout — simple permissionless DeFi payment gateway",
"homepage": "https://checkout.zksync.io",
"description": "zkSync Lite Checkout helps anyone permission-less adopt checkout backed by zkSync, receive payments automatically and benefit from all the advantage of zkSync Lite Rollup: speed of the transaction, times lower cost of a single transaction, simplicity of withdrawal fund to the onchain-wallet.",
"version": "3.7.6",
"keywords": [
"zksync",
"ethereum",
"web3",
"payments",
"gitcoin",
"gitcoin grants",
"checkout",
"defi",
"payment gateway",
"cryptopayments",
"gitcoin",
"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": "https://github.com/matter-labs/zksync-dapp-checkout.git"
},
"engines": {
"node": ">=14"
},
"author": "Matter Labs",
"browserslist": [
"defaults",
"not < 1%",
"IE 11"
],
"bugs": {
"url": "https://linear.app/matterlabs/project/zkcheckout-eae8f3c3e539/ZKF"
},
"dependencies": {
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
"@nuxt/typescript-runtime": "^2.1.0",
"core-js": "^3.15.1",
"matter-zk-ui": "^1.0.9",
"nuxt": "^2.15.7"
},
"devDependencies": {
"@babel/eslint-parser": "^7.14.7",
"@commitlint/cli": "^16.0.1",
"@commitlint/config-conventional": "^16.0.0",
"@matterlabs/eslint-config-nuxt": "^2.0.0",
"@matterlabs/prettier-config": "^1.0.2",
"@matterlabs/zksync-nuxt-core": "^1.12.1",
"@matterlabs/zksync-nuxt-ui": "^0.0.0",
"@nuxt/types": "^2.15.7",
"@nuxt/typescript-build": "^2.1.0",
"@nuxtjs/dotenv": "^1.4.1",
"@nuxtjs/google-gtag": "^1.0.4",
"@nuxtjs/sentry": "^5.0.2",
"@nuxtjs/style-resources": "^1.2.1",
"@nuxtjs/stylelint-module": "^4.1.0",
"@nuxtjs/tailwindcss": "^4.2.1",
"@ramp-network/ramp-instant-sdk": "^4.0.4",
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/git": "^10.0.1",
"@types/fibers": "^3.1.1",
"@typescript-eslint/eslint-plugin": "latest",
"@typescript-eslint/parser": "^5.8.1",
"cspell": "latest",
"eslint": "8",
"husky": "^7.0.4",
"lint-staged": "^10.5.4",
"moment": "^2.29.1",
"nuxt-social-meta": "^0.0.5",
"nuxt-webfontloader": "^1.1.0",
"postcss": "latest",
"prettier": "2.x",
"sass": "^1.43.5",
"sass-loader": "^10.2.0",
"semantic-release": "^18.0.1",
"stylelint": "^13.13.1",
"stylelint-config-prettier": "^8.0.2",
"stylelint-config-recommended-scss": "^4.3.0",
"stylelint-config-standard": "^20.0.0",
"stylelint-prettier": "^1.2.0",
"stylelint-scss": "^3.18.0",
"v-tooltip": "^2.1.3",
"vue": "^2.6.12",
"vue-custom-scrollbar": "^1.4.0",
"vue-js-popover": "^1.2.1",
"zksync": "^0.13.1",
"zksync-checkout": "latest",
"zksync-checkout-internal": "latest"
},
"husky": {
"hooks": {
"commit-msg": "commitlint --format -E HUSKY_GIT_PARAMS",
"pre-commit": "lint-staged",
"post-merge": "yarn clean && yarn install",
"post-checkout": "yarn clean && yarn install",
"post-rebase": "yarn clean && yarn install",
"pre-auto-gc": "yarn clean"
}
},
"lint-staged": {
"*.{js,ts,vue}": "eslint --fix",
"*.{css,scss,vue}": "stylelint --fix",
"*.{md,vue}": "yarn lint:spell-check"
},
"scripts": {
"local": "yarn ci:env 'goerli' 'dev' 1 1",
"dev": "yarn local && nuxt",
"generate": "nuxt generate ",
"start": "yarn local && nuxt start",
"build": "yarn local && nuxt build",
"ci:build:mainnet": "yarn ci:prepare:mainnet && yarn generate --fail-on-error",
"ci:build:goerli": "yarn ci:prepare:goerli && yarn generate --fail-on-error",
"ci:env": "sh cli-process-env.sh",
"ci:prepare:goerli": "yarn ci:env 'goerli' 'prod' 1",
"ci:prepare:mainnet": "yarn ci:env 'mainnet' 'prod' 1",
"format:prettier": "prettier --config .prettierrc --ignore-path .prettierignore --write ./src/**/*.{ts,vue,js,scss,css}",
"lint:spell-check": "cspell src/**/*.{ts,vue,js} README.md",
"lint:script": "eslint --ext \".js,.vue,.ts\" --ignore-path .gitignore ./src/",
"lint:style": "stylelint **/*.css **/*.scss **/*.vue",
"lint:fix": "yarn lint:script --fix && yarn lint:style --fix",
"lint": "yarn lint:script && yarn lint:style",
"semantic-release": "semantic-release",
"postinstall": "husky install"
},
"resolutions": {
"core-js": "^3.15.1",
"eth-sig-utils": "^3.0.1"
},
"prettier": "@matterlabs/prettier-config",
"packageManager": "[email protected]"
}