kac nextjs 버전
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

27 lines
569 B

{
"name": "pav-fe-kac-nextjs",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"animate.css": "4.1.1",
"classnames": "2.5.1",
"next": "13.5.6",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-feather": "2.0.10"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "13.5.6",
"typescript": "^5"
}
}