{ "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": "^6.0.20", "@mantine/core": "^6.0.20", "@mantine/dates": "^6.0.20", "@mantine/dropzone": "^6.0.20", "@mantine/form": "^6.0.20", "@mantine/hooks": "^6.0.20", "@mantine/modals": "^6.0.20", "@mantine/notifications": "^6.0.20", "@sentry/react": "^7.73.0", "@tabler/icons-react": "^2.38.0", "@tanstack/react-query": "^4.35.7", "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.16.0", "react-select": "^5.7.7", "react-simplemde-editor": "^5.2.0", "zustand": "^4.4.2" }, "devDependencies": { "@babel/core": "^7.23.0", "@babel/preset-react": "^7.22.15", "@babel/preset-typescript": "^7.23.0", "@lingui/cli": "^4.5.0", "@lingui/macro": "^4.5.0", "@playwright/test": "^1.38.1", "@types/node": "^20.8.2", "@types/react": "^18.2.25", "@types/react-dom": "^18.2.10", "@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.10", "vite-plugin-babel-macros": "^1.0.6" } }