helix/package.json
dependabot[bot] 328244ef2a
Bump vite from 5.4.19 to 5.4.21
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.4.19 to 5.4.21.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-10-21 07:49:23 +00:00

27 lines
646 B
JSON

{
"name": "helix-admin",
"version": "0.1.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint:js": "wp-scripts lint-js",
"lint:js:fix": "wp-scripts lint-js --fix",
"format": "wp-scripts format",
"lint": "npm run lint:js",
"prebuild": "npm run lint && npm run format"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@mui/icons-material": "^7.3.1",
"@mui/material": "^7.3.1",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-router-dom": "^6.0.0"
},
"devDependencies": {
"@vitejs/plugin-react": "^4.7.0",
"@wordpress/scripts": "^30.21.0",
"vite": "^5.4.21"
}
}