‼️chore: package.json 의존성 수정

- 라이브러리 의존성 정리
This commit is contained in:
yoosangwook 2024-11-28 13:58:33 +09:00
parent 96c51af6f8
commit 6bac0da429
4 changed files with 519 additions and 238 deletions

View File

@ -11,7 +11,7 @@
"dependencies": { "dependencies": {
"@nextui-org/react": "^2.4.2", "@nextui-org/react": "^2.4.2",
"ag-grid-react": "^32.0.2", "ag-grid-react": "^32.0.2",
"axios": "^1.7.3", "axios": "^1.7.8",
"chart.js": "^4.4.6", "chart.js": "^4.4.6",
"fabric": "^5.3.0", "fabric": "^5.3.0",
"framer-motion": "^11.2.13", "framer-motion": "^11.2.13",
@ -20,7 +20,7 @@
"js-cookie": "^3.0.5", "js-cookie": "^3.0.5",
"mathjs": "^13.0.2", "mathjs": "^13.0.2",
"mssql": "^11.0.1", "mssql": "^11.0.1",
"next": "14.2.3", "next": "14.2.14",
"next-international": "^1.2.4", "next-international": "^1.2.4",
"react": "^18", "react": "^18",
"react-chartjs-2": "^5.2.0", "react-chartjs-2": "^5.2.0",
@ -35,16 +35,16 @@
"recoil": "^0.7.7", "recoil": "^0.7.7",
"sweetalert2": "^11.14.1", "sweetalert2": "^11.14.1",
"sweetalert2-react-content": "^5.0.7", "sweetalert2-react-content": "^5.0.7",
"uuid": "^10.0.0" "uuid": "^10.0.0",
"dayjs": "^1.11.13",
"react-select": "^5.8.1"
}, },
"devDependencies": { "devDependencies": {
"@turf/turf": "^7.0.0", "@turf/turf": "^7.0.0",
"convertapi": "^1.14.0", "convertapi": "^1.14.0",
"dayjs": "^1.11.13",
"postcss": "^8", "postcss": "^8",
"prettier": "^3.3.3", "prettier": "^3.3.3",
"react-color-palette": "^7.2.2", "react-color-palette": "^7.2.2",
"react-select": "^5.8.1",
"sass": "^1.77.8", "sass": "^1.77.8",
"tailwindcss": "^3.4.1" "tailwindcss": "^3.4.1"
} }

View File

@ -10,13 +10,13 @@ export default function FloorPlanLayout({ children }) {
return ( return (
<> <>
{/*<EventProvider>*/} <EventProvider>
<FloorPlanProvider> <FloorPlanProvider>
<FloorPlan> <FloorPlan>
<CanvasLayout>{children}</CanvasLayout> <CanvasLayout>{children}</CanvasLayout>
</FloorPlan> </FloorPlan>
</FloorPlanProvider> </FloorPlanProvider>
{/*</EventProvider>*/} </EventProvider>
</> </>
) )
} }

View File

@ -5,6 +5,6 @@ export const sessionOptions = {
cookieName: 'lama-session', cookieName: 'lama-session',
cookieOptions: { cookieOptions: {
httpOnly: true, httpOnly: true,
// secure: process.env.NODE_ENV === 'production', secure: process.env.NODE_ENV === 'production',
}, },
} }

741
yarn.lock

File diff suppressed because it is too large Load Diff