mirror of
https://github.com/andrewyng/openworker.git
synced 2026-09-03 04:49:26 +00:00
The Python import namespace (coworker) and the live auth config strings are intentionally unchanged.
42 lines
1.0 KiB
JSON
42 lines
1.0 KiB
JSON
{
|
|
"name": "openworker-gui",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"preview": "vite preview",
|
|
"test": "vitest run",
|
|
"e2e": "playwright test",
|
|
"e2e:ui": "playwright test --ui",
|
|
"e2e:live": "playwright test -c playwright.live.config.ts",
|
|
"tauri": "tauri"
|
|
},
|
|
"dependencies": {
|
|
"pdfjs-dist": "^4.10.38",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"react-markdown": "^10.1.0",
|
|
"remark-gfm": "^4.0.1",
|
|
"simple-icons": "^16.26.0",
|
|
"xlsx": "^0.18.5"
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.61.1",
|
|
"@tauri-apps/cli": "^2.11.2",
|
|
"@testing-library/dom": "^10.4.1",
|
|
"@testing-library/react": "^16.3.2",
|
|
"@types/react": "^18.3.3",
|
|
"@types/react-dom": "^18.3.0",
|
|
"@vitejs/plugin-react": "^4.3.1",
|
|
"autoprefixer": "^10.5.2",
|
|
"jsdom": "^25.0.1",
|
|
"postcss": "^8.5.16",
|
|
"tailwindcss": "^3.4.19",
|
|
"typescript": "^5.5.3",
|
|
"vite": "^5.4.0",
|
|
"vitest": "^2.1.9"
|
|
}
|
|
}
|