Files
dev-lab/package.json
T
dependabot[bot] e9607cfff4 chore: bump @types/node in the dependency-updates group
Bumps the dependency-updates group with 1 update: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node).


Updates `@types/node` from 22.19.6 to 22.19.7
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-version: 22.19.7
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependency-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-01-15 22:56:56 +00:00

50 lines
1.1 KiB
JSON

{
"name": "react-template",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview",
"deploy": "pnpm build && gh-pages -d dist",
"predeploy": "pnpm build"
},
"dependencies": {
"@reduxjs/toolkit": "^2.11.2",
"@tailwindcss/vite": "^4.1.18",
"axios": "^1.13.2",
"dayjs": "^1.11.19",
"jsonpath": "^1.1.1",
"lodash": "^4.17.21",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react-redux": "^9.2.0",
"react-router": "^7.12.0",
"react-router-dom": "^7.12.0",
"redux-persist": "^6.0.0",
"tailwindcss": "^4.1.18"
},
"devDependencies": {
"@types/jsonpath": "^0.2.4",
"@types/lodash": "^4.17.23",
"@types/node": "^22.19.7",
"@types/react": "^19.2.8",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.2",
"globals": "^16.5.0",
"prettier": "^3.8.0",
"typescript": "~5.9.3",
"vite": "^7.3.1"
},
"pnpm": {
"ignoredBuiltDependencies": [
"esbuild"
],
"onlyBuiltDependencies": [
"@tailwindcss/oxide"
]
}
}