-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 963 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 963 Bytes
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
{
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview"
},
"devDependencies": {
"@iconify-json/ic": "^1.2.4",
"@iconify-json/ph": "^1.2.2",
"@iconify-json/simple-icons": "^1.2.62",
"@iconify-json/uil": "^1.2.3",
"@nuxt/content": "^3.9.0",
"@nuxt/icon": "^1.15.0",
"@nuxt/image": "^1.11.0",
"aiscript-vscode": "file:aiscript-vscode/aiscript/syntaxes",
"node-html-parser": "^6.1.13",
"nuxt": "^4.2.1",
"nuxt-gtag": "^2.1.0",
"nuxt-jsonld": "^2.2.1",
"nuxt-studio": "1.1.1",
"sass": "^1.95.0",
"sitemap": "^8.0.2"
},
"packageManager": "pnpm@8.15.1+sha1.8adba2d20330c02d3856e18c4eb3819d1d3ca6aa",
"dependencies": {
"@vueuse/core": "^10.11.1",
"better-sqlite3": "^12.5.0"
},
"repository": {
"type": "git",
"url": "https://github.com/tai-cha/taichan.site.git"
}
}