mirror of
https://github.com/System-End/My-website.git
synced 2026-04-19 18:35:13 +00:00
Bumps the build-tooling group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@rolldown/pluginutils](https://github.com/rolldown/rolldown/tree/HEAD/packages/pluginutils) | `1.0.0-rc.4` | `1.0.0-rc.12` | | [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react-swc) | `4.2.3` | `4.3.0` | | [typescript](https://github.com/microsoft/TypeScript) | `5.9.3` | `6.0.2` | | [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `7.3.1` | `8.0.3` | | [vite-plugin-babel](https://github.com/owlsdepartment/vite-plugin-babel) | `1.5.1` | `1.6.0` | Updates `@rolldown/pluginutils` from 1.0.0-rc.4 to 1.0.0-rc.12 - [Release notes](https://github.com/rolldown/rolldown/releases) - [Changelog](https://github.com/rolldown/rolldown/blob/main/CHANGELOG.md) - [Commits](https://github.com/rolldown/rolldown/commits/v1.0.0-rc.12/packages/pluginutils) Updates `@vitejs/plugin-react-swc` from 4.2.3 to 4.3.0 - [Release notes](https://github.com/vitejs/vite-plugin-react/releases) - [Changelog](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react-swc/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite-plugin-react/commits/v4.3.0/packages/plugin-react-swc) Updates `typescript` from 5.9.3 to 6.0.2 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.3...v6.0.2) Updates `vite` from 7.3.1 to 8.0.3 - [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/create-vite@8.0.3/packages/vite) Updates `vite-plugin-babel` from 1.5.1 to 1.6.0 - [Commits](https://github.com/owlsdepartment/vite-plugin-babel/commits) --- updated-dependencies: - dependency-name: "@rolldown/pluginutils" dependency-version: 1.0.0-rc.12 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: build-tooling - dependency-name: "@vitejs/plugin-react-swc" dependency-version: 4.3.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: build-tooling - dependency-name: typescript dependency-version: 6.0.2 dependency-type: direct:development update-type: version-update:semver-major dependency-group: build-tooling - dependency-name: vite dependency-version: 8.0.3 dependency-type: direct:development update-type: version-update:semver-major dependency-group: build-tooling - dependency-name: vite-plugin-babel dependency-version: 1.6.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: build-tooling ... Signed-off-by: dependabot[bot] <support@github.com>
102 lines
2.5 KiB
JSON
102 lines
2.5 KiB
JSON
{
|
|
"name": "personal-site",
|
|
"private": true,
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"start": "vite",
|
|
"lint": "eslint . --fix",
|
|
"format": "prettier --write \"src/**/*.{ts,tsx,css}\"",
|
|
"build": "tsc && vite build",
|
|
"type-check": "tsc --noEmit",
|
|
"dev": "vite --host 0.0.0.0",
|
|
"clean": "rimraf dist node_modules/.cache",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@radix-ui/react-slot": "^1.2.4",
|
|
"class-variance-authority": "^0.7.0",
|
|
"clsx": "^2.1.0",
|
|
"itty-router": "^5.0.23",
|
|
"lucide-react": "0.564.0",
|
|
"react": "^19.2.4",
|
|
"react-dom": "^19.2.4",
|
|
"react-router-dom": "^7.14.0",
|
|
"tailwind-merge": "^3.4.1",
|
|
"zustand": "5.0.12"
|
|
},
|
|
"devDependencies": {
|
|
"@cloudflare/workers-types": "4.20260405.1",
|
|
"@commitlint/cli": "^20.5.0",
|
|
"@commitlint/config-conventional": "^20.5.0",
|
|
"@eslint/js": "10.0.1",
|
|
"@rolldown/pluginutils": "1.0.0-rc.13",
|
|
"@testing-library/jest-dom": "^6.9.1",
|
|
"@testing-library/react": "^16.3.2",
|
|
"@testing-library/user-event": "^14.5.2",
|
|
"@types/node": "25.5.2",
|
|
"@types/react": "19.2.14",
|
|
"@types/react-dom": "19.2.3",
|
|
"@vitejs/plugin-react-swc": "^4.3.0",
|
|
"@vitest/ui": "^4.0.18",
|
|
"@tailwindcss/postcss": "4.2.2",
|
|
"babel-plugin-react-compiler": "19.1.0-rc.3",
|
|
"baseline-browser-mapping": "2.10.16",
|
|
"eslint": "^10.2.0",
|
|
"eslint-config-prettier": "^10.1.8",
|
|
"eslint-plugin-react-hooks": "7.0.1",
|
|
"eslint-plugin-react-refresh": "^0.5.2",
|
|
"husky": "^9.0.10",
|
|
"jsdom": "^28.1.0",
|
|
"lint-staged": "^16.4.0",
|
|
"postcss": "8.5.8",
|
|
"prettier": "^3.8.1",
|
|
"prettier-plugin-tailwindcss": "^0.7.2",
|
|
"rimraf": "^6.1.3",
|
|
"tailwindcss": "4.2.2",
|
|
"typescript": "^6.0.2",
|
|
"typescript-eslint": "8.58.0",
|
|
"vite": "8.0.5",
|
|
"vite-plugin-babel": "1.6.0",
|
|
"vitest": "4.0.18",
|
|
"web-vitals": "4.2.4",
|
|
"wrangler": "^4.80.0"
|
|
},
|
|
"lint-staged": {
|
|
"*.{ts,tsx}": [
|
|
"eslint --fix",
|
|
"prettier --write"
|
|
],
|
|
"*.{html,css,json,md}": [
|
|
"prettier --write"
|
|
]
|
|
},
|
|
"commitlint": {
|
|
"extends": [
|
|
"@commitlint/config-conventional"
|
|
]
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
},
|
|
"pnpm": {
|
|
"onlyBuiltDependencies": [
|
|
"@swc/core",
|
|
"esbuild",
|
|
"sharp",
|
|
"workerd"
|
|
]
|
|
}
|
|
}
|