3a336df445
Bumps the npm_and_yarn group with 2 updates in the /vite directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) and [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime). Updates `vite` from 6.1.0 to 6.2.5 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v6.2.5/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v6.2.5/packages/vite) Updates `@babel/runtime` from 7.26.9 to 7.27.0 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.27.0/packages/babel-runtime) Updates `esbuild` from 0.24.2 to 0.25.2 - [Release notes](https://github.com/evanw/esbuild/releases) - [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG-2024.md) - [Commits](https://github.com/evanw/esbuild/compare/v0.24.2...v0.25.2) --- updated-dependencies: - dependency-name: vite dependency-version: 6.2.5 dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@babel/runtime" dependency-version: 7.27.0 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: esbuild dependency-version: 0.25.2 dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
42 lines
1.1 KiB
JSON
42 lines
1.1 KiB
JSON
{
|
|
"name": "pipedal",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc -b && vite build",
|
|
"lint": "eslint .",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@emotion/react": "^11.14.0",
|
|
"@emotion/styled": "^11.14.0",
|
|
"@fontsource/roboto": "^5.1.1",
|
|
"@mui/icons-material": "^6.4.4",
|
|
"@mui/material": "^6.4.4",
|
|
"@mui/styles": "^6.4.4",
|
|
"@types/react-window": "^1.8.8",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"react-remark": "^2.1.0",
|
|
"react-virtualized-auto-sizer": "^1.0.25",
|
|
"react-window": "^1.8.11",
|
|
"tss-react": "^4.9.15"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.19.0",
|
|
"@types/react": "^19.0.8",
|
|
"@types/react-dom": "^19.0.3",
|
|
"@vitejs/plugin-react": "^4.3.4",
|
|
"eslint": "^9.19.0",
|
|
"eslint-plugin-react-hooks": "^5.0.0",
|
|
"eslint-plugin-react-refresh": "^0.4.19",
|
|
"globals": "^15.14.0",
|
|
"typescript": "~5.7.2",
|
|
"typescript-eslint": "^8.22.0",
|
|
"vite": "^6.2.5",
|
|
"vite-plugin-svgr": "^4.3.0"
|
|
}
|
|
}
|