-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.61 KB
/
Copy pathpackage.json
File metadata and controls
52 lines (52 loc) · 1.61 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
{
"name": "barq-knowledge-base",
"version": "0.0.1",
"description": "BARQ! Knowledge Base",
"scripts": {
"dev": "next --turbopack",
"build": "NEXT_PRIVATE_STANDALONE=true next build",
"start": "next start",
"lint": "next lint",
"postbuild": "opennextjs-cloudflare build -s && pagefind --site .next/server/app --output-path public/_pagefind",
"check-updates": "npx npm-check-updates --format group -i",
"preview": "npm run build && wrangler dev",
"deploy": "wrangler deploy",
"cf-typegen": "wrangler types --env-interface CloudflareEnv cloudflare-env.d.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FurryApp/knowledge-base.git"
},
"author": "BARQ! <support@barq.app>",
"license": "MIT",
"bugs": {
"url": "https://github.com/FurryApp/knowledge-base/issues"
},
"homepage": "https://github.com/FurryApp/knowledge-base#readme",
"dependencies": {
"@opennextjs/cloudflare": "^1.0.4",
"next": "^15.3.2",
"nextra": "4.3.0-alpha.22",
"nextra-theme-docs": "4.3.0-alpha.22",
"react": "^19.1.0",
"react-dom": "^19.1.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "4.1.7",
"@types/node": "^22",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "15.3.2",
"eslint-plugin-react-hooks": "^5.2.0",
"pagefind": "^1.3.0",
"postcss": "^8",
"prettier": "^3.5.3",
"prettier-plugin-tailwindcss": "^0.6.11",
"tailwindcss": "^4.1.7",
"typescript": "^5",
"wrangler": "^4.16.1"
},
"packageManager": "pnpm@10.11.0"
}