-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
66 lines (66 loc) · 1.88 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
58
59
60
61
62
63
64
65
66
{
"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": "jest"
},
"dependencies": {
"@headlessui/react": "^1.7.19",
"@heroicons/react": "^2.1.5",
"@mdx-js/loader": "^3.1.0",
"@mdx-js/react": "^3.1.0",
"@next/mdx": "^14.2.14",
"@popperjs/core": "^2.11.8",
"@tailwindcss/line-clamp": "^0.4.4",
"@types/jsdom": "^20.0.1",
"chrome-aws-lambda": "~10.1.0",
"clsx": "^2.1.1",
"jsdom": "^24.1.1",
"lodash.debounce": "^4.0.8",
"next": "14.2.16",
"puppeteer-core": "~22.15.0",
"react": "18.2.0",
"react-click-away-listener": "^2.2.3",
"react-dom": "18.2.0",
"react-markdown": "^9.0.1",
"react-popper": "^2.3.0",
"rehype-katex": "^7.0.1",
"remark-gfm": "^4.0.0",
"remark-math": "^6.0.0",
"slugify": "^1.6.6",
"use-deep-compare-effect": "^1.8.1"
},
"devDependencies": {
"@svgr/webpack": "^8.1.0",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^14.2.2",
"@types/gtag.js": "^0.0.19",
"@types/lodash.debounce": "^4.0.9",
"@types/node": "20.12.2",
"@types/react": "18.2.73",
"@types/react-dom": "18.2.23",
"autoprefixer": "^10.4.19",
"babel-jest": "^29.7.0",
"cypress": "^13.7.1",
"eslint": "8.57.0",
"eslint-config-next": "14.1.4",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"next-plugin-yaml": "^1.0.1",
"postcss": "^8.4.16",
"start-server-and-test": "^2.0.3",
"tailwindcss": "^3.4.3",
"ts-jest": "^29.1.2",
"typescript": "5.4.3"
}
}