Files
Schichtenplaner/frontend/package.json
2025-10-24 17:52:47 +02:00

39 lines
1.1 KiB
JSON

{
"name": "frontend",
"license": "SEE LICENSE IN LICENSE.md",
"author": "Patrick <dev.patrick@inca-vikingo.de>",
"version": "0.1.0",
"private": true,
"proxy": "http://localhost:3002",
"dependencies": {
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.5.2",
"@types/node": "^16.18.126",
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.1",
"@types/react-router-dom": "^5.3.3",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-router-dom": "^7.9.3",
"typescript": "^4.9.5",
"web-vitals": "^2.1.4"
},
"scripts": {
"dev": "vite",
"build": "tsc --noEmit && vite build",
"build:community": "vite build",
"build:commercial": "git submodule update --init --recursive && ENABLE_PRO=true vite build",
"preview": "vite preview"
},
"devDependencies": {
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@types/node": "^20.0.0",
"@vitejs/plugin-react": "^4.2.1",
"typescript": "^5.3.3",
"vite": "^5.0.8"
}
}