hbpatcher/package.json

56 lines
1.4 KiB
JSON
Raw Normal View History

2025-11-22 06:28:10 +01:00
{
"name": "hbpatcher",
"private": true,
"version": "0.0.0",
"type": "module",
2025-11-24 01:57:01 +01:00
"license": "GPL-2.0+",
"author": "alula",
"repository": {
"type": "git",
"url": "https://github.com/alula/hbpatcher"
},
"homepage": "https://github.com/alula/hbpatcher",
"bugs": {
"url": "https://github.com/alula/hbpatcher/issues"
},
2025-11-22 06:28:10 +01:00
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview",
"format": "prettier --write \"src/**/*.{ts,tsx,js,jsx,json,css,md}\" index.html"
},
"dependencies": {
"@fontsource/open-sans": "^5.2.7",
"@mdx-js/rollup": "^3.1.1",
2025-11-22 06:28:10 +01:00
"lucide-react": "^0.554.0",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-icons": "^5.5.0"
},
"devDependencies": {
"@eslint/js": "^9.39.1",
"@tailwindcss/postcss": "^4.1.17",
"@types/node": "^24.10.0",
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.2",
"@vitejs/plugin-react": "^5.1.0",
"autoprefixer": "^10.4.22",
"eslint": "^9.39.1",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.4.24",
"globals": "^16.5.0",
"postcss": "^8.5.6",
"prettier": "^3.6.2",
"tailwindcss": "^4.1.17",
"typescript": "~5.9.3",
"typescript-eslint": "^8.46.3",
"vite": "npm:rolldown-vite@7.2.2"
},
"pnpm": {
"overrides": {
"vite": "npm:rolldown-vite@7.2.2"
}
}
}