Spaces:
Sleeping
Sleeping
| { | |
| "name": "frontend", | |
| "private": true, | |
| "type": "module", | |
| "scripts": { | |
| "build": "nuxt build", | |
| "dev": "nuxt dev", | |
| "preview": "nuxt preview", | |
| "postinstall": "nuxt prepare", | |
| "lint": "eslint .", | |
| "typecheck": "nuxt typecheck" | |
| }, | |
| "dependencies": { | |
| "@iconify-json/lucide": "^1.2.96", | |
| "@iconify-json/simple-icons": "^1.2.72", | |
| "@nuxt/ui": "^4.5.1", | |
| "@pinia/nuxt": "^0.11.3", | |
| "axios": "^1.13.6", | |
| "highlight.js": "^11.11.1", | |
| "katex": "^0.16.43", | |
| "marked": "^17.0.4", | |
| "marked-katex-extension": "^5.1.7", | |
| "nuxt": "^4.3.1", | |
| "pinia": "^3.0.4", | |
| "plyr": "^3.8.4", | |
| "tailwindcss": "^4.2.1", | |
| "ws": "^8.21.0" | |
| }, | |
| "devDependencies": { | |
| "@iconify-json/heroicons": "^1.2.3", | |
| "@nuxt/eslint": "^1.15.2", | |
| "eslint": "^10.0.3", | |
| "typescript": "^5.9.3", | |
| "vue-tsc": "^3.2.5" | |
| }, | |
| "packageManager": "pnpm@10.31.0" | |
| } | |