forked from nuxt/nuxt.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.38 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.38 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
{
"name": "nuxt.com",
"version": "0.3.11",
"packageManager": "pnpm@8.14.0",
"scripts": {
"dev": "nuxi dev",
"build": "nuxi build",
"generate": "nuxi generate",
"preview": "nuxi preview",
"lint": "eslint .",
"typecheck": "nuxi typecheck",
"test": "pnpm lint && pnpm typecheck"
},
"dependencies": {
"@iconify-json/heroicons": "^1.1.19",
"@iconify-json/logos": "^1.1.42",
"@iconify-json/octicon": "^1.1.52",
"@iconify-json/ph": "^1.1.9",
"@iconify-json/simple-icons": "^1.1.86",
"@iconify-json/uil": "^1.1.8",
"@nuxt/content": "^2.10.0",
"@nuxt/image": "^1.1.0",
"@nuxt/ui-pro": "^0.6.1",
"@nuxthq/studio": "^1.0.6",
"@nuxtjs/fontaine": "^0.4.1",
"@nuxtjs/google-fonts": "^3.1.3",
"@nuxtjs/html-validator": "^1.6.0",
"@nuxtjs/plausible": "^0.2.4",
"@nuxtjs/tailwindcss": "^6.10.3",
"@vueuse/components": "^10.7.1",
"@vueuse/core": "^10.7.1",
"@vueuse/nuxt": "^10.7.1",
"feed": "^4.2.2",
"nuxt": "^3.9.1",
"nuxt-og-image": "^2.2.4",
"ofetch": "^1.3.3",
"perfect-debounce": "^1.0.0",
"scule": "^1.1.1",
"sitemap": "^7.1.1",
"std-env": "^3.7.0",
"ufo": "^1.3.2"
},
"devDependencies": {
"@nuxt/devtools": "^1.0.6",
"@nuxt/eslint-config": "^0.2.0",
"capture-website": "^4.0.0",
"eslint": "^8.56.0",
"typescript": "^5.3.3",
"vue-tsc": "^1.8.27"
}
}