-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.68 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 1.68 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
59
60
61
62
63
64
65
66
{
"name": "yublog",
"type": "module",
"version": "0.1.0",
"private": true,
"packageManager": "pnpm@10.8.0",
"description": "yuran1811's blog built with Nuxt 3",
"author": "yuran1811",
"license": "MIT",
"engines": {
"node": ">=22"
},
"scripts": {
"dev": "nuxt dev",
"analyze": "nuxt analyze --no-serve",
"clean": "nuxt cleanup",
"up": "nuxt upgrade --dedupe",
"generate": "nuxt generate",
"preinstall": "npx only-allow pnpm",
"postinstall": "nuxt prepare",
"bump": "bumpp",
"lint": "eslint ./app ./server ./*.ts",
"lint:fix": "eslint ./app ./server ./*.ts --fix"
},
"devDependencies": {
"@antfu/eslint-config": "^4.13.2",
"@iconify-json/catppuccin": "^1.2.11",
"@iconify-json/ic": "^1.2.2",
"@iconify-json/lucide": "^1.2.45",
"@nuxt/content": "^3.5.1",
"@nuxt/eslint": "^1.4.1",
"@nuxt/image": "^1.10.0",
"@nuxt/test-utils": "^3.19.1",
"@nuxt/ui": "^3.1.3",
"@nuxtjs/i18n": "9.5.4",
"@nuxtjs/seo": "3.0.3",
"@pinia/nuxt": "0.11.0",
"@tailwindcss/typography": "^0.5.16",
"@vueuse/nuxt": "^13.3.0",
"@vueuse/router": "^13.3.0",
"bumpp": "^10.1.1",
"eslint": "^9.27.0",
"eslint-config-prettier": "^10.1.5",
"happy-dom": "^17.5.6",
"nuxt": "^3.17.4",
"nuxt-llms": "^0.1.2",
"nuxt-svgo": "^4.2.1",
"pinia": "^3.0.2",
"postcss-nested": "^7.0.2",
"prettier": "^3.5.3",
"prettier-plugin-tailwindcss": "^0.6.11",
"vitest": "^3.1.4"
},
"pnpm": {
"onlyBuiltDependencies": [
"@parcel/watcher",
"better-sqlite3",
"sharp",
"unrs-resolver"
],
"ignoredBuiltDependencies": [
"esbuild",
"vue-demi"
]
}
}