compro-mit/package.json

31 lines
665 B
JSON
Raw Permalink Normal View History

2026-05-12 18:33:35 +07:00
{
"name": "compro-mit",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
2026-05-12 19:59:27 +07:00
"@phosphor-icons/react": "^2.1.10",
"axios": "^1.16.1",
2026-05-12 18:33:35 +07:00
"next": "16.2.6",
"react": "19.2.4",
2026-05-13 15:46:12 +07:00
"react-dom": "19.2.4",
"react-fast-marquee": "^1.6.5",
"react-toastify": "^11.1.0"
2026-05-12 18:33:35 +07:00
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "16.2.6",
"tailwindcss": "^4",
"typescript": "^5"
}
}