36 lines
821 B
JSON
36 lines
821 B
JSON
{
|
|
"name": "portfolio",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "eslint"
|
|
},
|
|
"dependencies": {
|
|
"next": "16.2.1",
|
|
"react": "19.2.4",
|
|
"react-dom": "19.2.4",
|
|
"react-grid-layout" : "^2.2.3",
|
|
"next-themes": "^0.4.6",
|
|
"remark": "^15.0.1",
|
|
"remark-parse": "^11.0.0",
|
|
"remark-html": "^16.0.1",
|
|
"remark-rehype": "^11.1.2",
|
|
"rehype-stringify": "^10.0.1",
|
|
"rehype-raw": "^7.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/postcss": "^4",
|
|
"@types/node": "^20",
|
|
"@types/react": "^19",
|
|
"@types/react-dom": "^19",
|
|
"babel-plugin-react-compiler": "1.0.0",
|
|
"eslint": "^9",
|
|
"eslint-config-next": "16.2.1",
|
|
"tailwindcss": "^4",
|
|
"typescript": "^5"
|
|
}
|
|
}
|