ytptube/ui/package.json
2026-03-25 22:59:53 +03:00

64 lines
1.7 KiB
JSON

{
"name": "ytptube",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev --public",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"typecheck": "nuxt typecheck",
"format": "oxfmt --write app/",
"format:check": "oxfmt --check app/",
"lint": "eslint .",
"lint:ci": "eslint . --quiet",
"lint:fix": "eslint . --fix",
"test": "bun test",
"test:watch": "bun test --watch",
"test:ci": "bun test --ci --dots",
"lint:tsc": "vue-tsc --noEmit"
},
"web-types": "./web-types.json",
"dependencies": {
"@iconify-json/lucide": "^1.2.98",
"@microsoft/fetch-event-source": "^2.0.1",
"@nuxt/eslint": "^1.15.2",
"@nuxt/eslint-config": "^1.15.2",
"@nuxt/ui": "^4.5.1",
"@pinia/nuxt": "^0.11.3",
"@vueuse/core": "^14.2.1",
"@vueuse/nuxt": "^14.2.1",
"@xterm/addon-fit": "^0.11.0",
"@xterm/xterm": "^6.0.0",
"cron-parser": "^5.5.0",
"cronstrue": "^3.14.0",
"hls.js": "^1.6.15",
"marked": "^17.0.5",
"marked-alert": "^2.1.2",
"marked-base-url": "^1.1.8",
"marked-gfm-heading-id": "^4.1.3",
"moment": "^2.30.1",
"nuxt": "^4.4.2",
"pinia": "^3.0.4",
"tailwindcss": "^4.2.2",
"vue": "^3.5.30",
"vue-router": "^5.0.4"
},
"trustedDependencies": [
"esbuild",
"@parcel/watcher"
],
"devDependencies": {
"@types/bun": "^1.3.11",
"@types/node": "25.5.0",
"@types/jsdom": "^28.0.1",
"@typescript-eslint/parser": "^8.57.1",
"eslint": "^10.1.0",
"jsdom": "^29.0.1",
"oxfmt": "^0.41.0",
"typescript": "^5.9.3",
"vue-eslint-parser": "^10.4.0",
"vue-tsc": "^3.2.6"
}
}