-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
76 lines (76 loc) · 2.26 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
{
"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",
"cryptomap:types": "npx supabase gen types --lang=typescript --project-id mycbdmurjytbdahjljoh > app/types/database.types.ts"
},
"dependencies": {
"@popperjs/core": "^2.11.8",
"@vueuse/router": "^11.1.0",
"medium-zoom": "^1.1.0",
"nuxt": "^3.13.2",
"radix-vue": "^1.9.7",
"vaul-vue": "^0.2.0",
"vue": "latest",
"vue-router": "latest"
},
"devDependencies": {
"@antfu/eslint-config": "^3.7.3",
"@iconify-json/nimiq": "https://pkg.pr.new/onmax/nimiq-ui/nimiq-icons@814b6a1",
"@iconify/vue": "^4.1.2",
"@nimiq/core": "next",
"@nimiq/utils": "^0.11.3",
"@nuxt/eslint": "latest",
"@nuxt/fonts": "^0.10.0",
"@nuxt/image": "^1.8.1",
"@nuxthub/core": "^0.7.26",
"@nuxtjs/device": "^3.2.4",
"@nuxtjs/prismic": "^3.4.3",
"@nuxtjs/seo": "2.0.0-rc.23",
"@pinia/nuxt": "^0.5.5",
"@prismicio/client": "^7.11.0",
"@slicemachine/adapter-nuxt": "^0.3.51",
"@types/node": "^22.7.5",
"@unocss/eslint-plugin": "^0.63.4",
"@unocss/nuxt": "^0.63.4",
"@unocss/preset-rem-to-px": "^0.63.4",
"@unocss/reset": "^0.63.4",
"@unocss/transformer-directives": "^0.63.4",
"@vueuse/core": "^11.1.0",
"@vueuse/nuxt": "^11.1.0",
"cookie": "^1.0.0",
"eslint": "^9.12.0",
"eslint-plugin-format": "^0.1.2",
"lint-staged": "^15.2.10",
"nimiq-css": "^0.2.25",
"nimiq-rpc-client-ts": "https://pkg.pr.new/onmax/albatross-rpc-client-ts/nimiq-rpc-client-ts@7618575",
"nuxt": "^3.13.2",
"pinia": "^2.2.4",
"simple-git-hooks": "^2.11.1",
"slice-machine-ui": "^2.8.1",
"typescript": "^5.6.3",
"unocss": "0.63.4",
"valibot": "^0.42.1",
"vite-plugin-top-level-await": "^1.4.4",
"vite-plugin-wasm": "^3.3.0",
"vue": "latest",
"vue-router": "^4.4.5",
"wrangler": "^3.80.2"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged"
},
"lint-staged": {
"*": "pnpm lint:fix"
}
}