mirror of
https://github.com/different-ai/openwork
synced 2026-04-26 01:25:10 +02:00
* fix(den): harden public auth and publishing surfaces * fix(den-db): write migrations to den-controller drizzle dir \
30 lines
722 B
JSON
30 lines
722 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",
|
|
"build": "next build",
|
|
"start": "next start --hostname 0.0.0.0",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@paper-design/shaders-react": "0.0.71",
|
|
"botid": "^1.5.11",
|
|
"framer-motion": "^12.35.1",
|
|
"lucide-react": "^0.577.0",
|
|
"next": "14.2.5",
|
|
"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"
|
|
}
|
|
}
|