mirror of
https://github.com/backnotprop/plannotator.git
synced 2026-09-14 14:17:26 +08:00
29 lines
781 B
JSON
29 lines
781 B
JSON
{
|
|
"name": "@plannotator/hooks",
|
|
"private": true,
|
|
"version": "0.0.1",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build && cp dist/index.html dist/redline.html && cp ../review/dist/index.html dist/review.html",
|
|
"serve": "bun run server/index.ts"
|
|
},
|
|
"dependencies": {
|
|
"@plannotator/editor": "workspace:*",
|
|
"@plannotator/server": "workspace:*",
|
|
"@plannotator/shared": "workspace:*",
|
|
"@plannotator/ui": "workspace:*",
|
|
"react": "^19.2.8",
|
|
"react-dom": "^19.2.8",
|
|
"tailwindcss": "^4.1.18",
|
|
"@tailwindcss/vite": "^4.3.3"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-react": "^5.0.0",
|
|
"typescript": "~5.8.2",
|
|
"vite": "^6.2.0",
|
|
"vite-plugin-singlefile": "^2.0.3",
|
|
"@types/node": "^22.14.0"
|
|
}
|
|
}
|