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.

32 lines
673 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": {
"@reduxjs/toolkit": "^1.9.7",
"axios": "^1.6.0",
"js-cookie": "^3.0.0",
"jwt-decode": "^3.1.2",
8 months ago
"next": "13.5.6",
"qs": "^6.11.2",
8 months ago
"react": "18.2.0",
"react-dom": "18.2.0",
"react-redux": "^8.1.3"
},
"devDependencies": {
"@types/node": "^20",
"@types/qs": "^6.9.11",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "13.5.6",
"typescript": "^5"
}
}