-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.04 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.04 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
{
"name": "avo-docs",
"version": "1.0.0",
"private": true,
"license": "MIT",
"scripts": {
"dev": "DEV=true next dev",
"build": "next build",
"start": "next start",
"spellcheck": "yarn cspell --no-progress --show-suggestions --show-context 'pages/**/*.mdx' --locale en-us",
"lint": "next lint",
"prepare": "husky"
},
"dependencies": {
"@segment/analytics-next": "^1.81.1",
"@vercel/og": "^0.8.5",
"classnames": "^2.5.1",
"mixpanel-browser": "^2.64.0",
"next": "^14.2.32",
"nextra": "^3.1.0",
"nextra-theme-docs": "^3.3.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-medium-image-zoom": "5.2.5",
"sass": "^1.90.0",
"ssr-web-avo-inspector": "2.1.0"
},
"devDependencies": {
"@types/mixpanel-browser": "^2.54.0",
"@types/node": "^24.2.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"avo": "3.5.0",
"cspell": "^9.2.1",
"eslint": "^8.57.1",
"eslint-config-next": "15.5.3",
"husky": "^9.1.7",
"typescript": "^5.9.2"
}
}