-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 920 Bytes
/
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
{
"name": "github-iframe",
"description": "Display live GitHub code in an iframe",
"version": "0.7.8",
"private": true,
"scripts": {
"dev": "next dev",
"dev:turbopack": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@vercel/analytics": "^1.4.1",
"clsx": "^2.1.1",
"next": "15.0.3",
"octokit": "^4.0.2",
"react": "19.0.0-rc-02c0e824-20241028",
"react-dom": "19.0.0-rc-02c0e824-20241028",
"react-icons": "^5.3.0",
"shiki": "^1.23.1",
"tailwind-merge": "^2.5.5",
"zustand": "^5.0.1"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.0.0-beta.1",
"@types/node": "^22.10.0",
"@types/react": "^18",
"@types/react-dom": "^18",
"postcss": "^8.4.49",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.9",
"tailwindcss": "^4.0.0-beta.1",
"typescript": "^5.7.2"
}
}