mirror of
https://github.com/backnotprop/plannotator.git
synced 2026-09-14 14:17:26 +08:00
26 lines
653 B
JSON
26 lines
653 B
JSON
{
|
|
"name": "@plannotator/editor",
|
|
"version": "0.0.1",
|
|
"type": "module",
|
|
"exports": {
|
|
".": "./App.tsx",
|
|
"./styles": "./index.css",
|
|
"./shortcuts": "./shortcuts.ts"
|
|
},
|
|
"dependencies": {
|
|
"@fontsource-variable/geist-mono": "5.3.0",
|
|
"@fontsource-variable/inter": "^5.3.0",
|
|
"@plannotator/ai": "workspace:*",
|
|
"@plannotator/shared": "workspace:*",
|
|
"@plannotator/ui": "workspace:*",
|
|
"@plannotator/webtui": "0.1.0",
|
|
"diff": "^8.0.3",
|
|
"lucide-react": "^1.38.0",
|
|
"react": "^19.2.8",
|
|
"react-dom": "^19.2.8",
|
|
"sonner": "^2.0.8",
|
|
"tailwindcss": "^4.1.18",
|
|
"tailwindcss-animate": "^1.0.7"
|
|
}
|
|
}
|