|
1 | 1 | { |
2 | | - "name": "git-style", |
3 | | - "version": "0.1.0", |
4 | | - "description": "Transform your GitHub contributions into beautiful SVG badges with various themes", |
5 | | - "keywords": [ |
6 | | - "github", |
7 | | - "contributions", |
8 | | - "svg", |
9 | | - "badge", |
10 | | - "readme", |
11 | | - "profile", |
12 | | - "themes" |
13 | | - ], |
14 | | - "homepage": "https://git-style.vercel.app", |
15 | | - "repository": { |
16 | | - "type": "git", |
17 | | - "url": "https://github.com/anonymousRecords/git-style.git" |
18 | | - }, |
19 | | - "bugs": { |
20 | | - "url": "https://github.com/anonymousRecords/git-style/issues" |
21 | | - }, |
22 | | - "author": "anonymousRecords", |
23 | | - "license": "MIT", |
24 | | - "packageManager": "pnpm@10.17.1", |
25 | | - "scripts": { |
26 | | - "dev": "next dev --turbopack", |
27 | | - "build": "next build", |
28 | | - "start": "next start", |
29 | | - "lint": "biome check .", |
30 | | - "lint:fix": "biome check --write .", |
31 | | - "format": "biome format --write ." |
32 | | - }, |
33 | | - "dependencies": { |
34 | | - "@heroicons/react": "^2.2.0", |
35 | | - "@napi-rs/canvas": "^0.1.88", |
36 | | - "next": "16.1.5", |
37 | | - "postcss": "^8.5.3", |
38 | | - "react": "^19.0.0", |
39 | | - "react-dom": "^19.0.0", |
40 | | - "upng-js": "^2.1.0" |
41 | | - }, |
42 | | - "devDependencies": { |
43 | | - "@biomejs/biome": "^2.3.13", |
44 | | - "@tailwindcss/postcss": "^4.1.7", |
45 | | - "@types/node": "^20", |
46 | | - "@types/react": "^19", |
47 | | - "@types/react-dom": "^19", |
48 | | - "tailwindcss": "^4.1.7", |
49 | | - "typescript": "^5" |
50 | | - } |
| 2 | + "name": "git-style", |
| 3 | + "version": "0.1.0", |
| 4 | + "description": "Transform your GitHub contributions into beautiful SVG badges with various themes", |
| 5 | + "keywords": [ |
| 6 | + "github", |
| 7 | + "contributions", |
| 8 | + "svg", |
| 9 | + "badge", |
| 10 | + "readme", |
| 11 | + "profile", |
| 12 | + "themes" |
| 13 | + ], |
| 14 | + "homepage": "https://git-style.vercel.app", |
| 15 | + "repository": { |
| 16 | + "type": "git", |
| 17 | + "url": "https://github.com/anonymousRecords/git-style.git" |
| 18 | + }, |
| 19 | + "bugs": { |
| 20 | + "url": "https://github.com/anonymousRecords/git-style/issues" |
| 21 | + }, |
| 22 | + "author": "anonymousRecords", |
| 23 | + "license": "MIT", |
| 24 | + "packageManager": "pnpm@10.17.1", |
| 25 | + "scripts": { |
| 26 | + "dev": "next dev --turbopack", |
| 27 | + "build": "next build", |
| 28 | + "start": "next start", |
| 29 | + "lint": "biome check .", |
| 30 | + "lint:fix": "biome check --write .", |
| 31 | + "format": "biome format --write ." |
| 32 | + }, |
| 33 | + "dependencies": { |
| 34 | + "@heroicons/react": "^2.2.0", |
| 35 | + "@napi-rs/canvas": "^0.1.88", |
| 36 | + "next": "16.1.5", |
| 37 | + "postcss": "^8.5.3", |
| 38 | + "react": "^19.0.0", |
| 39 | + "react-dom": "^19.0.0", |
| 40 | + "upng-js": "^2.1.0" |
| 41 | + }, |
| 42 | + "devDependencies": { |
| 43 | + "@biomejs/biome": "^2.3.13", |
| 44 | + "@tailwindcss/postcss": "^4.1.7", |
| 45 | + "@types/node": "^20", |
| 46 | + "@types/react": "^19", |
| 47 | + "@types/react-dom": "^19", |
| 48 | + "tailwindcss": "^4.1.7", |
| 49 | + "typescript": "^5" |
| 50 | + } |
51 | 51 | } |
0 commit comments