forked from pilotmoon/PopClip-Extensions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 795 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
{
"devDependencies": {
"browserify": "^17.0.0",
"patch-package": "^6.4.7",
"ts-standard": "^10.0.0",
"typedoc": "^0.22.4",
"typescript": "^4.4.3",
"typescript-json-schema": "^0.51.0"
},
"dependencies": {
"@joplin/turndown-plugin-gfm": "^1.0.43",
"@popclip/helpers": "file:lib/@popclip/helpers",
"@popclip/test": "file:lib/@popclip/test",
"@tryfabric/martian": "^1.2.4",
"@types/crypto-js": "^4.1.1",
"@types/voca": "^1.4.1",
"case-anything": "^2.1.10",
"core-js": "^3.22.7",
"crypto-js": "^4.1.1",
"evernote": "^2.0.5",
"html-entities": "^2.3.3",
"mathjs": "^10.0.0",
"slackify-markdown": "^4.3.1",
"superagent": "^6.1.0",
"turndown-plugin-gfm": "^1.0.2",
"voca": "^1.4.0",
"zod": "^3.17.3"
}
}