Files
2026-03-10 01:58:18 -05:00

47 lines
1.2 KiB
JSON

{
"name": "lms",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"@tailwindcss/typography": "^0.5.19",
"github-markdown-css": "^5.9.0",
"minio": "^8.0.7",
"next": "16.1.6",
"pocketbase": "^0.26.8",
"react": "19.2.3",
"react-dom": "19.2.3",
"@fontsource-variable/geist": "^5.2.8",
"@fontsource-variable/geist-mono": "^5.2.7",
"@fontsource-variable/noto-sans-sc": "^5.2.9",
"@tsparticles/engine": "^3.0.2",
"@tsparticles/react": "^3.0.0",
"@tsparticles/slim": "^3.9.1",
"animate.css": "^4.1.1",
"d3": "^7.9.0",
"framer-motion": "^11.15.0",
"echarts": "^5.5.0",
"echarts-for-react": "^3.0.2",
"highlight.js": "^11.10.0",
"react-markdown": "^10.1.0",
"rehype-highlight": "^7.0.2",
"remark-gfm": "^4.0.1"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/d3": "^7.4.3",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "16.1.6",
"tailwindcss": "^4",
"typescript": "^5"
}
}