60 lines
1.9 KiB
JSON
60 lines
1.9 KiB
JSON
{
|
|
"name": "github-profile-readme-generator",
|
|
"version": "2.0.0",
|
|
"description": "Generate GitHub profile README easily with the latest add-ons like visitors count, GitHub stats, etc using minimal UI",
|
|
"private": true,
|
|
"author": "Rahul Jain <rahuldkjain@gmail.com>",
|
|
"scripts": {
|
|
"dev": "TURBOPACK=1 next dev --turbo",
|
|
"build": "next build --turbo",
|
|
"export": "next build --turbo",
|
|
"start": "next start",
|
|
"type-check": "tsc --noEmit",
|
|
"lint": "eslint",
|
|
"format": "prettier --write \"src/**/*.{ts,tsx,js,jsx,json,css,md}\"",
|
|
"format:check": "prettier --check \"src/**/*.{ts,tsx,js,jsx,json,css,md}\"",
|
|
"test": "vitest",
|
|
"test:ui": "vitest --ui",
|
|
"test:coverage": "vitest --coverage"
|
|
},
|
|
"dependencies": {
|
|
"@headlessui/react": "^2.2.9",
|
|
"@hookform/resolvers": "^5.2.2",
|
|
"@next/third-parties": "^15.5.4",
|
|
"@tailwindcss/typography": "^0.5.19",
|
|
"critters": "^0.0.23",
|
|
"framer-motion": "^12.23.24",
|
|
"lucide-react": "^0.545.0",
|
|
"next": "15.5.4",
|
|
"react": "19.1.0",
|
|
"react-dom": "19.1.0",
|
|
"react-hook-form": "^7.65.0",
|
|
"react-markdown": "^10.1.0",
|
|
"rehype-raw": "^7.0.0",
|
|
"rehype-sanitize": "^6.0.0",
|
|
"remark-gfm": "^4.0.1",
|
|
"zod": "^4.1.12",
|
|
"zustand": "^5.0.8"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/eslintrc": "^3",
|
|
"@tailwindcss/postcss": "^4",
|
|
"@testing-library/jest-dom": "^6.9.1",
|
|
"@testing-library/react": "^16.3.0",
|
|
"@testing-library/user-event": "^14.6.1",
|
|
"@types/node": "^20",
|
|
"@types/react": "^19",
|
|
"@types/react-dom": "^19",
|
|
"@vitejs/plugin-react": "^5.0.4",
|
|
"eslint": "^9",
|
|
"eslint-config-next": "15.5.4",
|
|
"eslint-config-prettier": "^10.1.8",
|
|
"jsdom": "^27.0.0",
|
|
"prettier": "^3.6.2",
|
|
"prettier-plugin-tailwindcss": "^0.6.14",
|
|
"tailwindcss": "^4",
|
|
"typescript": "^5",
|
|
"vitest": "^3.2.4"
|
|
}
|
|
}
|