-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.63 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.63 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": "zanzibar-annotated",
"version": "0.1.0",
"repository": "https://github.com/authzed/zanzibar-annotated",
"license": "Apache-2.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"cypress": "cypress run",
"e2e": "start-server-and-test 'dev' 'http-get://localhost:3000' 'cypress'",
"test": "vitest"
},
"dependencies": {
"@headlessui/react": "^2.2.8",
"@heroicons/react": "^2.2.0",
"@mdx-js/loader": "^3.1.1",
"@mdx-js/react": "^3.1.1",
"@next/mdx": "^15.5.3",
"@popperjs/core": "^2.11.8",
"chrome-aws-lambda": "~10.1.0",
"clsx": "^2.1.1",
"jsdom": "^27.0.0",
"lodash.debounce": "^4.0.8",
"next": "15.5.9",
"puppeteer-core": "^24.20.0",
"react": "19.1.1",
"react-click-away-listener": "^2.4.0",
"react-dom": "19.1.1",
"react-markdown": "^10.1.0",
"react-popper": "^2.3.0",
"rehype-katex": "^7.0.1",
"remark-gfm": "^4.0.1",
"remark-math": "^6.0.0",
"slugify": "^1.6.6"
},
"devDependencies": {
"@svgr/webpack": "^8.1.0",
"@types/gtag.js": "^0.0.20",
"@types/jsdom": "^21.1.7",
"@types/lodash.debounce": "^4.0.9",
"@types/node": "24.4.0",
"@types/react": "19.1.13",
"@types/react-dom": "19.1.9",
"autoprefixer": "^10.4.21",
"cypress": "^15.2.0",
"eslint": "9.35.0",
"eslint-config-next": "15.5.3",
"identity-obj-proxy": "^3.0.0",
"next-plugin-yaml": "^1.0.1",
"postcss": "^8.5.6",
"start-server-and-test": "^2.1.0",
"tailwindcss": "^3.4.17",
"typescript": "5.9.2",
"vitest": "^3.2.4"
}
}