Files
openwork/ee/apps/landing/package.json
Source Open 24c47f190b fix(den): harden public auth and publishing surfaces (#1128)
* fix(den): harden public auth and publishing surfaces

* fix(den-db): write migrations to den-controller drizzle dir

\
2026-03-23 17:58:15 -07:00

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"
}
}