-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.91 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 1.91 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
{
"name": "zksync-nuxt-starter",
"private": true,
"type": "module",
"license": "(MIT OR Apache-2.0)",
"scripts": {
"prepare": "node .husky/install.mjs",
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"dependencies": {
"@ankr.com/ankr.js": "^0.6.1",
"@matterlabs/zksync-js": "^0.0.1",
"@nuxt/eslint": "^1.7.1",
"@nuxt/fonts": "^0.11.4",
"@nuxt/hints": "^1.0.0-alpha.3",
"@nuxt/icon": "^1.15.0",
"@nuxt/image": "^1.10.0",
"@nuxt/scripts": "^0.13.1",
"@nuxt/test-utils": "^3.19.2",
"@nuxtjs/color-mode": "^3.5.2",
"@nuxtjs/i18n": "^10.0.3",
"@nuxtjs/seo": "^3.1.0",
"@pinia/nuxt": "^0.11.2",
"@reown/appkit": "^1.7.17",
"@reown/appkit-adapter-wagmi": "^1.7.17",
"@simplewebauthn/browser": "^13.1.2",
"@simplewebauthn/server": "^13.1.2",
"@tailwindcss/vite": "^4.1.11",
"@tanstack/vue-query": "^5.83.0",
"@unhead/vue": "^2.0.19",
"@vueuse/nuxt": "^13.6.0",
"@wagmi/vue": "^0.1.24",
"es-toolkit": "^1.39.8",
"eslint": "^9.31.0",
"javascript-time-ago": "^2.5.11",
"nuxt": "4.0.0",
"nuxt-svgo": "^4.2.5",
"pinia": "^3.0.3",
"reka-ui": "^2.4.1",
"tailwind-merge": "^3.4.0",
"tailwindcss": "^4.1.11",
"typescript": "^5.8.3",
"viem": "^2.33.1",
"vue": "^3.5.17",
"vue-router": "^4.5.1",
"zksync-sso-wagmi-connector": "^0.4.3"
},
"devDependencies": {
"@commitlint/cli": "^19.8.1",
"@commitlint/config-conventional": "^19.8.1",
"@iconify-json/fluent": "^1.2.28",
"@stylistic/eslint-plugin": "^5.2.2",
"cspell": "^9.2.0",
"daisyui": "^5.5.14",
"eslint-plugin-simple-import-sort": "^12.1.1",
"husky": "^9.1.7",
"lint-staged": "^16.1.2",
"markdownlint": "^0.38.0",
"markdownlint-cli2": "^0.18.1"
}
}