forked from mx-space/docs-v2-legacy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.04 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
{
"name": "mx-docs",
"version": "0.0.1",
"description": "MixSpace Documentation for mx-space.js.org",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mogland/mog-docs.git"
},
"author": "Shu Ding <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/mogland/mog-docs/issues"
},
"homepage": "https://github.com/mogland/mog-docs#readme",
"dependencies": {
"@openpanel/nextjs": "0.0.6-beta",
"@vercel/og": "^0.5.20",
"autoprefixer": "^10.4.16",
"clsx": "^2.0.0",
"copy-to-clipboard": "^3.3.3",
"framer-motion": "^10.16.5",
"next": "^13.3.0",
"nextra": "latest",
"nextra-theme-docs": "latest",
"postcss": "^8.4.31",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwindcss": "^3.3.5"
},
"devDependencies": {
"@types/node": "20.9.3",
"@types/react": "^18.2.38",
"gray-matter": "^4.0.3",
"rss": "^1.2.2",
"typescript": "^5.3.2"
}
}