-
Notifications
You must be signed in to change notification settings - Fork 57
Expand file tree
/
Copy pathpackage.json
More file actions
77 lines (77 loc) · 2.11 KB
/
package.json
File metadata and controls
77 lines (77 loc) · 2.11 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
67
68
69
70
71
72
73
74
75
76
77
{
"name": "pixiv-now",
"version": "4.0.0",
"private": true,
"type": "module",
"repository": "https://github.com/FreeNowOrg/PixivNow.git",
"contributors": [
"Dragon-Fish <824399619@qq.com>",
"AlPha5130 <34984380+AlPha5130@users.noreply.github.com>"
],
"license": "MIT",
"scripts": {
"dev": "nuxt dev",
"build": "nuxt build",
"generate": "nuxt generate",
"preview": "nuxt preview",
"prepare": "nuxt prepare",
"postinstall": "nuxt prepare",
"serve": "node .output/server/index.mjs",
"changelog": "conventional-changelog -p jquery -i CHANGELOG.md -s -r 0"
},
"dependencies": {
"axios": "^1.13.6",
"date-fns": "^4.1.0",
"date-fns-tz": "^3.2.0",
"fflate": "^0.8.2",
"gif.js": "^0.2.0",
"js-cookie": "^3.0.5",
"modern-mp4": "^0.2.0",
"naive-ui": "^2.44.1",
"nprogress": "^0.2.0",
"pinia": "^3.0.4",
"vue": "^3.5.30",
"vue-gtag": "^3.7.0",
"vue-i18n": "^11.3.0",
"vue-router": "^5.0.4",
"vue-waterfall-plugin-next": "^3.0.1"
},
"devDependencies": {
"@dragon-fish/sensitive-words-filter": "^2.0.1",
"@iconify-json/fa-solid": "^1.2.2",
"@nuxtjs/i18n": "^10.2.4",
"@pinia/nuxt": "^0.11.3",
"@prettier/plugin-pug": "^3.4.2",
"@tabler/icons-vue": "^3.40.0",
"@types/gif.js": "^0.2.5",
"@types/js-cookie": "^3.0.6",
"@types/lodash.escaperegexp": "^4.1.9",
"@types/node": "^24.12.0",
"@types/nprogress": "^0.2.3",
"@vue/language-plugin-pug": "^3.2.6",
"@vueuse/core": "^14.2.1",
"@vueuse/nuxt": "^14.2.1",
"cheerio": "^1.2.0",
"conventional-changelog-cli": "^5.0.0",
"cookie": "^1.1.1",
"lodash.escaperegexp": "^4.1.2",
"nuxt": "^4.4.2",
"nuxtjs-naive-ui": "1.0.2",
"picocolors": "^1.1.1",
"prettier": "^3.8.1",
"pug": "^3.0.4",
"sass-embedded": "^1.98.0",
"tslib": "^2.8.1",
"typescript": "^6.0.2",
"unplugin-auto-import": "^21.0.0",
"unplugin-icons": "^23.0.1",
"unplugin-vue-components": "^32.0.0"
},
"packageManager": "pnpm@10.33.0",
"pnpm": {
"onlyBuiltDependencies": [
"esbuild",
"@parcel/watcher"
]
}
}