mirror of
https://github.com/RomySaputraSihananda/ares.git
synced 2026-08-01 21:17:46 +00:00
29 lines
589 B
JSON
29 lines
589 B
JSON
|
|
{
|
||
|
|
"name": "ares-portfolio",
|
||
|
|
"version": "0.1.0",
|
||
|
|
"private": true,
|
||
|
|
"scripts": {
|
||
|
|
"dev": "next dev",
|
||
|
|
"build": "next build",
|
||
|
|
"start": "next start",
|
||
|
|
"lint": "next lint"
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"next": "^15.3.3",
|
||
|
|
"react": "^19.0.0",
|
||
|
|
"react-dom": "^19.0.0",
|
||
|
|
"recharts": "^2.15.3",
|
||
|
|
"date-fns": "^4.1.0",
|
||
|
|
"clsx": "^2.1.1"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"@types/node": "^22",
|
||
|
|
"@types/react": "^19",
|
||
|
|
"@types/react-dom": "^19",
|
||
|
|
"autoprefixer": "^10.4.21",
|
||
|
|
"postcss": "^8.5.6",
|
||
|
|
"tailwindcss": "^3.4.17",
|
||
|
|
"typescript": "^5"
|
||
|
|
}
|
||
|
|
}
|