-
Notifications
You must be signed in to change notification settings - Fork 52
/
package.json
68 lines (68 loc) · 1.89 KB
/
package.json
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
{
"name": "pixiv-now",
"version": "3.5.0",
"private": true,
"main": "index.js",
"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": {
"start": "vite",
"serve": "vercel dev",
"build": "vite build",
"preview": "vercel deploy",
"changelog": "conventional-changelog -p jquery -i CHANGELOG.md -s -r 0"
},
"dependencies": {
"axios": "^1.7.7",
"date-fns": "^3.6.0",
"date-fns-tz": "^3.1.3",
"fflate": "^0.8.2",
"gif.js": "^0.2.0",
"js-cookie": "^3.0.5",
"modern-mp4": "^0.1.1",
"naive-ui": "^2.40.1",
"nprogress": "^0.2.0",
"pinia": "^2.2.6",
"vue": "^3.5.12",
"vue-gtag": "^2.0.1",
"vue-i18n": "^9.13.0",
"vue-router": "^4.4.5",
"vue-waterfall-plugin-next": "^2.4.3"
},
"devDependencies": {
"@dragon-fish/sensitive-words-filter": "^2.0.1",
"@iconify-json/fa-solid": "^1.2.0",
"@prettier/plugin-pug": "^3.2.0",
"@tabler/icons-vue": "^3.21.0",
"@types/cookie": "^0.6.0",
"@types/gif.js": "^0.2.5",
"@types/js-cookie": "^3.0.6",
"@types/lodash.escaperegexp": "^4.1.9",
"@types/node": "^22.9.0",
"@types/nprogress": "^0.2.3",
"@vercel/node": "^3.0.27",
"@vitejs/plugin-vue": "^5.1.5",
"@vue/language-plugin-pug": "^2.1.10",
"@vueuse/core": "^11.2.0",
"cheerio": "1.0.0-rc.12",
"conventional-changelog-cli": "^4.1.0",
"cookie": "^0.6.0",
"lodash.escaperegexp": "^4.1.2",
"picocolors": "^1.1.1",
"prettier": "^3.2.5",
"pug": "^3.0.3",
"sass": "^1.80.6",
"tslib": "^2.8.1",
"typescript": "^5.6.3",
"unplugin-auto-import": "^0.18.3",
"unplugin-icons": "^0.20.1",
"unplugin-vue-components": "^0.27.4",
"vercel": "^32.7.2",
"vite": "^5.4.11"
}
}