Files
JournalSite/package.json
T
2026-07-28 21:58:43 +02:00

31 lines
694 B
JSON

{
"name": "journalsite",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "oxlint",
"preview": "vite preview"
},
"dependencies": {
"@heroui/react": "^3.2.2",
"@heroui/styles": "^3.2.2",
"react": "^19.2.7",
"react-dom": "^19.2.7"
},
"devDependencies": {
"@gravity-ui/icons": "^2.21.0",
"@tailwindcss/vite": "^4.3.3",
"@types/node": "^24.13.2",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.3",
"oxlint": "^1.71.0",
"tailwindcss": "^4.3.3",
"typescript": "~6.0.2",
"vite": "^8.1.1"
}
}