Files
BA_TTS_Annotation_Plattform/package.json
2026-02-27 13:28:19 +01:00

22 lines
431 B
JSON

{
"name": "ba-tts-dialect-annotation-plattform",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@tailwindcss/postcss": "^4.2.1",
"next": "16.1.6",
"postcss": "^8.5.6",
"tailwindcss": "^4.2.1"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^19",
"typescript": "^5"
}
}