All checks were successful
continuous-integration/drone/push Build is passing
45 lines
1.1 KiB
JSON
45 lines
1.1 KiB
JSON
{
|
|
"name": "frontend",
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"author": {
|
|
"name": "InnoPeak GmbH",
|
|
"email": "info@innopeak.ch",
|
|
"url": "https://www.innopeak.ch"
|
|
},
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@huggingface/transformers": "^3.4.2",
|
|
"@mantine/core": "^7.17.2",
|
|
"@mantine/dropzone": "^7.17.2",
|
|
"@mantine/form": "^7.17.2",
|
|
"@mantine/hooks": "^7.17.2",
|
|
"@mantine/modals": "^7.17.2",
|
|
"@mantine/notifications": "^7.17.2",
|
|
"@mantine/nprogress": "^7.17.2",
|
|
"@mlc-ai/web-llm": "^0.2.78",
|
|
"@tabler/icons-react": "^3.31.0",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"react-pdf": "^9.2.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^19.0.12",
|
|
"@types/react-dom": "^19.0.4",
|
|
"@vitejs/plugin-react": "^4.3.4",
|
|
"postcss": "^8.5.3",
|
|
"postcss-preset-mantine": "^1.17.0",
|
|
"postcss-simple-vars": "^7.0.1",
|
|
"typescript": "^5.8.2",
|
|
"vite": "^6.2.3",
|
|
"vite-plugin-pwa": "^1.0.0",
|
|
"vite-plugin-top-level-await": "^1.5.0",
|
|
"vite-plugin-wasm": "^3.4.1"
|
|
}
|
|
}
|