43 lines
1.1 KiB
JSON
43 lines
1.1 KiB
JSON
{
|
|
"name": "gerbeur",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc -b && vite build",
|
|
"lint": "eslint .",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@lingui/cli": "6.0.0-next.3",
|
|
"@lingui/conf": "6.0.0-next.3",
|
|
"@lingui/core": "6.0.0-next.3",
|
|
"@lingui/format-po": "6.0.0-next.3",
|
|
"@lingui/react": "6.0.0-next.3",
|
|
"@types/react": "^19.2.14",
|
|
"@lingui/swc-plugin": "6.0.0-next.2",
|
|
"@vitejs/plugin-react-swc": "^4.3.0",
|
|
"frimousse": "^0.3.0",
|
|
"jiti": "^2.6.1",
|
|
"react": "^19.2.4",
|
|
"react-dom": "^19.2.4",
|
|
"react-markdown": "^10.1.0",
|
|
"react-router": "^7.13.1",
|
|
"remark-gfm": "^4.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@lingui/vite-plugin": "6.0.0-next.3",
|
|
"@eslint/js": "^9.39.4",
|
|
"@types/node": "^24.12.0",
|
|
"@types/react-dom": "^19.2.3",
|
|
"eslint": "^9.39.4",
|
|
"eslint-plugin-react-hooks": "^7.0.1",
|
|
"eslint-plugin-react-refresh": "^0.5.2",
|
|
"globals": "^17.4.0",
|
|
"typescript": "~5.9.3",
|
|
"typescript-eslint": "^8.56.1",
|
|
"vite": "^8.0.0"
|
|
}
|
|
}
|