-
Notifications
You must be signed in to change notification settings - Fork 59
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.48 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.48 KB
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"version": "3.11.1",
"name": "webclipper",
"private": true,
"description": "The core of the OneNote Web Clipper found at https://www.onenote.com/clipper",
"homepage": "https://github.com/OneNoteDev/WebClipper#readme",
"author": "Microsoft Corporation",
"license": "MIT",
"scripts": {
"build-only": "gulp buildOnly",
"watch": "gulp watch",
"build": "gulp build",
"build:prod": "gulp full --production",
"full": "gulp full",
"clean": "gulp clean",
"lint": "gulp lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/OneNoteDev/WebClipper.git"
},
"devDependencies": {
"@mozilla/readability": "^0.6.0",
"@types/chrome": "0.1.42",
"@types/pdf": "0.0.31",
"cssnano": "8.0.1",
"del": "8.0.1",
"esbuild": "0.28.0",
"eslint": "10.4.0",
"file-exists": "5.0.1",
"gulp": "5.0.1",
"gulp-concat": "2.6.1",
"gulp-less": "5.0.0",
"gulp-merge-json": "2.2.1",
"gulp-postcss": "10.0.0",
"gulp-rename": "2.1.0",
"gulp-uglify": "^3.0.2",
"gulp-zip": "6.1.0",
"pdfjs-dist": "5.7.284",
"postcss": "8.5.15",
"typescript": "5.7.2",
"typescript-eslint": "8.59.4",
"yargs": "18.0.0"
},
"overrides": {
"graceful-fs": "4.2.2",
"braces": "^3.0.3"
},
"dependencies": {
"jwt-decode": "^4.0.0"
}
}