-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 927 Bytes
/
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
{
"name": "markedit-devtools",
"version": "1.0.0",
"description": "Dev Tools for MarkEdit.",
"scripts": {
"build": "vite build",
"reload": "osascript -e 'quit app \"MarkEdit\"' -e 'delay 1' -e 'launch app \"MarkEdit\"'",
"uninstall": "rm ~/Library/Containers/app.cyan.markedit/Data/Documents/scripts/$(node -p \"require('./package.json').name\").js"
},
"license": "MIT",
"devDependencies": {
"@codemirror/language": "^6.0.0",
"@codemirror/state": "^6.0.0",
"@codemirror/view": "^6.0.0",
"@types/crypto-js": "^4.2.2",
"@types/he": "^1.2.3",
"@types/node": "^22.0.0",
"@types/uuid": "^10.0.0",
"markedit-api": "https://github.com/MarkEdit-app/MarkEdit-api#v0.6.0",
"typescript": "^5.0.0",
"vite": "^5.0.0"
},
"dependencies": {
"change-case": "^5.4.4",
"crypto-js": "^4.2.0",
"he": "^1.2.0",
"title-case": "^4.3.2",
"uuid": "^10.0.0"
}
}