26 lines
584 B
JSON
26 lines
584 B
JSON
{
|
|
"name": "@altricade/web",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"typecheck": "tsc --noEmit",
|
|
"lint": "eslint ."
|
|
},
|
|
"dependencies": {
|
|
"@altricade/core": "workspace:^",
|
|
"react": "^19.2.7",
|
|
"react-dom": "^19.2.7"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^19.2.17",
|
|
"@types/react-dom": "^19.2.3",
|
|
"@vitejs/plugin-react": "^6.0.3",
|
|
"eslint-plugin-react-hooks": "^7.1.1",
|
|
"typescript": "^5.9.3",
|
|
"vite": "^8.1.4"
|
|
}
|
|
}
|