forked from wahid-ari/next-supabase-book-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1005 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
38
39
40
41
{
"name": "next-supabase-book-docs",
"version": "0.0.1",
"description": "MyBook Docs",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"type-check": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wahidari"
},
"author": "wahidari",
"license": "MIT",
"homepage": "https://github.com/wahidari",
"dependencies": {
"@headlessui/react": "^1.6.5",
"@heroicons/react": "^2.0.12",
"@vercel/og": "^0.1.0",
"axios": "^1.2.1",
"clsx": "^1.2.1",
"framer-motion": "^7.6.19",
"json-format-highlight": "^1.0.4",
"next": "^13.1.6",
"nextra": "^2.10.0",
"nextra-theme-docs": "^2.10.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/node": "^17.0.12",
"@types/react": "^18.0.22",
"@types/react-dom": "^18.0.7",
"autoprefixer": "^10.4.13",
"postcss": "^8.4.19",
"tailwindcss": "^3.2.4",
"typescript": "^5.0.3"
}
}