mirror of
https://github.com/alkimake/paperclip.git
synced 2026-06-14 01:50:39 +09:00
29 lines
643 B
JSON
29 lines
643 B
JSON
|
|
{
|
||
|
|
"name": "@paperclip/ui",
|
||
|
|
"version": "0.0.1",
|
||
|
|
"private": true,
|
||
|
|
"type": "module",
|
||
|
|
"scripts": {
|
||
|
|
"dev": "vite",
|
||
|
|
"build": "tsc -b && vite build",
|
||
|
|
"preview": "vite preview",
|
||
|
|
"typecheck": "tsc -b"
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"@paperclip/shared": "workspace:*",
|
||
|
|
"react": "^19.0.0",
|
||
|
|
"react-dom": "^19.0.0",
|
||
|
|
"react-router-dom": "^7.1.5"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"@tailwindcss/vite": "^4.0.7",
|
||
|
|
"@types/react": "^19.0.8",
|
||
|
|
"@types/react-dom": "^19.0.3",
|
||
|
|
"@vitejs/plugin-react": "^4.3.4",
|
||
|
|
"tailwindcss": "^4.0.7",
|
||
|
|
"typescript": "^5.7.3",
|
||
|
|
"vite": "^6.1.0",
|
||
|
|
"vitest": "^3.0.5"
|
||
|
|
}
|
||
|
|
}
|