-
Notifications
You must be signed in to change notification settings - Fork 67
/
package.json
54 lines (54 loc) · 1.55 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
{
"name": "mixpanel-docs",
"version": "0.0.1",
"description": "Mixpanel's Official Documentation",
"scripts": {
"api:build": "openapi --config=./openapi/openapi.config.yaml --output ./openapi/out/ bundle",
"api:lint": "openapi --config=./openapi/openapi.config.yaml --format=stylish lint",
"api:publish": "node ./openapi/publish.js",
"api:test": "./openapi/test.sh",
"build": "next build",
"postbuild": "next-sitemap",
"dev": "next dev",
"spelling": "cspell '**/*.md*'",
"start": "next start",
"test": "./utils/test.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mixpanel/docs.git"
},
"author": "Vijay Jayaram <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/mixpanel/docs/issues"
},
"homepage": "https://github.com/mixpanel/docs#readme",
"dependencies": {
"@docsearch/js": "^3.6.3",
"@docsearch/react": "^3.6.1",
"@headlessui/react": "^2.1.10",
"clsx": "^2.1.1",
"next": "^14.2.8",
"next-sitemap": "^4.2.3",
"nextra": "3.0.3",
"nextra-theme-docs": "3.0.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sass": "^1.81.0",
"sharp": "^0.33.5"
},
"devDependencies": {
"@redocly/openapi-cli": "1.0.0-beta.16",
"@types/mixpanel": "^2.14.9",
"@types/node": "22.8.0",
"autoprefixer": "^10.4.20",
"cspell": "^8.16.0",
"postcss": "^8.4.45",
"rdme": "8.6.6",
"tailwind-variants": "^0.2.1",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.3",
"yaml": "2.6.0"
}
}