Files
postcast-tool/package.json
T

24 lines
494 B
JSON

{
"name": "zeropost-tool",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev -p 3041",
"build": "next build",
"start": "next start -p 3043"
},
"dependencies": {
"next": "^16.2.6",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"lucide-react": "0.408.0",
"clsx": "2.1.1",
"iron-session": "8.0.3",
"pg": "^8.21.0",
"bcryptjs": "^3.0.3",
"tailwindcss": "3.4.7",
"autoprefixer": "10.4.19",
"postcss": "8.4.39"
}
}