69 lines
1.9 KiB
JSON
69 lines
1.9 KiB
JSON
{
|
|
"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.11.0",
|
|
"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.42.0",
|
|
"nprogress": "^0.2.0",
|
|
"pinia": "^3.0.3",
|
|
"vue": "^3.5.20",
|
|
"vue-gtag": "^3.5.2",
|
|
"vue-i18n": "^11.1.11",
|
|
"vue-router": "^4.5.1",
|
|
"vue-waterfall-plugin-next": "^2.6.9"
|
|
},
|
|
"devDependencies": {
|
|
"@dragon-fish/sensitive-words-filter": "^2.0.1",
|
|
"@iconify-json/fa-solid": "^1.2.2",
|
|
"@prettier/plugin-pug": "^3.4.2",
|
|
"@tabler/icons-vue": "^3.34.1",
|
|
"@types/gif.js": "^0.2.5",
|
|
"@types/js-cookie": "^3.0.6",
|
|
"@types/lodash.escaperegexp": "^4.1.9",
|
|
"@types/node": "^22.17.2",
|
|
"@types/nprogress": "^0.2.3",
|
|
"@vercel/node": "^5.3.13",
|
|
"@vitejs/plugin-vue": "^6.0.1",
|
|
"@vue/language-plugin-pug": "^3.0.6",
|
|
"@vueuse/core": "^13.7.0",
|
|
"cheerio": "^1.1.2",
|
|
"conventional-changelog-cli": "^5.0.0",
|
|
"cookie": "^1.0.2",
|
|
"lodash.escaperegexp": "^4.1.2",
|
|
"picocolors": "^1.1.1",
|
|
"prettier": "^3.6.2",
|
|
"pug": "^3.0.3",
|
|
"sass": "^1.90.0",
|
|
"tslib": "^2.8.1",
|
|
"typescript": "^5.9.2",
|
|
"unplugin-auto-import": "^20.0.0",
|
|
"unplugin-icons": "^22.2.0",
|
|
"unplugin-vue-components": "^29.0.0",
|
|
"vercel": "^46.0.2",
|
|
"vite": "^7.1.3"
|
|
},
|
|
"packageManager": "pnpm@10.18.1"
|
|
}
|