-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.83 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 1.83 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
{
"name": "aeo-dev",
"version": "0.1.0",
"description": "AEO.dev - Answer Engine Optimization Knowledge Base",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/answer-engine/aeo.git"
},
"homepage": "https://aeo.dev",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"browserslist": "defaults, not ie <= 11",
"dependencies": {
"@algolia/autocomplete-core": "^1.19.2",
"@headlessui/react": "^2.2.9",
"@mdx-js/loader": "^3.1.0",
"@mdx-js/react": "^3.1.0",
"@next/mdx": "^15",
"@sindresorhus/slugify": "^2.2.1",
"@tailwindcss/postcss": "^4.1.15",
"@tailwindcss/typography": "^0.5.16",
"@types/mdx": "^2.0.13",
"@types/react-highlight-words": "^0.20.0",
"@vercel/speed-insights": "^1.3.1",
"acorn": "^8.15.0",
"clsx": "^2.1.1",
"fast-glob": "^3.3.3",
"flexsearch": "^0.8.205",
"framer-motion": "^12.23.11",
"lucide-react": "^0.562.0",
"mdast-util-to-string": "^4.0.0",
"mdx-annotations": "^0.1.4",
"mermaid": "^11.12.2",
"next": "^15",
"next-themes": "^0.4.6",
"prettier-plugin-organize-imports": "^4.2.0",
"react": "^19",
"react-dom": "^19",
"react-highlight-words": "^0.21.0",
"remark": "^15.0.1",
"remark-gfm": "^4.0.1",
"remark-mdx": "^3.1.0",
"shiki": "^0.14.7",
"simple-functional-loader": "^1.2.1",
"tailwindcss": "^4.1.15",
"typescript": "^5.8.3",
"unist-util-filter": "^5.0.1",
"unist-util-visit": "^5.0.0",
"zustand": "^5.0.6"
},
"devDependencies": {
"@types/node": "^24.1.0",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9.32.0",
"eslint-config-next": "^15",
"prettier": "^3.6.2",
"prettier-plugin-tailwindcss": "^0.7.1",
"sharp": "0.34.3"
}
}