1{
2 "name": "zed-internal-docs",
3 "version": "0.1.0",
4 "private": true,
5 "scripts": {
6 "dev": "next dev",
7 "build": "next build",
8 "start": "next start",
9 "lint": "next lint"
10 },
11 "browserslist": "defaults, not ie <= 11",
12 "dependencies": {
13 "@algolia/autocomplete-core": "^1.7.3",
14 "@headlessui/react": "^1.7.13",
15 "@mdx-js/loader": "^2.1.5",
16 "@mdx-js/react": "^2.1.5",
17 "@next/mdx": "^13.0.3",
18 "@sindresorhus/slugify": "^2.1.1",
19 "@tailwindcss/typography": "^0.5.8",
20 "acorn": "^8.8.1",
21 "autoprefixer": "^10.4.7",
22 "clsx": "^1.2.0",
23 "fast-glob": "^3.2.12",
24 "focus-visible": "^5.2.0",
25 "framer-motion": "7.8.1",
26 "mdast-util-to-string": "^3.2.0",
27 "mdx-annotations": "^0.1.1",
28 "next": "13.4.2",
29 "postcss-focus-visible": "^6.0.4",
30 "react": "18.2.0",
31 "react-dom": "18.2.0",
32 "react-highlight-words": "^0.20.0",
33 "recma-nextjs-static-props": "^1.0.0",
34 "rehype-mdx-title": "^2.0.0",
35 "remark": "^14.0.2",
36 "remark-gfm": "^3.0.1",
37 "remark-mdx": "^2.3.0",
38 "shiki": "^0.11.1",
39 "simple-functional-loader": "^1.2.1",
40 "tailwindcss": "^3.3.0",
41 "unist-util-filter": "^4.0.1",
42 "unist-util-visit": "^4.1.1",
43 "zustand": "^4.3.2"
44 },
45 "devDependencies": {
46 "eslint": "8.26.0",
47 "eslint-config-next": "13.0.2",
48 "prettier": "^2.8.7",
49 "prettier-plugin-tailwindcss": "^0.2.6"
50 }
51}