Files
ai-contract-platform/apps/contract-web/package.json
T

25 lines
533 B
JSON

{
"name": "@yuqei/contract-web",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 3000",
"build": "next build",
"start": "next start -p 3000",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@yuqei/design-system": "0.1.0",
"lucide-react": "1.21.0",
"next": "16.2.9",
"react": "19.2.7",
"react-dom": "19.2.7"
},
"devDependencies": {
"@types/node": "26.0.0",
"@types/react": "19.2.17",
"@types/react-dom": "19.2.3",
"typescript": "5.9.3"
}
}