mirror of
https://github.com/misenhower/splatoon3.ink.git
synced 2026-03-21 09:44:09 -05:00
74 lines
2.4 KiB
JSON
74 lines
2.4 KiB
JSON
{
|
|
"name": "splatoon3.ink",
|
|
"version": "0.0.0",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview --port 5050",
|
|
"lint": "eslint .",
|
|
"lint-fix": "npm run lint -- --fix",
|
|
"test": "vitest run",
|
|
"test:watch": "vitest",
|
|
"cron": "node app/index.mjs cron",
|
|
"start": "npm run sync:download && npm run splatnet:quick && npm run social && npm run cron",
|
|
"social": "node app/index.mjs social",
|
|
"social:test": "node app/index.mjs socialTest",
|
|
"social:test:image": "node app/index.mjs socialTestImage",
|
|
"social:test:mastodon": "node app/index.mjs socialTestMastodon",
|
|
"social:test:bluesky": "node app/index.mjs socialTestBluesky",
|
|
"social:test:threads": "node app/index.mjs socialTestThreads",
|
|
"social:avatars": "node app/index.mjs updateAvatars",
|
|
"splatnet:quick": "node app/index.mjs splatnet quick",
|
|
"splatnet": "node app/index.mjs splatnet default",
|
|
"splatnet:all": "node app/index.mjs splatnet all",
|
|
"warmCaches": "node app/index.mjs warmCaches",
|
|
"data:archive": "node app/index.mjs dataArchive",
|
|
"sync": "node app/index.mjs sync",
|
|
"sync:upload": "node app/index.mjs syncUpload",
|
|
"sync:download": "node app/index.mjs syncDownload"
|
|
},
|
|
"dependencies": {
|
|
"@atproto/api": "^0.18.21",
|
|
"@aws-sdk/client-s3": "^3.341.0",
|
|
"@headlessui/vue": "^1.7.23",
|
|
"@heroicons/vue": "^2.2.0",
|
|
"@intlify/unplugin-vue-i18n": "^11.0.3",
|
|
"@sentry/node": "^10.38.0",
|
|
"console-stamp": "^3.0.6",
|
|
"cron": "^4.4.0",
|
|
"dotenv": "^17.3.1",
|
|
"ical-generator": "^10.0.0",
|
|
"jsonpath": "^1.2.1",
|
|
"lodash": "^4.17.21",
|
|
"masto": "^7.10.1",
|
|
"nxapi": "^1.6.1-next.248",
|
|
"p-filter": "^4.1.0",
|
|
"p-limit": "^7.3.0",
|
|
"p-queue": "^9.1.0",
|
|
"pinia": "^3.0.4",
|
|
"puppeteer-core": "^24.37.3",
|
|
"s3-sync-client": "^4.3.1",
|
|
"sharp": "^0.34.5",
|
|
"sirv": "^3.0.2",
|
|
"twitter-api-v2": "^1.29.0",
|
|
"vue": "^3.5.28",
|
|
"vue-i18n": "^11.2.8",
|
|
"vue-router": "^5.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@dword-design/eslint-plugin-import-alias": "^8.1.3",
|
|
"@eslint/js": "^9.39.2",
|
|
"@tailwindcss/vite": "^4.1.18",
|
|
"@vitejs/plugin-vue": "^6.0.4",
|
|
"eslint": "^9.39.2",
|
|
"eslint-plugin-jsdoc": "^62.5.5",
|
|
"eslint-plugin-vue": "^10.8.0",
|
|
"globals": "^17.3.0",
|
|
"tailwindcss": "^4.1.18",
|
|
"typescript": "^5.9.3",
|
|
"vite": "^7.3.1",
|
|
"vitest": "^4.0.18",
|
|
"vue-eslint-parser": "^10.4.0"
|
|
}
|
|
}
|