work-sestym/frontend/package.json
2026-02-28 20:58:17 +01:00

28 lines
618 B
JSON

{
"name": "work-system-frontend",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev -p 3001",
"build": "next build",
"start": "next start -H 0.0.0.0 -p 3001",
"lint": "next lint"
},
"dependencies": {
"next": "14.2.16",
"react": "18.3.1",
"react-dom": "18.3.1"
},
"devDependencies": {
"@types/node": "20.17.6",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"autoprefixer": "10.4.20",
"eslint": "8.57.1",
"eslint-config-next": "14.2.16",
"postcss": "8.4.49",
"tailwindcss": "3.4.16",
"typescript": "5.7.2"
}
}