forked from chitimbwasc/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.55 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.55 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
53
54
55
56
57
58
59
{
"name": "prisma-docs",
"version": "0.0.2",
"description": "Prisma Documentation",
"scripts": {
"dev": "next --turbopack",
"build": "next build",
"start": "next start",
"postbuild": "pagefind --site .next --output-path public/_pagefind || true",
"record": "tsx scripts/record/index.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/prisma-collective/docs.git"
},
"author": "Prisma",
"license": "MIT",
"bugs": {
"url": "https://github.com/prisma-collective/docs/issues"
},
"homepage": "https://docs.prisma.events",
"dependencies": {
"@headlessui/react": "^2.2.2",
"@next/mdx": "^15.2.4",
"@tailwindcss/postcss": "^4.0.17",
"@vercel/analytics": "^1.5.0",
"boring-avatars": "^1.11.2",
"chart.js": "^4.4.8",
"cose-base": "^2.2.0",
"cytoscape": "^3.32.0",
"cytoscape-cose-bilkent": "^4.1.0",
"googleapis": "^154.0.0",
"next": "^15.2.4",
"nextra": "^4.2.16",
"nextra-theme-docs": "^4.2.16",
"open": "^10.2.0",
"postcss": "^8.5.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.5.0",
"remark-wiki-link": "^2.0.1",
"shiki": "3.2.1"
},
"devDependencies": {
"@mdx-js/react": "^3.1.0",
"@types/node": "22.13.10",
"@types/react": "19.0.10",
"chalk": "^5.4.1",
"execa": "^9.6.0",
"inquirer": "^12.8.2",
"pagefind": "^1.3.0",
"sharp": "^0.34.3",
"systeminformation": "^5.27.7",
"tailwindcss": "^4.0.17",
"tsx": "^4.20.3",
"typescript": "^5.8.2"
},
"type": "module"
}