-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 1.98 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
{
"name": "nimiq-2.0-launch",
"type": "module",
"private": true,
"packageManager": "[email protected]+sha512.0a203ffaed5a3f63242cd064c8fb5892366c103e328079318f78062f24ea8c9d50bc6a47aa3567cabefd824d170e78fa2745ed1f16b132e16436146b7688f19b",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"dependencies": {
"@nimiq/hub-api": "^1.8.0",
"@nimiq/identicons": "^1.6.2",
"@nimiq/utils": "^0.11.3",
"@nimiq/vue3-components": "github:nimiq/vue3-components#9b9a07a295ba0f980ca5acfe350c3ff119035015",
"@nuxt/image": "^1.8.0",
"@nuxthub/core": "^0.7.20",
"@nuxtjs/seo": "2.0.0-rc.23",
"@vueuse/core": "^11.1.0",
"chalk": "^5.3.0",
"gsap": "^3.12.5",
"nuxt": "^3.13.2",
"nuxt-auth-utils": "^0.3.9",
"nuxt-security": "^2.0.0",
"pinia": "^2.2.2",
"pixi.js": "^8.4.1",
"three": "^0.168.0",
"valibot": "^0.42.0",
"vue": "^3.5.6",
"vue-router": "^4.4.5",
"zod": "^3.23.8"
},
"devDependencies": {
"@antfu/eslint-config": "^3.6.2",
"@cloudflare/workers-types": "^4.20241106.0",
"@iconify-json/nimiq": "https://pkg.pr.new/onmax/nimiq-ui/nimiq-icons@24e0317",
"@nuxt/eslint": "^0.5.7",
"@nuxtjs/color-mode": "^3.5.1",
"@pinia/nuxt": "^0.5.4",
"@unocss/eslint-plugin": "^0.62.4",
"@unocss/nuxt": "^0.62.4",
"@unocss/preset-rem-to-px": "^0.62.4",
"@unocss/reset": "^0.62.4",
"@unocss/transformer-directives": "^0.62.4",
"@vueuse/nuxt": "^11.1.0",
"eslint": "^9.10.0",
"eslint-plugin-format": "^0.1.2",
"lint-staged": "^15.2.10",
"nimiq-css": "^0.1.113",
"radix-vue": "^1.9.6",
"simple-git-hooks": "^2.11.1",
"typescript": "^5.6.2",
"unocss": "^0.62.4",
"wrangler": "^3.78.12"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged"
},
"lint-staged": {
"*": "eslint --fix"
}
}