-
Notifications
You must be signed in to change notification settings - Fork 37
/
package.json
57 lines (57 loc) · 1.69 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
52
53
54
55
56
57
{
"name": "authzed-docs",
"version": "0.0.1",
"description": "Authzed & SpiceDB docs powered by Nextra",
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "./scripts/postbuild.sh",
"start": "next start",
"lint": "markdownlint-cli2"
},
"bugs": {
"url": "https://github.com/authzed/docs/issues"
},
"homepage": "https://github.com/authzed/docs#readme",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.5.2",
"@fortawesome/free-brands-svg-icons": "^6.5.2",
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"@fortawesome/react-fontawesome": "^0.2.2",
"@headlessui/react": "^1.7.19",
"@radix-ui/react-slot": "^1.1.0",
"@segment/in-eu": "^0.4.0",
"@svgr/webpack": "^8.1.0",
"@vercel/speed-insights": "^1.0.12",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"escape-string-regexp": "^5.0.0",
"flexsearch": "^0.7.43",
"js-yaml": "^4.1.0",
"next": "^14.2.7",
"next-sitemap": "^4.2.3",
"nextra": "^2.13.4",
"nextra-theme-docs": "^2.13.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-youtube": "^10.1.0",
"sharp": "^0.33.4",
"tailwind-merge": "^2.4.0"
},
"devDependencies": {
"@tailwindcss/line-clamp": "^0.4.4",
"@tailwindcss/typography": "^0.5.13",
"@types/flexsearch": "^0.7.6",
"@types/js-yaml": "^4.0.9",
"@types/node": "18.11.10",
"@types/react": "^18.3.3",
"autoprefixer": "^10.4.19",
"markdownlint-cli2": "^0.13.0",
"markdownlint-rule-max-one-sentence-per-line": "^0.0.2",
"postcss": "^8.4.39",
"shiki": "^0.14.7",
"tailwindcss": "^3.4.4",
"typescript": "^4.9.5",
"yaml-loader": "^0.8.1"
}
}