-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
75 lines (75 loc) · 2.16 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
{
"name": "hxighlighter",
"version": "1.5.0",
"description": "JavaScript annotation tool suite",
"main": "index.js",
"scripts": {
"test": "./test_server.sh",
"webp": "webpack --mode production",
"start": "cd dist && http-server",
"all": "webpack --mode production && cd dist && http-server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lduarte1991/Hxighlighter.git"
},
"keywords": [
"annotations"
],
"private": true,
"author": "lduarte1991",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/lduarte1991/Hxighlighter/issues"
},
"homepage": "https://github.com/lduarte1991/Hxighlighter#readme",
"dependencies": {
"babel-loader": "^9.1.2",
"bootstrap": "^3.4.1",
"codemirror": "^6.0.1",
"handlebars": "^4.7.7",
"handlebars-loader": "^1.7.3",
"jquery-confirm": "^3.3.4",
"jquery.tokeninput": "github:lduarte1991/jquery-tokeninput#hxighlighter-fix",
"script-loader": "^0.7.2",
"summernote": "^0.8.20",
"timeago": "^1.6.7",
"toastr": "^2.1.4",
"video.js": "^8.3.0",
"videojs-transcript-ac": "^0.8.8",
"videojs-youtube": "^3.0.0",
"webpack": "^5.80.0"
},
"devDependencies": {
"@babel/cli": "^7.21.0",
"@babel/core": "^7.21.4",
"@babel/node": "^7.20.7",
"@babel/preset-env": "^7.21.4",
"@babel/register": "^7.21.0",
"@fortawesome/fontawesome-free": "^6.4.0",
"bs4-summernote": "^0.8.10",
"chai": "^4.3.7",
"connect": "^3.7.0",
"css-loader": "^6.7.3",
"css-minimizer-webpack-plugin": "^5.0.0",
"exports-loader": "^4.0.0",
"http-server": "^14.1.1",
"ignore-styles": "^5.0.1",
"imports-loader": "^4.0.1",
"jquery": "^3.6.4",
"jquery-tiny-pubsub": "^0.7.1",
"lodash": "^4.17.21",
"mini-css-extract-plugin": "^2.7.5",
"mocha": "^10.2.0",
"npm-check-updates": "^16.10.9",
"nyc": "^15.1.0",
"popper.js": "^1.16.1",
"puppeteer": "^19.11.1",
"regenerator-runtime": "^0.13.11",
"serve-static": "^1.15.0",
"style-loader": "^3.3.2",
"underscore-template-loader": "^1.2.0",
"webpack-auto-inject-version-next": "^1.2.4",
"webpack-cli": "^5.0.2"
}
}