fe1377f18b
- improve backend - improve frontend <img width="1293" height="824" alt="image" src="https://github.com/user-attachments/assets/7a4633f1-85cd-4126-b058-dbeae6ba2218" />
26 lines
495 B
JSON
26 lines
495 B
JSON
{
|
|
"name": "postcard-app",
|
|
"version": "0.1.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^24.5.0",
|
|
"npm": "please-use-yarn",
|
|
"yarn": ">=4.0.2"
|
|
},
|
|
"packageManager": "yarn@4.9.2",
|
|
"scripts": {
|
|
"twenty": "twenty"
|
|
},
|
|
"dependencies": {
|
|
"twenty-sdk": "latest",
|
|
"twenty-client-sdk": "latest"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^5.9.3",
|
|
"@types/node": "^24.7.2",
|
|
"@types/react": "^19.0.2",
|
|
"react": "^19.0.2",
|
|
"oxlint": "^0.16.0"
|
|
}
|
|
}
|