-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
59 lines (59 loc) · 1.79 KB
/
package.json
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
{
"name": "apple-music-github-profile",
"version": "1.0.0",
"description": "Show your recently played song on Apple Music directly to your GitHub profile.",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"preview:generate": "tsx tools/generatePreviews.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rayriffy/apple-music-github-profile.git"
},
"keywords": [],
"author": "Phumrapee Limpianchop <[email protected]>",
"license": "GNU AGPLv3",
"bugs": {
"url": "https://github.com/rayriffy/apple-music-github-profile/issues"
},
"homepage": "https://github.com/rayriffy/apple-music-github-profile#readme",
"dependencies": {
"@hapi/iron": "^7.0.1",
"apple-signin-auth": "^1.7.6",
"art-template": "4.13.2",
"cookie": "^0.6.0",
"csrf": "^3.1.0",
"jsonwebtoken": "^9.0.2",
"mongodb": "^6.8.0",
"next": "^14.2.5",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.3.0",
"sharp": "^0.33.4",
"svgo": "^3.3.2"
},
"devDependencies": {
"@biomejs/biome": "^1.8.3",
"@next/bundle-analyzer": "^14.2.5",
"@tailwindcss/forms": "^0.5.7",
"@types/cookie": "^0.6.0",
"@types/jsonwebtoken": "^9.0.6",
"@types/node": "^22.3.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.20",
"musickit-typescript": "^1.2.4",
"postcss": "^8.4.41",
"tailwindcss": "^3.4.10",
"tsx": "^4.17.0",
"typescript": "^5.5.4"
},
"pnpm": {
"patchedDependencies": {
"[email protected]": "patches/[email protected]"
}
},
"packageManager": "[email protected]+sha512.38dc6fba8dba35b39340b9700112c2fe1e12f10b17134715a4aa98ccf7bb035e76fd981cf0bb384dfa98f8d6af5481c2bef2f4266a24bfa20c34eb7147ce0b5e"
}