-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.32 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.32 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
{
"name": "manyacg-web",
"private": true,
"packageManager": "pnpm@10.24.0",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"lint": "oxlint",
"lint:fix": "oxlint --fix",
"format": "oxfmt",
"format:check": "oxfmt --check",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"start": "node .output/server/index.mjs"
},
"dependencies": {
"@iconify-json/line-md": "^1.2.16",
"@iconify-json/mdi": "^1.2.3",
"@lhlyu/vue-virtual-waterfall": "^1.0.9",
"@nuxt/icon": "^2.5.1",
"@nuxtjs/fontaine": "^0.5.0",
"@pinia/nuxt": "^1.0.2",
"@types/file-saver": "^2.0.7",
"@types/tiny-async-pool": "^2.0.3",
"@varlet/nuxt": "^0.1.5",
"@varlet/touch-emulator": "^3.20.6",
"@varlet/ui": "^3.20.6",
"@vue/devtools-api": "^8.2.1",
"@vueuse/core": "^14.4.0",
"@vueuse/nuxt": "^14.4.0",
"@zip.js/zip.js": "^2.15.0",
"default-passive-events": "^4.0.0",
"file-saver": "^2.0.5",
"nuxt": "^4.5.2",
"nuxt-api-party": "^4.0.1",
"nuxt-umami": "^3.2.1",
"pinia": "^4.0.3",
"pinia-plugin-persistedstate": "^4.7.1",
"thumbhash": "^0.1.1",
"tiny-async-pool": "^2.1.0",
"vue": "^3.5.42",
"vue-router": "^5.3.1"
},
"devDependencies": {
"oxfmt": "^0.68.0",
"oxlint": "^1.83.0"
}
}