mirror of
https://github.com/different-ai/openwork
synced 2026-04-25 17:15:34 +02:00
Updated dependencies to fix Next.js and React CVE vulnerabilities. The fix-react2shell-next tool automatically updated the following packages to their secure versions: - next - react-server-dom-webpack - react-server-dom-parcel - react-server-dom-turbopack All package.json files have been scanned and vulnerable versions have been patched to the correct fixed versions based on the official React advisory. Co-authored-by: Vercel <vercel[bot]@users.noreply.github.com>
31 lines
770 B
JSON
31 lines
770 B
JSON
{
|
|
"name": "@openwork-ee/landing",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"scripts": {
|
|
"dev": "OPENWORK_DEV_MODE=1 next dev --hostname 0.0.0.0",
|
|
"prebuild": "pnpm --dir ../../../packages/ui build",
|
|
"build": "next build",
|
|
"start": "next start --hostname 0.0.0.0",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@openwork/ui": "workspace:*",
|
|
"botid": "^1.5.11",
|
|
"framer-motion": "^12.35.1",
|
|
"lucide-react": "^0.577.0",
|
|
"next": "14.2.35",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "20.12.12",
|
|
"@types/react": "18.2.79",
|
|
"@types/react-dom": "18.2.25",
|
|
"autoprefixer": "10.4.19",
|
|
"postcss": "8.4.38",
|
|
"tailwindcss": "3.4.7",
|
|
"typescript": "5.4.5"
|
|
}
|
|
}
|