-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.2 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.2 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
41
42
43
44
45
46
47
48
{
"name": "@vakra-dev/supermarkdown-web",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@mdx-js/loader": "^3.0.0",
"@mdx-js/react": "^3.0.0",
"@monaco-editor/react": "^4.6.0",
"@next/mdx": "^15",
"@vakra-dev/supermarkdown-wasm": "^0.0.5",
"diff": "^8.0.3",
"docx": "^9.6.0",
"framer-motion": "^12.29.2",
"lucide-react": "^0.475.0",
"markdown-it": "^14.1.1",
"next": "^15",
"react": "^19",
"react-dom": "^19",
"rehype-slug": "^6.0.0",
"remark": "^15.0.1",
"remark-gfm": "^4.0.1",
"remark-parse": "^11.0.0",
"remark-stringify": "^11.0.0",
"shiki": "^1.0.0",
"use-debounce": "^10.0.0"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.10",
"@types/diff": "^7.0.2",
"@types/markdown-it": "^14.1.2",
"@types/mdx": "^2.0.0",
"@types/node": "^20.0.0",
"@types/react": "^19",
"@types/react-dom": "^19",
"autoprefixer": "^10.4.0",
"eslint": "^8.0.0",
"eslint-config-next": "^15",
"postcss": "^8.4.0",
"tailwindcss": "^3.4.0",
"typescript": "^5.3.0"
}
}