forked from maqi1520/mdx-notes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
80 lines (80 loc) · 2.17 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "editor.runjs.cool",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@vercel/analytics": "^1.0.0",
"class-variance-authority": "^0.4.0",
"clsx": "^1.1.1",
"eventsource-parser": "^1.0.0",
"monaco-editor-webpack-plugin": "^7.0.1",
"next": "^14.0.4",
"node-fetch": "^3.2.3",
"qrcode": "^1.5.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@babel/standalone": "^7.17.8",
"@mdx-js/mdx": "^3.0.0",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-radio-group": "^1.1.3",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-toggle": "^1.0.3",
"@radix-ui/react-toggle-group": "^1.0.4",
"@types/node": "20.5.6",
"@types/react": "18.2.46",
"autoprefixer": "10.3.5",
"codemirror": "^5.57.0",
"debounce": "^1.2.0",
"dlv": "^1.1.3",
"eslint": "^8",
"eslint-config-next": "14.0.4",
"git-cz": "^4.9.0",
"is-mobile": "^2.2.2",
"juice": "8.0.0",
"i18next": "^23.4.6",
"lucide-react": "0.307.0",
"monaco-editor": "0.33.0",
"p-queue": "^6.6.1",
"postcss": "^8.3.9",
"postcss-import": "^12.0.1",
"prettier": "^2.1.1",
"prism-themes": "^1.9.0",
"prismjs": "^1.28.0",
"raw-loader": "^4.0.2",
"react-split-pane": "^0.1.92",
"react-use": "^15.3.4",
"rehype-katex": "^6.0.2",
"rehype-mermaidjs": "^1.0.1",
"rehype-prism-plus": "^1.6.3",
"rehype-raw": "^7.0.0",
"remark-frontmatter": "^5.0.0",
"remark-gfm": "^4.0.0",
"remark-math": "^6.0.0",
"remark-toc": "^9.0.0",
"tailwindcss": "^3.4.1",
"tailwind-merge": "^1.13.2",
"typeit": "^8.5.4",
"typescript": "5.2.2",
"vfile": "6.0.1",
"vfile-message": "^4.0.0",
"word-count": "^0.2.2",
"worker-loader": "^3.0.8"
},
"config": {
"commitizen": {
"path": "./node_modules/git-cz"
}
}
}