forked from maurodesouza/profile-readme-generator
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
88 lines (88 loc) · 2.48 KB
/
Copy pathpackage.json
File metadata and controls
88 lines (88 loc) · 2.48 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "profile-readme-generator",
"displayName": "Profile Readme Generator",
"description": "Beautify your github profile with this amazing tool, creating the readme your way in a simple and fast way",
"version": "1.0.0",
"license": "MIT",
"author": "Mauro de Souza",
"type": "module",
"keywords": [
"github",
"readme",
"profile",
"generator",
"profile-readme",
"profile-readme-generator",
"github-readme-generator"
],
"repository": {
"type": "git",
"url": "https://github.com/maurodesouza/profile-readme-generator.git"
},
"bugs": {
"url": "https://github.com/maurodesouza/profile-readme-generator/issues"
},
"funding": {
"type": "paypal",
"url": "https://www.paypal.com/donate/?hosted_button_id=FR3A2DGVYKGJS"
},
"homepage": "https://profile-readme-generator.com",
"private": true,
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"lint": "eslint src",
"test": "jest",
"analyze": "ANALYZE=true yarn build"
},
"dependencies": {
"@radix-ui/react-context-menu": "^2.2.15",
"@radix-ui/react-dialog": "^1.1.14",
"@radix-ui/react-dropdown-menu": "^2.1.15",
"@radix-ui/react-popover": "^1.1.14",
"@radix-ui/react-switch": "^1.2.5",
"@tailwindcss/postcss": "^4.1.7",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"framer-motion": "^12.12.1",
"gray-matter": "^4.0.3",
"html-prettify": "^1.0.7",
"html-react-parser": "^5.2.5",
"lucide-react": "^0.511.0",
"next": "^15.3.2",
"next-compose-plugins": "^2.2.1",
"next-pwa": "^5.6.0",
"postcss": "^8.5.3",
"prismjs": "^1.30.0",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-markdown": "^10.1.0",
"react-share": "^5.2.2",
"react-twc": "^1.4.2",
"tailwind-merge": "^3.3.0",
"tailwind-variants": "^1.0.0",
"tailwindcss": "^4.1.7",
"uuid": "^11.1.0"
},
"devDependencies": {
"@eslint/js": "^9.27.0",
"@next/bundle-analyzer": "^15.3.2",
"@types/jest": "^29.5.14",
"@types/node": "22.15.18",
"@types/prismjs": "^1.26.5",
"@types/react": "19.1.4",
"@types/react-dom": "19.1.5",
"@types/uuid": "^10.0.0",
"eslint": "^9.27.0",
"eslint-config-prettier": "^10.1.5",
"eslint-plugin-prettier": "^5.4.0",
"eslint-plugin-react": "^7.37.5",
"globals": "^16.1.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"prettier": "^3.5.3",
"typescript": "^5.8.3",
"typescript-eslint": "^8.32.1"
}
}