New Lab 2

This commit is contained in:
2026-04-07 16:02:48 -06:00
parent 6bcebd55ee
commit 9f3af49845
65 changed files with 6650 additions and 1553 deletions
+8 -1
View File
@@ -8,12 +8,14 @@
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "vitest run",
"typecheck": "tsc --noEmit",
"check": "npm run lint && npm run typecheck",
"format:check": "prettier --check \"**/*.{ts,tsx,js,jsx,md,mdx}\" --cache",
"format:write": "prettier --write \"**/*.{ts,tsx,js,jsx,md,mdx}\" --cache"
},
"dependencies": {
"@xmldom/xmldom": "^0.9.9",
"gray-matter": "^4.0.3",
"micromark": "^4.0.2",
"next": "^15.0.1",
@@ -21,15 +23,20 @@
"react-dom": "^18.3.1"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@types/node": "^20.14.10",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^6.0.1",
"eslint": "^8.57.1",
"eslint-config-next": "^15.0.1",
"jsdom": "^29.0.1",
"postcss": "^8.4.39",
"prettier": "^3.3.2",
"prettier-plugin-tailwindcss": "^0.6.5",
"tailwindcss": "^3.4.3",
"typescript": "^5.5.3"
"typescript": "^5.5.3",
"vitest": "^4.1.2"
}
}