-
Notifications
You must be signed in to change notification settings - Fork 158
/
package.json
62 lines (62 loc) · 1.67 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
{
"name": "nuxt.com",
"version": "0.3.11",
"packageManager": "pnpm@9.12.3",
"scripts": {
"dev": "nuxi dev",
"build": "nuxi build",
"generate": "nuxi generate",
"preview": "nuxi preview",
"postinstall": "nuxi prepare",
"lint": "eslint . --cache",
"typecheck": "nuxi typecheck",
"test": "pnpm lint && pnpm typecheck"
},
"dependencies": {
"@iconify-json/heroicons": "^1.2.1",
"@iconify-json/logos": "^1.2.3",
"@iconify-json/octicon": "^1.2.1",
"@iconify-json/ph": "^1.2.1",
"@iconify-json/simple-icons": "^1.2.11",
"@iconify-json/uil": "^1.2.1",
"@nuxt/content": "^2.13.4",
"@nuxt/fonts": "^0.10.2",
"@nuxt/image": "^1.8.1",
"@nuxt/scripts": "^0.9.5",
"@nuxt/ui-pro": "^1.5.0",
"@nuxthq/studio": "^2.2.1",
"@nuxtjs/html-validator": "^1.8.2",
"@nuxtjs/plausible": "^1.0.3",
"@vueuse/components": "^11.2.0",
"@vueuse/core": "^11.2.0",
"@vueuse/nuxt": "^11.2.0",
"feed": "^4.2.2",
"floating-vue": "^5.2.2",
"nuxt": "^3.14.159",
"nuxt-og-image": "^3.0.8",
"ofetch": "^1.4.1",
"perfect-debounce": "^1.0.0",
"scule": "^1.3.0",
"sitemap": "^8.0.0",
"std-env": "^3.8.0",
"ufo": "^1.5.4"
},
"devDependencies": {
"@nuxt/eslint": "^0.6.1",
"@nuxt/test-utils": "^3.14.4",
"@nuxtjs/turnstile": "^0.9.11",
"@testing-library/vue": "^8.1.0",
"capture-website": "^4.1.0",
"eslint": "^9.14.0",
"nuxt-content-twoslash": "0.1.1",
"shiki": "^1.22.2",
"twoslash": "^0.2.12",
"typescript": "^5.6.3",
"vitest": "^2.1.4",
"vue": "^3.5.12",
"vue-tsc": "^2.1.10"
},
"resolutions": {
"@nuxtjs/tailwindcss": "6.12.2"
}
}