-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
50 lines (50 loc) · 1.39 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
{
"name": "xdagHub",
"private": true,
"description": "XDag Hub of Ecosystem Apps",
"scripts": {
"portal-copyFolder": "ts-node ./src/script/copyFolder.ts",
"portal-build": "npm run build --prefix ./XDagPortal && npm run portal-copyFolder",
"portal-start": "next start"
},
"dependencies": {
"@next/bundle-analyzer": "13.5.3",
"@tailwindcss/forms": "^0.5.4",
"@tailwindcss/typography": "^0.5.9",
"autoprefixer": "^10.4.13",
"contentlayer": "0.3.4",
"esbuild": "0.18.11",
"github-slugger": "^1.4.0",
"gray-matter": "^4.0.2",
"image-size": "1.0.0",
"next": "13.5.3",
"next-contentlayer": "0.3.4",
"next-themes": "^0.2.1",
"pliny": "0.1.4",
"postcss": "^8.4.24",
"react": "18.2.0",
"react-dom": "18.2.0",
"reading-time": "1.5.0",
"rehype-autolink-headings": "^6.1.0",
"rehype-citation": "^1.0.2",
"rehype-katex": "^6.0.3",
"rehype-preset-minify": "6.0.0",
"rehype-prism-plus": "^1.6.0",
"rehype-slug": "^5.1.0",
"remark": "^14.0.2",
"remark-gfm": "^3.0.1",
"remark-math": "^5.1.1",
"tailwindcss": "^3.3.3",
"unist-util-visit": "^4.1.0"
},
"devDependencies": {
"ts-node": "10.9.1",
"@types/node": "20.8.9",
"fs-extra":"11.1.1",
"@types/fs-extra": "11.0.3",
"@types/react": "^18.2.14",
"cross-env": "^7.0.3",
"typescript": "^5.1.3",
"@types/mdx": "^2.0.5"
}
}