-
Notifications
You must be signed in to change notification settings - Fork 171
/
Copy pathpackage.json
64 lines (64 loc) · 1.71 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
{
"name": "nuxt.com",
"version": "0.3.11",
"packageManager": "[email protected]",
"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.2",
"@iconify-json/logos": "^1.2.4",
"@iconify-json/octicon": "^1.2.2",
"@iconify-json/ph": "^1.2.2",
"@iconify-json/simple-icons": "^1.2.21",
"@iconify-json/uil": "^1.2.3",
"@nuxt/content": "^2.13.4",
"@nuxt/fonts": "^0.10.3",
"@nuxt/image": "^1.9.0",
"@nuxt/scripts": "^0.9.5",
"@nuxt/ui-pro": "^1.7.0",
"@nuxthq/studio": "^2.2.1",
"@nuxtjs/html-validator": "^1.8.2",
"@nuxtjs/plausible": "^1.2.0",
"@vueuse/components": "^12.5.0",
"@vueuse/core": "^12.5.0",
"@vueuse/nuxt": "^12.5.0",
"feed": "^4.2.2",
"floating-vue": "^5.2.2",
"nuxt": "^3.15.3",
"nuxt-og-image": "^4.1.2",
"nuxt-rebundle": "0.0.2",
"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.5",
"@nuxt/icon": "^1.10.3",
"@nuxt/test-utils": "^3.15.4",
"@nuxtjs/turnstile": "^0.9.11",
"@testing-library/vue": "^8.1.0",
"capture-website": "^4.2.0",
"eslint": "^9.19.0",
"nuxt-content-twoslash": "0.1.2",
"shiki": "^2.1.0",
"twoslash": "^0.2.12",
"typescript": "^5.7.3",
"vitest": "^3.0.4",
"vue": "^3.5.13",
"vue-tsc": "^2.2.0"
},
"resolutions": {
"chokidar": "3.6.0"
}
}