tkd_neu/app/package.json

30 lines
599 B
JSON
Raw Normal View History

2024-09-28 21:41:05 +02:00
{
"name": "app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
2024-09-29 02:53:40 +02:00
"axios": "^1.7.7",
"js-cookie": "^3.0.5",
"next": "14.2.13",
2024-09-28 21:41:05 +02:00
"react": "^18",
2024-09-29 02:53:40 +02:00
"react-dom": "^18"
2024-09-28 21:41:05 +02:00
},
"devDependencies": {
2024-09-29 02:53:40 +02:00
"@types/js-cookie": "^3.0.6",
2024-09-28 21:41:05 +02:00
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
2024-09-29 02:53:40 +02:00
"eslint": "^8",
"eslint-config-next": "14.2.13",
2024-09-28 21:41:05 +02:00
"postcss": "^8",
"tailwindcss": "^3.4.1",
2024-09-29 02:53:40 +02:00
"typescript": "^5"
2024-09-28 21:41:05 +02:00
}
}