-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.7 KB
/
Copy pathpackage.json
File metadata and controls
66 lines (66 loc) · 1.7 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
{
"name": "badge-builder",
"version": "1.0.0",
"private": false,
"type": "module",
"description": "Generate your developer profile badges. A free tool to design professional badges for GitHub README files, tech stacks, and branding.",
"author": "Tariq Said",
"license": "MIT",
"homepage": "https://dxbmark.github.io/badge-builder/",
"repository": {
"type": "git",
"url": "https://github.com/DXBMark/badge-builder.git"
},
"bugs": {
"url": "https://github.com/DXBMark/badge-builder/issues"
},
"keywords": [
"svg",
"badge",
"badge-generator",
"readme",
"github-readme",
"react",
"material-ui",
"svg-generator",
"developer-tools",
"shields-io"
],
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview",
"deploy": "gh-pages -d dist -t"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@mui/icons-material": "^9.0.0",
"@mui/material": "^9.0.0",
"lucide": "^1.11.0",
"lz-string": "^1.5.0",
"react": "^19.2.5",
"react-dom": "^19.2.5",
"simple-icons": "^16.17.0"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@tailwindcss/postcss": "^4.2.4",
"@tailwindcss/vite": "^4.2.4",
"@types/node": "^25.6.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.1",
"autoprefixer": "^10.5.0",
"eslint": "^10.2.1",
"eslint-plugin-react-hooks": "^7.1.1",
"eslint-plugin-react-refresh": "^0.5.2",
"gh-pages": "^6.3.0",
"globals": "^17.5.0",
"postcss": "^8.5.10",
"tailwindcss": "^4.2.4",
"typescript": "^6.0.3",
"vite": "^8.0.10"
}
}