1{
2 "name": "matmul-bench",
3 "private": true,
4 "version": "0.0.0",
5 "type": "module",
6 "scripts": {
7 "dev": "vite",
8 "build": "tsc -b && vite build",
9 "lint": "oxlint",
10 "preview": "vite preview"
11 },
12 "dependencies": {
13 "@emotion/react": "^11.14.0",
14 "@emotion/styled": "^11.14.1",
15 "@mui/material": "^9.2.0",
16 "react": "^19.2.7",
17 "react-dom": "^19.2.7"
18 },
19 "devDependencies": {
20 "@types/node": "^24.13.2",
21 "@types/react": "^19.2.17",
22 "@types/react-dom": "^19.2.3",
23 "@vitejs/plugin-react": "^6.0.3",
24 "oxlint": "^1.71.0",
25 "typescript": "~6.0.2",
26 "vite": "^8.1.1"
27 }
28}