-
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) · 818 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 818 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": "outstanding",
"version": "0.1.0",
"description": "Yet another markdown-based note-taking app",
"type": "module",
"scripts": {
"start": "vite --host",
"dev": "vite --host",
"build": "vite build",
"serve": "vite preview --port 5000"
},
"license": "MIT",
"devDependencies": {
"@types/wicg-file-system-access": "^2023.10.5",
"typescript": "^5.3.3",
"vite": "^5.1.4",
"voby-vite": "^1.0.0"
},
"dependencies": {
"@fabiospampinato/is": "^2.8.0",
"@mdi/js": "^7.4.47",
"are-deeply-equal": "^1.1.1",
"beercss": "^3.5.1",
"context-keys": "^5.2.3",
"marked": "^14.1.0",
"material-dynamic-colors": "^1.1.0",
"monaco-editor": "^0.50.0",
"shosho": "^1.4.3",
"voby": "*"
},
"private": true,
"packageManager": "yarn@4.3.0"
}