cefense/apps/frontend/package.json
2026-08-18 19:38:47 +05:30

40 lines
1 KiB
JSON

{
"name": "@cerebrus/frontend",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"check-types": "tsc -b",
"test": "bun test src/ported",
"preview": "vite preview",
"start": "bun server.ts"
},
"dependencies": {
"@tanstack/react-query": "^5.90.21",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"react-router-dom": "^7.18.0",
"zod": "^4.1.12",
"zustand": "^5.0.11"
},
"devDependencies": {
"@babel/core": "^7.29.7",
"@cerebrus/eslint-config": "*",
"@cerebrus/typescript-config": "*",
"@tailwindcss/postcss": "4.2.1",
"@rolldown/plugin-babel": "^0.2.3",
"@types/babel__core": "^7.20.5",
"@types/node": "^24.13.2",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.2",
"babel-plugin-react-compiler": "^1.0.0",
"eslint": "^10.5.0",
"tailwindcss": "4.2.1",
"typescript": "~6.0.2",
"vite": "^8.1.0"
}
}