Files
cabrits-math/package.json
2026-07-05 11:12:45 -04:00

35 lines
753 B
JSON

{
"name": "cabrits",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint",
"test": "vitest run",
"test:watch": "vitest"
},
"dependencies": {
"clsx": "^2.1.1",
"framer-motion": "^12.34.3",
"katex": "^0.16.33",
"next": "^16.2.1",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"tailwind-merge": "^3.5.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/katex": "^0.16.8",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "16.1.6",
"tailwindcss": "^4",
"typescript": "^5",
"vitest": "^2.1.9"
}
}