Spaces:
Sleeping
Sleeping
File size: 898 Bytes
1a25b7f | 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 | {
"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"
}
|