forked from nuxt/nuxt.com
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
63 lines (63 loc) · 1.68 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
{
"name": "nuxt.com",
"version": "0.3.11",
"packageManager": "pnpm@9.15.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.2.1",
"@iconify-json/logos": "^1.2.3",
"@iconify-json/octicon": "^1.2.2",
"@iconify-json/ph": "^1.2.1",
"@iconify-json/simple-icons": "^1.2.15",
"@iconify-json/uil": "^1.2.1",
"@nuxt/content": "^2.13.4",
"@nuxt/fonts": "^0.10.3",
"@nuxt/image": "^1.8.1",
"@nuxt/scripts": "^0.9.5",
"@nuxt/ui-pro": "^1.6.0",
"@nuxthq/studio": "^2.2.1",
"@nuxtjs/html-validator": "^1.8.2",
"@nuxtjs/plausible": "^1.2.0",
"@vueuse/components": "^12.0.0",
"@vueuse/core": "^12.0.0",
"@vueuse/nuxt": "^12.0.0",
"feed": "^4.2.2",
"floating-vue": "^5.2.2",
"nuxt": "^3.14.1592",
"nuxt-og-image": "^4.0.1",
"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.7.3",
"@nuxt/icon": "^1.10.1",
"@nuxt/test-utils": "^3.15.1",
"@nuxtjs/turnstile": "^0.9.11",
"@testing-library/vue": "^8.1.0",
"capture-website": "^4.2.0",
"eslint": "^9.17.0",
"nuxt-content-twoslash": "0.1.2",
"shiki": "^1.24.2",
"twoslash": "^0.2.12",
"typescript": "^5.6.3",
"vitest": "^2.1.8",
"vue": "^3.5.13",
"vue-tsc": "^2.1.10"
},
"resolutions": {
"chokidar": "3.6.0"
}
}