-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.02 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.02 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
{
"name": "deepghs-home",
"type": "module",
"private": true,
"scripts": {
"build": "nuxt build",
"build:ghpages": "nuxt build --preset github_pages",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@nuxt/content": "3.8.0",
"@nuxt/eslint": "1.10.0",
"@nuxt/image": "2.0.0",
"@nuxt/ui": "4.1.0",
"@nuxtjs/mdc": "0.18.2",
"better-sqlite3": "^12.4.1",
"eslint": "^9.39.1",
"minisearch": "^7.2.0",
"nuxt": "^4.2.1",
"nuxt-og-image": "^5.1.12",
"typescript": "^5.9.3",
"vue": "^3.5.24",
"vue-router": "^4.6.3"
},
"devDependencies": {
"@iconify-json/basil": "^1.2.4",
"@iconify-json/dashicons": "^1.2.1",
"@iconify-json/lucide": "^1.2.73",
"@iconify-json/material-symbols": "^1.2.46",
"@iconify-json/mdi": "^1.2.3",
"@iconify-json/ph": "^1.2.2",
"@iconify-json/solar": "^1.2.5",
"sass-embedded": "^1.93.3"
},
"packageManager": "pnpm@10.21.0"
}