33 lines
810 B
JSON
33 lines
810 B
JSON
{
|
|
"name": "imnyang",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@chakra-ui/react": "^3.2.3",
|
|
"@emotion/react": "^11.14.0",
|
|
"@tippyjs/react": "^4.2.6",
|
|
"lucide-react": "^0.468.0",
|
|
"next": "15.0.3",
|
|
"next-themes": "^0.4.4",
|
|
"react": "19.0.0-rc-66855b96-20241106",
|
|
"react-dom": "19.0.0-rc-66855b96-20241106",
|
|
"react-icons": "^5.4.0",
|
|
"tippy.js": "^6.3.7"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.17.9",
|
|
"@types/react": "^18.3.12",
|
|
"@types/react-dom": "^18.3.1",
|
|
"eslint": "^8.57.1",
|
|
"eslint-config-next": "15.0.3",
|
|
"postcss": "^8.4.49",
|
|
"tailwindcss": "^3.4.15",
|
|
"typescript": "^5.7.2"
|
|
}
|
|
}
|