mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
e7852980ad
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.4.11 to 4.4.12. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v4.4.12/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v4.4.12/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
68 lines
2.2 KiB
JSON
68 lines
2.2 KiB
JSON
{
|
|
"name": "InvenTreeUI",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"preview": "vite preview",
|
|
"extract": "lingui extract",
|
|
"compile": "lingui compile --typescript"
|
|
},
|
|
"dependencies": {
|
|
"@emotion/react": "^11.11.1",
|
|
"@fortawesome/fontawesome-svg-core": "^6.4.2",
|
|
"@fortawesome/free-regular-svg-icons": "^6.4.2",
|
|
"@fortawesome/free-solid-svg-icons": "^6.4.2",
|
|
"@fortawesome/react-fontawesome": "^0.2.0",
|
|
"@lingui/core": "^4.5.0",
|
|
"@lingui/react": "^4.5.0",
|
|
"@mantine/carousel": "<7",
|
|
"@mantine/core": "<7",
|
|
"@mantine/dates": "<7",
|
|
"@mantine/dropzone": "<7",
|
|
"@mantine/form": "<7",
|
|
"@mantine/hooks": "<7",
|
|
"@mantine/modals": "<7",
|
|
"@mantine/notifications": "<7",
|
|
"@naisutech/react-tree": "^3.1.0",
|
|
"@sentry/react": "^7.74.1",
|
|
"@tabler/icons-react": "^2.39.0",
|
|
"@tanstack/react-query": "^5.0.0",
|
|
"axios": "^1.6.0",
|
|
"dayjs": "^1.11.10",
|
|
"easymde": "^2.18.0",
|
|
"embla-carousel-react": "^7.1.0",
|
|
"html5-qrcode": "^2.3.8",
|
|
"mantine-datatable": "^6.0.5",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-grid-layout": "^1.4.2",
|
|
"react-hook-form": "^7.48.2",
|
|
"react-router-dom": "^6.17.0",
|
|
"react-select": "^5.7.7",
|
|
"react-simplemde-editor": "^5.2.0",
|
|
"styled-components": "^6.1.0",
|
|
"zustand": "^4.4.3"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.23.2",
|
|
"@babel/preset-react": "^7.22.15",
|
|
"@babel/preset-typescript": "^7.23.2",
|
|
"@lingui/cli": "^4.5.0",
|
|
"@lingui/macro": "^4.5.0",
|
|
"@playwright/test": "^1.39.0",
|
|
"@types/node": "^20.8.6",
|
|
"@types/react": "^18.2.28",
|
|
"@types/react-dom": "^18.2.13",
|
|
"@types/react-grid-layout": "^1.3.3",
|
|
"@types/react-router-dom": "^5.3.3",
|
|
"@vitejs/plugin-react": "^4.1.0",
|
|
"babel-plugin-macros": "^3.1.0",
|
|
"typescript": "^5.2.2",
|
|
"vite": "^4.4.12",
|
|
"vite-plugin-babel-macros": "^1.0.6"
|
|
}
|
|
}
|