Files
tvone/package.json
T

36 lines
812 B
JSON
Raw Normal View History

2026-03-25 13:42:28 +01:00
{
"name": "tvone",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
2026-04-15 12:50:44 +01:00
"@react-oauth/google": "^0.13.5",
2026-04-15 15:14:34 +01:00
"@tinymce/tinymce-react": "^6.3.0",
2026-04-09 14:12:44 +01:00
"framer-motion": "^12.38.0",
2026-04-17 10:48:36 +01:00
"keycloak-js": "^26.2.3",
2026-04-10 15:11:03 +01:00
"lucide-react": "^1.8.0",
2026-03-25 13:42:28 +01:00
"next": "16.2.1",
2026-04-15 12:50:44 +01:00
"next-themes": "^0.4.6",
2026-03-25 13:42:28 +01:00
"react": "19.2.4",
2026-04-11 02:39:13 +01:00
"react-dom": "19.2.4",
2026-04-11 23:52:05 +01:00
"react-easy-crop": "^5.5.7",
2026-04-15 09:58:11 +01:00
"react-icons": "^5.6.0",
"uuid": "^13.0.0"
2026-03-25 13:42:28 +01:00
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "16.2.1",
"tailwindcss": "^4",
"typescript": "^5"
}
}