-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.08 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
{
"name": "tuslipid",
"version": "0.1.0",
"private": true,
"homepage": "https://xuankhoatu.com/",
"dependencies": {
"@mdx-js/loader": "^3.1.0",
"@mdx-js/react": "^3.1.0",
"@next/mdx": "^14.2.15",
"@types/mdx": "^2.0.13",
"@vercel/speed-insights": "^1.0.12",
"next": "^14.2.15",
"next-mdx-remote": "^4.4.1",
"react": "^18.3.1",
"react-device-detect": "^2.2.3",
"react-dom": "^18.3.1",
"rehype-highlight": "^7.0.0",
"rehype-katex": "^7.0.1",
"rehype-raw": "^7.0.0",
"rehype-slug": "^6.0.0",
"remark-gfm": "^3.0.1",
"remark-math": "^6.0.0",
"remark-mdx": "^3.1.0",
"typescript": "^5.6.3"
},
"scripts": {
"start": "next start",
"build": "next build",
"dev": "next dev",
"lint": "next lint",
"style:main": "sass --watch scss/style.scss public/css/style.css",
"style:md": "sass --watch scss/markdown.scss public/css/markdown.css"
},
"devDependencies": {
"@types/node": "^20.16.13",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"@next/bundle-analyzer": "^14.2.15"
}
}