Files
mathmax/package.json
T
dependabot[bot] 5211e7b736 build(deps): bump vite in the security group across 1 directory
Bumps the security group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 8.0.14 to 8.0.16
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v8.0.16/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 8.0.16
  dependency-type: direct:production
  dependency-group: security
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-06-17 03:58:59 +00:00

37 lines
994 B
JSON

{
"name": "mathmax",
"version": "0.0.1.0",
"private": true,
"type": "module",
"packageManager": "pnpm@11.1.1",
"description": "MathMax — Toán tương tác cho học sinh THCS lớp 6-9. Static site.",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./jsconfig.json",
"test": "vitest run",
"test:watch": "vitest",
"format": "prettier --write ."
},
"dependencies": {
"@fontsource/be-vietnam-pro": "^5.2.0",
"@sveltejs/adapter-static": "^3.0.8",
"@sveltejs/kit": "^2.61.0",
"@sveltejs/vite-plugin-svelte": "^7.0.0",
"@tailwindcss/postcss": "^4.3.0",
"autoprefixer": "^10.4.0",
"katex": "^0.17.0",
"postcss": "^8.5.15",
"svelte": "^5.55.9",
"tailwindcss": "^4.3.0",
"vite": "^8.0.16"
},
"devDependencies": {
"prettier": "^3.3.0",
"prettier-plugin-svelte": "^4.0.1",
"svelte-check": "^4.0.0",
"vitest": "^4.1.7"
}
}