forked from nuxt/nuxt.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.75 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
{
"name": "nuxt.com",
"version": "0.3.11",
"packageManager": "pnpm@9.3.0",
"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.1.21",
"@iconify-json/logos": "^1.1.43",
"@iconify-json/octicon": "^1.1.54",
"@iconify-json/ph": "^1.1.13",
"@iconify-json/simple-icons": "^1.1.106",
"@iconify-json/uil": "^1.1.8",
"@nuxt/content": "^2.12.1",
"@nuxt/fonts": "^0.7.0",
"@nuxt/image": "^1.7.0",
"@nuxt/ui-pro": "^1.3.0",
"@nuxthq/studio": "^1.0.13",
"@nuxtjs/html-validator": "^1.8.2",
"@nuxtjs/plausible": "^1.0.0",
"@vueuse/components": "^10.11.0",
"@vueuse/core": "^10.11.0",
"@vueuse/nuxt": "^10.11.0",
"feed": "^4.2.2",
"floating-vue": "^5.2.2",
"nuxt": "^3.12.3",
"nuxt-og-image": "^3.0.0-rc.53",
"ofetch": "^1.3.4",
"perfect-debounce": "^1.0.0",
"scule": "^1.3.0",
"sitemap": "^8.0.0",
"std-env": "^3.7.0",
"ufo": "^1.5.3"
},
"devDependencies": {
"@nuxt/eslint": "^0.3.13",
"@nuxt/test-utils": "^3.13.1",
"@nuxtjs/turnstile": "^0.8.0",
"@testing-library/vue": "^8.1.0",
"capture-website": "^4.1.0",
"eslint": "^9.5.0",
"nuxt-build-cache": "^0.1.1",
"nuxt-content-twoslash": "0.0.10",
"shiki": "^1.7.0",
"twoslash": "^0.2.9",
"vitest": "^2.0.1",
"vue": "^3.4.29",
"vue-tsc": "^2.0.16"
},
"resolutions": {
"@nuxt/kit": "3.12.3",
"@nuxt/schema": "3.12.3",
"vue-tsc": "2.0.16",
"twoslash": "^0.2.9",
"twoslash-vue": "^0.2.9"
}
}