{ "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/autocomplete": ">=6.16.3", "@codemirror/lang-liquid": "^6.2.1", "@codemirror/language": ">=6.10.2", "@codemirror/lint": ">=6.8.1", "@codemirror/search": ">=6.0.0", "@codemirror/state": "^6.0.0", "@codemirror/theme-one-dark": ">=6.0.0", "@codemirror/view": ">=6.28.3", "@emotion/react": "^11.11.4", "@fortawesome/fontawesome-svg-core": "^6.5.2", "@fortawesome/free-regular-svg-icons": "^6.5.2", "@fortawesome/free-solid-svg-icons": "^6.5.2", "@fortawesome/react-fontawesome": "^0.2.2", "@lingui/core": "^4.11.1", "@lingui/react": "^4.11.1", "@mantine/carousel": "^7.11.0", "@mantine/charts": "^7.11.0", "@mantine/core": "^7.11.0", "@mantine/dates": "^7.11.0", "@mantine/dropzone": "^7.11.0", "@mantine/form": "^7.11.0", "@mantine/hooks": "^7.11.0", "@mantine/modals": "^7.11.0", "@mantine/notifications": "^7.11.0", "@mantine/spotlight": "^7.11.0", "@mantine/vanilla-extract": "^7.11.0", "@mdxeditor/editor": "^3.6.1", "@naisutech/react-tree": "^3.1.0", "@sentry/react": "^8.13.0", "@tabler/icons-react": "^3.7.0", "@tanstack/react-query": "^5.49.2", "@uiw/codemirror-theme-vscode": "^4.22.2", "@uiw/react-codemirror": "^4.22.2", "@uiw/react-split": "^5.9.3", "@vanilla-extract/css": "^1.15.3", "axios": "^1.7.2", "clsx": "^2.1.0", "codemirror": ">=6.0.0", "dayjs": "^1.11.10", "embla-carousel-react": "^8.1.6", "html5-qrcode": "^2.3.8", "mantine-datatable": "^7.11.1", "react": "^18.3.1", "react-dom": "^18.3.1", "react-grid-layout": "^1.4.4", "react-hook-form": "^7.51.3", "react-is": "^18.3.1", "react-router-dom": "^6.24.0", "react-select": "^5.8.0", "recharts": "^2.12.4", "styled-components": "^6.1.11", "zustand": "^4.5.4" }, "devDependencies": { "@babel/core": "^7.24.7", "@babel/preset-react": "^7.24.7", "@babel/preset-typescript": "^7.24.7", "@lingui/cli": "^4.11.1", "@lingui/macro": "^4.11.1", "@playwright/test": "^1.45.0", "@types/node": "^20.14.9", "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", "@types/react-grid-layout": "^1.3.5", "@types/react-router-dom": "^5.3.3", "@vanilla-extract/vite-plugin": "^4.0.12", "@vitejs/plugin-react": "^4.3.1", "babel-plugin-macros": "^3.1.0", "nyc": "^17.0.0", "rollup-plugin-license": "^3.5.1", "typescript": "^5.5.2", "vite": "^5.3.2", "vite-plugin-babel-macros": "^1.0.6", "vite-plugin-istanbul": "^6.0.2" } }