mirror of
https://github.com/inventree/InvenTree.git
synced 2025-05-18 16:25:21 +00:00
Bumps [@lingui/macro](https://github.com/lingui/js-lingui) from 4.7.1 to 4.7.2. - [Release notes](https://github.com/lingui/js-lingui/releases) - [Changelog](https://github.com/lingui/js-lingui/blob/main/CHANGELOG.md) - [Commits](https://github.com/lingui/js-lingui/compare/v4.7.1...v4.7.2) --- updated-dependencies: - dependency-name: "@lingui/macro" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
73 lines
2.4 KiB
JSON
73 lines
2.4 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": {
|
|
"@codemirror/lang-liquid": "^6.2.1",
|
|
"@emotion/react": "^11.11.4",
|
|
"@fortawesome/fontawesome-svg-core": "^6.5.1",
|
|
"@fortawesome/free-regular-svg-icons": "^6.5.1",
|
|
"@fortawesome/free-solid-svg-icons": "^6.5.1",
|
|
"@fortawesome/react-fontawesome": "^0.2.0",
|
|
"@lingui/core": "^4.7.1",
|
|
"@lingui/react": "^4.7.2",
|
|
"@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.108.0",
|
|
"@tabler/icons-react": "^3.1.0",
|
|
"@tanstack/react-query": "^5.28.8",
|
|
"@uiw/codemirror-theme-vscode": "^4.21.25",
|
|
"@uiw/react-codemirror": "^4.21.25",
|
|
"@uiw/react-split": "^5.9.3",
|
|
"axios": "^1.6.7",
|
|
"dayjs": "^1.11.10",
|
|
"easymde": "^2.18.0",
|
|
"embla-carousel-react": "^7.1.0",
|
|
"html5-qrcode": "^2.3.8",
|
|
"mantine-datatable": "<7",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-grid-layout": "^1.4.4",
|
|
"react-hook-form": "^7.51.1",
|
|
"react-is": "^18.2.0",
|
|
"react-router-dom": "^6.22.1",
|
|
"react-select": "^5.8.0",
|
|
"react-simplemde-editor": "^5.2.0",
|
|
"styled-components": "^5.3.6",
|
|
"zustand": "^4.5.1"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.23.9",
|
|
"@babel/preset-react": "^7.23.3",
|
|
"@babel/preset-typescript": "^7.23.3",
|
|
"@lingui/cli": "^4.7.1",
|
|
"@lingui/macro": "^4.7.2",
|
|
"@playwright/test": "^1.41.2",
|
|
"@types/node": "^20.11.20",
|
|
"@types/react": "^18.2.71",
|
|
"@types/react-dom": "^18.2.19",
|
|
"@types/react-grid-layout": "^1.3.5",
|
|
"@types/react-router-dom": "^5.3.3",
|
|
"@vitejs/plugin-react": "^4.2.1",
|
|
"babel-plugin-macros": "^3.1.0",
|
|
"typescript": "^5.3.3",
|
|
"vite": "^5.2.6",
|
|
"vite-plugin-babel-macros": "^1.0.6"
|
|
}
|
|
}
|