@sirhc77/canvas-math-kit
Version:
A lightweight, interactive canvas-based vector visualizer for math, linear algebra, and ML education. Built with React + TypeScript.
28 lines (27 loc) • 569 B
JSON
{
"name": "canvas-math-kit-demo",
"version": "1.0.1",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"dev": "vite --host",
"build": "vite build",
"preview": "vite preview"
},
"keywords": [],
"author": "",
"license": "MIT",
"description": "",
"dependencies": {
"@tailwindcss/vite": "^4.1.8",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"tailwindcss": "^4.1.8"
},
"devDependencies": {
"@vitejs/plugin-react": "^4.5.0",
"typescript": "^5.8.3",
"vite": "^6.3.5"
}
}