-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.57 KB
/
Copy pathpackage.json
File metadata and controls
58 lines (58 loc) · 1.57 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
52
53
54
55
56
57
58
{
"name": "xanzhu.com",
"version": "2.7.0",
"private": true,
"license": "MIT",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "oxlint && eslint",
"lint:fix": "oxlint --fix && eslint --fix",
"build:cf": "nuxt build --envName cloudflare"
},
"dependencies": {
"@nuxt/content": "^3.15.0",
"@nuxt/fonts": "^0.14.0",
"@nuxt/icon": "^2.3.1",
"@nuxt/image": "^2.0.0",
"@nuxt/scripts": "^1.3.0",
"@nuxtjs/color-mode": "^4.0.1",
"@nuxtjs/i18n": "^10.4.0",
"@nuxtjs/sitemap": "^8.2.2",
"@vueuse/core": "^14.3.0",
"nuxt": "^4.4.8",
"nuxt-security": "^2.6.0",
"vue": "^3.5.39",
"vue-router": "^5.1.0"
},
"devDependencies": {
"@antfu/eslint-config": "^9.1.0",
"@iconify-json/line-md": "^1.2.16",
"@iconify-json/lucide": "^1.2.116",
"@iconify-json/ri": "^1.2.10",
"@nuxt/devtools": "~4.0.0-alpha.7",
"@unocss/eslint-plugin": "^66.7.4",
"@unocss/nuxt": "^66.7.4",
"@unocss/preset-typography": "^66.7.4",
"@unocss/preset-wind3": "^66.7.4",
"@unocss/transformer-directives": "^66.7.4",
"@unocss/transformer-variant-group": "^66.7.4",
"eslint": "^10.6.0",
"eslint-plugin-format": "^2.0.1",
"eslint-plugin-oxlint": "^1.72.0",
"lightningcss": "^1.32.0",
"nitro-cloudflare-dev": "^0.2.2",
"oxlint": "^1.72.0",
"wrangler": "^4.107.0"
},
"trustedDependencies": [
"@parcel/watcher",
"esbuild",
"sharp",
"vue-demi",
"workerd"
]
}