-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 786 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 786 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
{
"name": "docket",
"version": "1.0.2",
"description": "markdown notes in new tab",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rspack",
"start": "rspack --watch",
"analyze": "rspack build --analyze"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@rspack/cli": "^1.4.4",
"@rspack/core": "^1.4.4",
"@types/chrome": "^0.0.268",
"license-webpack-plugin": "^4.0.2",
"ts-node": "^10.9.2",
"typescript": "^5.5.2"
},
"dependencies": {
"dompurify": "^3.1.5",
"highlight.js": "^11.9.0",
"jszip": "^3.10.1",
"marked": "^13.0.1",
"marked-alert": "^2.1.2",
"marked-footnote": "^1.2.2",
"marked-highlight": "^2.1.3"
}
}