-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.21 KB
/
Copy pathpackage.json
File metadata and controls
53 lines (53 loc) · 1.21 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
{
"name": "git-style",
"version": "0.1.0",
"description": "Turn your GitHub contributions into beautiful visuals. Style your commits your way.",
"keywords": [
"github",
"contributions",
"svg",
"badge",
"readme",
"profile",
"themes"
],
"homepage": "https://git-style.vercel.app",
"repository": {
"type": "git",
"url": "https://github.com/anonymousRecords/git-style.git"
},
"bugs": {
"url": "https://github.com/anonymousRecords/git-style/issues"
},
"author": "anonymousRecords",
"license": "MIT",
"packageManager": "pnpm@10.17.1",
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "biome check .",
"lint:fix": "biome check --write .",
"format": "biome format --write ."
},
"dependencies": {
"@heroicons/react": "^2.2.0",
"@napi-rs/canvas": "^0.1.88",
"motion": "^12.33.0",
"next": "16.1.5",
"postcss": "^8.5.3",
"posthog-js": "^1.342.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"upng-js": "^2.1.0"
},
"devDependencies": {
"@biomejs/biome": "^2.3.13",
"@tailwindcss/postcss": "^4.1.7",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"tailwindcss": "^4.1.7",
"typescript": "^5"
}
}