generated from shuding/nextra-docs-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
51 lines (51 loc) · 1.44 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
{
"name": "gqty-website",
"version": "0.0.1",
"description": "GQty Website",
"scripts": {
"preinstall": "npx only-allow pnpm",
"dev": "next dev",
"build": "next build",
"start": "next start",
"build:themes": "reshaped theming --output themes"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gqty-dev/gqty"
},
"author": "Micha Mailaender <micha@mailaender.me>",
"license": "MIT",
"bugs": {
"url": "https://github.com/gqty-dev/gqty/issues"
},
"homepage": "https://gqty.dev",
"dependencies": {
"@stackblitz/sdk": "^1.11.0",
"@vercel/analytics": "^1.4.1",
"@vercel/speed-insights": "^1.1.0",
"next": "^14.2.22",
"nextra": "^2.13.4",
"nextra-theme-docs": "^2.13.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-feather": "^2.0.10",
"remark-mermaid-nextra": "^0.0.4",
"reshaped": "file:node_modules_offline/reshaped-react-v1.14.0.tgz"
},
"devDependencies": {
"@gqty/react": "^3.0.5",
"@twind/next": "^1.0.10",
"@types/node": "^22.10.5",
"@types/react": "^18.3.18",
"autoprefixer": "^10.4.20",
"gqty": "^3.2.2",
"postcss": "^8.4.49",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.6",
"tailwindcss": "^3.4.17",
"twind": "^0.16.19",
"typescript": "^5.7.2",
"vercel": "^37.14.0"
},
"packageManager": "pnpm@8.15.6+sha256.01c01eeb990e379b31ef19c03e9d06a14afa5250b82e81303f88721c99ff2e6f"
}