-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 847 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 847 Bytes
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
{
"name": "disviewer",
"description": "Discord-styled Markdown Editor",
"homepage": "https://github.com/Sevelar/DisViewer",
"license": "MIT",
"author": "Sevelar",
"version": "0.4.3",
"main": "main.js",
"dependencies": {
"react": "^18.1.0",
"react-dom": "^18.1.0",
"rehype-parse": "^8.0.4",
"rehype-react": "^7.1.1",
"rehype-sanitize": "^5.0.1",
"remark-breaks": "^3.0.2",
"remark-parse": "^10.0.1",
"remark-rehype": "^10.1.0",
"unified": "^10.1.2"
},
"devDependencies": {
"@vitejs/plugin-react": "^1.1.4",
"electron": "^22.3.25",
"electron-builder": "^24.13.3",
"postcss-nested": "^5.0.6",
"vite": "^2.9.18"
},
"scripts": {
"dev:vite": "vite",
"dev:electron": "electron .",
"preview": "vite preview",
"publish": "vite build && electron-builder"
}
}