mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
62 lines
2.0 KiB
JSON
62 lines
2.0 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.0",
|
|
"@fortawesome/free-regular-svg-icons": "^6.4.0",
|
|
"@fortawesome/free-solid-svg-icons": "^6.4.0",
|
|
"@fortawesome/react-fontawesome": "^0.2.0",
|
|
"@lingui/core": "^4.3.0",
|
|
"@lingui/react": "^4.3.0",
|
|
"@mantine/carousel": "^6.0.17",
|
|
"@mantine/core": "^6.0.17",
|
|
"@mantine/dates": "^6.0.17",
|
|
"@mantine/dropzone": "^6.0.17",
|
|
"@mantine/form": "^6.0.17",
|
|
"@mantine/hooks": "^6.0.17",
|
|
"@mantine/modals": "^6.0.17",
|
|
"@mantine/notifications": "^6.0.17",
|
|
"@sentry/react": "^7.64.0",
|
|
"@tabler/icons-react": "^2.28.0",
|
|
"@tanstack/react-query": "^4.32.0",
|
|
"axios": "^1.4.0",
|
|
"dayjs": "^1.11.9",
|
|
"embla-carousel-react": "^8.0.0-rc11",
|
|
"html5-qrcode": "^2.3.8",
|
|
"mantine-datatable": "^2.9.0",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-grid-layout": "^1.3.4",
|
|
"react-router-dom": "^6.14.2",
|
|
"zustand": "^4.3.9"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.22.9",
|
|
"@babel/preset-react": "^7.22.5",
|
|
"@babel/preset-typescript": "^7.22.5",
|
|
"@lingui/cli": "^4.3.0",
|
|
"@lingui/macro": "^4.3.0",
|
|
"@playwright/test": "^1.36.1",
|
|
"@types/node": "^20.4.4",
|
|
"@types/react": "^18.2.15",
|
|
"@types/react-dom": "^18.2.7",
|
|
"@types/react-grid-layout": "^1.3.2",
|
|
"@types/react-router-dom": "^5.3.3",
|
|
"@vitejs/plugin-react": "^4.0.3",
|
|
"babel-plugin-macros": "^3.1.0",
|
|
"typescript": "^5.1.6",
|
|
"vite": "^4.4.6",
|
|
"vite-plugin-babel-macros": "^1.0.6"
|
|
}
|
|
}
|