-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
92 lines (92 loc) · 2.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
{
"name": "website",
"type": "module",
"private": true,
"packageManager": "[email protected]",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"slicemachine": "start-slicemachine",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"typecheck": "nuxt typecheck",
"cryptomap:types": "npx supabase gen types --lang=typescript --project-id mycbdmurjytbdahjljoh > app/types/database.types.ts"
},
"dependencies": {
"@nimiq/core": "^2.0.6",
"@nuxtjs/critters": "^0.8.0",
"@popperjs/core": "^2.11.8",
"@unovis/ts": "1.5.0",
"@unovis/vue": "1.5.0",
"@vueuse/motion": "^2.2.6",
"@vueuse/router": "^12.4.0",
"hero-motion": "^0.5.2",
"medium-zoom": "^1.1.0",
"nimiq-albatross-policy": "https://pkg.pr.new/nimiq/validators-api/nimiq-albatross-policy@01bea50",
"nimiq-rewards-calculator": "https://pkg.pr.new/nimiq/validators-api/nimiq-rewards-calculator@8ff200d",
"nimiq-supply-calculator": "https://pkg.pr.new/nimiq/validators-api/nimiq-supply-calculator@8ff200d",
"nuxt": "^3.15.2",
"radix-vue": "^1.9.12",
"vaul-vue": "^0.2.0",
"vue": "^3.5.13",
"vue-router": "^4.5.0",
"vue3-lottie": "^3.3.1"
},
"devDependencies": {
"@antfu/eslint-config": "^3.14.0",
"@iconify-json/logos": "^1.2.4",
"@iconify-json/nimiq": "https://pkg.pr.new/onmax/nimiq-ui/nimiq-icons@7cacb01",
"@iconify/utils": "^2.2.1",
"@iconify/vue": "^4.3.0",
"@nimiq/utils": "^0.12.0",
"@nuxt/eslint": "latest",
"@nuxt/fonts": "^0.10.3",
"@nuxt/icon": "^1.10.3",
"@nuxt/image": "^1.9.0",
"@nuxthub/core": "^0.8.12",
"@nuxtjs/device": "^3.2.4",
"@nuxtjs/prismic": "^3.4.8",
"@nuxtjs/seo": "2.0.3",
"@pinia/nuxt": "^0.9.0",
"@prismicio/client": "^7.15.1",
"@prismicio/richtext": "^2.1.5",
"@slicemachine/adapter-nuxt": "^0.3.64",
"@types/node": "^22.10.7",
"@unocss/eslint-plugin": "^65.4.2",
"@unocss/nuxt": "^65.4.2",
"@unocss/reset": "^65.4.2",
"@vueuse/core": "^12.4.0",
"@vueuse/nuxt": "^12.4.0",
"cookie": "^1.0.2",
"eslint": "^9.18.0",
"eslint-plugin-format": "^1.0.1",
"lint-staged": "^15.4.1",
"nimiq-css": "^0.3.0",
"nimiq-rpc-client-ts": "https://pkg.pr.new/onmax/albatross-rpc-client-ts/nimiq-rpc-client-ts@7618575",
"nuxt": "^3.15.2",
"pathe": "^2.0.2",
"pinia": "^2.3.0",
"simple-git-hooks": "^2.11.1",
"slice-machine-ui": "^2.12.2",
"typescript": "^5.7.3",
"unocss": "65.4.2",
"unocss-preset-fluid-sizing": "^0.0.13",
"unocss-preset-gradient-fn": "^0.0.1-beta-1.0",
"unocss-preset-scale-px": "^0.0.1",
"valibot": "^0.42.1",
"vite-plugin-top-level-await": "^1.4.4",
"vite-plugin-wasm": "^3.4.1",
"vue": "latest",
"vue-router": "^4.5.0",
"wrangler": "^3.103.2"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged"
},
"lint-staged": {
"*": "pnpm lint:fix"
}
}