InvenTree/src/frontend/package.json
Oliver f29a675824
[React] Tree navigation (#5800)
* Adds placehold "PartCategoryTree"

- Global navigation (within the "Part" context) for part categories
- Replaces multiple tree views from legacy UI

* FIx for ApiImage component

- Do not continuously request if the user is unauthorized

* Add StockLocation tree

* Add initial data to nav tree panels

* Display data

* Render tree view

* Fix unused variables
2023-10-28 00:35:52 +11:00

67 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.5.1",
"dayjs": "^1.11.10",
"easymde": "^2.18.0",
"embla-carousel-react": "^7.1.0",
"html5-qrcode": "^2.3.8",
"mantine-datatable": "^6.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-grid-layout": "^1.4.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.11",
"vite-plugin-babel-macros": "^1.0.6"
}
}