kennzeichen/frontend/package.json
2025-11-10 07:12:06 +01:00

63 lines
1.6 KiB
JSON

{
"name": "kennzeichenerfassung",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"tauri": "tauri"
},
"dependencies": {
"@preline/datatable": "^3.0.0",
"@preline/datepicker": "^3.1.0",
"@preline/file-upload": "^3.1.0",
"@preline/select": "^3.1.0",
"@preline/theme-switch": "^3.1.0",
"bcrypt": "^6.0.0",
"chart.js": "^4.5.1",
"chartjs-plugin-datalabels": "^2.2.0",
"clipboard": "^2.0.11",
"clsx": "^2.1.1",
"datatables.net": "^2.3.1",
"datatables.net-dt": "^2.3.1",
"date-fns": "^4.1.0",
"dropzone": "^6.0.0-beta.2",
"fast-xml-parser": "^5.3.1",
"framer-motion": "^12.23.0",
"https": "^1.0.0",
"jquery": "^3.7.1",
"jsonwebtoken": "^9.0.2",
"lodash": "^4.17.21",
"lucide-react": "^0.513.0",
"next": "15.3.3",
"nouislider": "^15.8.1",
"postcss": "^8.5.4",
"preline": "^3.0.1",
"react": "^19.0.0",
"react-chartjs-2": "^5.3.0",
"react-dom": "^19.0.0",
"undici": "^6.21.3",
"vanilla-calendar-pro": "^3.0.4"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tailwindcss/forms": "^0.5.10",
"@tailwindcss/postcss": "^4.1.8",
"@tauri-apps/cli": "^2.6.1",
"@types/bcrypt": "^5.0.2",
"@types/datatables.net": "^1.10.28",
"@types/jquery": "^3.5.32",
"@types/jsonwebtoken": "^9.0.10",
"@types/lodash": "^4.17.17",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "15.3.3",
"tailwindcss": "^4.1.8",
"typescript": "^5"
}
}