-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.29 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.29 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
{
"name": "manyacg-web",
"private": true,
"packageManager": "pnpm@10.24.0",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"start": "node .output/server/index.mjs"
},
"dependencies": {
"@iconify-json/ic": "^1.2.4",
"@iconify-json/line-md": "^1.2.14",
"@iconify-json/mdi": "^1.2.3",
"@lhlyu/vue-virtual-waterfall": "^1.0.9",
"@nuxt/icon": "^2.2.1",
"@nuxt/kit": "^4.3.0",
"@nuxtjs/fontaine": "^0.5.0",
"@pinia/nuxt": "^0.11.2",
"@types/file-saver": "^2.0.7",
"@types/tiny-async-pool": "^2.0.3",
"@varlet/nuxt": "^0.1.5",
"@varlet/touch-emulator": "^3.13.1",
"@varlet/ui": "^3.13.1",
"@vueuse/core": "^14.2.0",
"@vueuse/nuxt": "^14.2.0",
"@zip.js/zip.js": "^2.8.17",
"default-passive-events": "^4.0.0",
"file-saver": "^2.0.5",
"nuxt": "^4.3.0",
"nuxt-api-party": "^3.4.1",
"nuxt-umami": "^3.2.1",
"pinia": "^3.0.3",
"pinia-plugin-persistedstate": "^4.5.0",
"sass-embedded": "^1.97.3",
"thumbhash": "^0.1.1",
"tiny-async-pool": "^2.1.0",
"vue": "^3.5.27",
"vue-router": "^5.0.2"
},
"devDependencies": {
"@nuxtjs/robots": "^5.7.0",
"nuxt-link-checker": "^4.3.5"
}
}