-
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.62 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.62 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
{
"name": "blueprint-web",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"types:api": "pnpm dlx openapi-typescript http://localhost:8000/openapi.json -o ./src/types/openapi.ts"
},
"dependencies": {
"@igorkowalczyk/is-browser": "^5.1.1",
"@nuxt/content": "^3.13.0",
"@nuxt/fonts": "^0.11.4",
"@nuxt/icon": "^2.2.1",
"@nuxt/image": "^1.11.0",
"@nuxt/scripts": "^0.12.2",
"@nuxtjs/mdc": "^0.18.4",
"@nuxtjs/plausible": "^2.0.1",
"@nuxtjs/sitemap": "^7.6.0",
"@nuxtjs/turnstile": "^1.1.2",
"@tailwindcss/vite": "^4.2.4",
"@types/file-saver": "^2.0.7",
"@types/qrcode": "^1.5.6",
"@unhead/vue": "^2.1.13",
"@vueuse/core": "^13.9.0",
"@vueuse/nuxt": "^14.2.1",
"better-sqlite3": "^12.9.0",
"debug": "^4.4.3",
"file-saver": "^2.0.5",
"nuxt": "^4.4.2",
"nuxt-og-image": "^5.1.13",
"nuxt-site-config": "^3.2.21",
"qrcode": "^1.5.4",
"tailwindcss": "^4.2.4",
"ufo": "^1.6.3",
"unstorage": "^1.17.5",
"vue": "^3.5.33",
"vue-router": "^4.6.4"
},
"devDependencies": {
"@iconify-json/lucide": "^1.2.103",
"@iconify-json/memory": "^1.2.2",
"@iconify-json/pixelarticons": "^1.2.5",
"prettier": "^3.8.3",
"prettier-plugin-tailwindcss": "^0.6.14",
"typescript": "^5.9.3",
"vue-tsc": "^3.2.7"
},
"packageManager": "pnpm@10.18.3+sha512.bbd16e6d7286fd7e01f6b3c0b3c932cda2965c06a908328f74663f10a9aea51f1129eea615134bf992831b009eabe167ecb7008b597f40ff9bc75946aadfb08d"
}