-
Notifications
You must be signed in to change notification settings - Fork 56
/
package.json
92 lines (92 loc) · 2.89 KB
/
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"version": "3.9.8",
"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 tslint",
"pack-edge": "manifoldjs -l debug -p edgeextension -f edgeextension package ./target/edge/OneNoteWebClipper/edgeextension/manifest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/OneNoteDev/WebClipper.git"
},
"devDependencies": {
"@types/chrome": "0.0.130",
"@types/har-format": "1.2.7",
"@types/es6-promise": "0.0.32",
"@types/jquery": "2.0.40",
"@types/lodash": "4.14.52",
"@types/mithril": "0.0.31",
"@types/pdf": "0.0.31",
"@types/popper.js": "0.4.5",
"@types/qunit": "1.16.30",
"@types/rangy": "0.0.27",
"@types/safari-extension": "0.0.27",
"@types/sanitize-html": "1.13.31",
"@types/sinon": "1.16.35",
"@types/urijs": "1.15.31",
"@types/velocity-animate": "1.2.29",
"browserify": "14.1.0",
"del": "2.2.2",
"es5-shim": "4.5.9",
"es6-promise": "4.0.5",
"file-exists": "2.0.0",
"forever": "0.15.3",
"globby": "6.1.0",
"gulp": "3.9.1",
"gulp-concat": "2.6.1",
"gulp-cssnano": "2.1.2",
"gulp-less": "3.3.0",
"gulp-merge-json": "0.6.0",
"gulp-msx": "0.4.0",
"gulp-open": "2.0.0",
"gulp-plumber": "1.1.0",
"gulp-rename": "1.2.2",
"gulp-rtlcss": "1.0.0",
"gulp-shell": "0.5.2",
"gulp-tslint": "6.1.2",
"gulp-typescript": "3.1.4",
"gulp-uglify": "2.0.1",
"gulp-zip": "4.0.0",
"json3": "3.3.2",
"lodash": "4.17.21",
"manifoldjs": "^0.7.6",
"merge-stream": "1.0.1",
"mithril": "0.2.5",
"node-qunit-phantomjs": "1.5.0",
"node-static": "0.7.9",
"onenoteapi": "1.1.0",
"onenotepicker": "1.0.9",
"pdfjs-dist": "1.7.290",
"popper.js": "1.0.6",
"qunitjs": "1.20.0",
"rangy": "1.3.0",
"run-sequence": "1.2.2",
"sanitize-html": "1.14.1",
"sinon": "1.17.7",
"sinon-qunit": "2.0.0",
"ssl-root-cas": "1.2.3",
"tslint": "3.15.1",
"typescript": "2.3.4",
"urijs": "1.19.6",
"velocity-animate": "1.4.2",
"vinyl-source-stream": "1.1.0",
"yargs": "6.6.0"
},
"overrides": {
"graceful-fs": "4.2.2"
},
"dependencies": {
"jwt-decode": "^2.2.0"
}
}