-
Notifications
You must be signed in to change notification settings - Fork 88
Expand file tree
/
Copy pathpackage.json
More file actions
83 lines (83 loc) · 2.47 KB
/
package.json
File metadata and controls
83 lines (83 loc) · 2.47 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "sourcegraph-docs",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"check-links": "node dev/check-links.mjs",
"check-filenames": "node dev/check-filenames.mjs",
"check-images": "node dev/check-images.mjs",
"generate-mermaid-logos": "node dev/generate-aws-icons.mjs",
"baseai": "baseai",
"sync": "npx baseai@latest deploy -m memory-sg-docs-live",
"format": "prettier --config ./prettier.config.js --cache --cache-strategy metadata --write=true '**/{*.{js?(on),ts?(x),md,mdx,s?css},.*.js?(on)}'"
},
"browserslist": "defaults, not ie <= 11",
"dependencies": {
"@algolia/autocomplete-core": "^1.13.0",
"@algolia/client-search": "^4.22.1",
"@baseai/core": "^0.9.41",
"@docsearch/react": "^3.5.2",
"@headlessui/react": "^1.7.17",
"@heroicons/react": "^2.1.1",
"@iconify-json/logos": "^1.2.10",
"@iconify/types": "^2.0.0",
"@mdx-js/mdx": "^3.1.0",
"@next/third-parties": "^14.1.4",
"@radix-ui/react-hover-card": "^1.1.5",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-slot": "^1.0.2",
"@tailwindcss/typography": "^0.5.10",
"@types/node": "20.4.9",
"@types/react": "18.2.20",
"@types/react-dom": "18.2.7",
"@types/react-highlight-words": "^0.16.7",
"algoliasearch": "^4.22.1",
"autoprefixer": "^10.4.16",
"class-variance-authority": "^0.7.0",
"clsx": "^1.2.1",
"contentlayer": "^0.3.4",
"date-fns": "^2.30.0",
"fast-glob": "^3.3.2",
"feed": "^4.2.2",
"github-slugger": "^2.0.0",
"js-yaml": "^4.1.0",
"kbar": "0.1.0-beta.44",
"lucide-react": "^0.372.0",
"mdx": "^0.3.1",
"mermaid": "^11.12.2",
"next": "^14.2.23",
"next-contentlayer": "^0.3.4",
"next-themes": "^0.2.1",
"prism-react-renderer": "^2.3.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-highlight-words": "^0.20.0",
"react-syntax-highlighter": "^15.6.1",
"rehype-autolink-headings": "^7.1.0",
"rehype-pretty-code": "^0.10.2",
"rehype-slug": "^6.0.0",
"rehype-toc": "^3.0.2",
"remark-gfm": "3.0.1",
"shiki": "^0.14.7",
"simple-functional-loader": "^1.2.1",
"tailwind-merge": "^2.3.0",
"tailwindcss": "^3.4.0",
"tailwindcss-animate": "^1.0.7",
"typescript": "5.1.6",
"unist-util-visit": "^5.0.0"
},
"devDependencies": {
"baseai": "^0.9.41",
"dotenv": "^16.4.7",
"eslint": "8.45.0",
"eslint-config-next": "13.4.16",
"glob": "^11.0.3",
"prettier": "^3.1.1",
"prettier-plugin-tailwindcss": "^0.5.9",
"sharp": "^0.32.6"
}
}