31 lines
733 B
JSON
31 lines
733 B
JSON
{
|
|
"name": "@project/kanban",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite dev --port 7104",
|
|
"build": "vite build",
|
|
"preview": "vite preview --port 7104",
|
|
"tsc": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@project/functions-sdk": "workspace:*",
|
|
"@tanstack/react-router": "^1.132.0",
|
|
"@tanstack/react-start": "^1.132.0",
|
|
"i18next": "^25.2.1",
|
|
"react": "^19.2.5",
|
|
"react-dom": "^19.2.5",
|
|
"react-i18next": "^15.5.2"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.26.0",
|
|
"@types/node": "^22",
|
|
"@types/react": "^19",
|
|
"@types/react-dom": "^19",
|
|
"@vitejs/plugin-react": "^4.5.2",
|
|
"typescript": "^5.9",
|
|
"vite": "^7.0.0"
|
|
}
|
|
}
|