forked from h5p/h5p-course-presentation
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 loc) · 1.32 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
{
"name": "h5p-interactive-board",
"version": "1.24.37",
"description": "A free HTML5- based presentation content type which allows users to add multiple choice, fill in the blanks, texts and other types of interactions to their presentations using only a web browser.",
"private": true,
"scripts": {
"lint": "eslint './src/**/*.js'",
"build": "webpack --mode=production",
"watch": "webpack --mode=development --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ndlano/h5p-interactive-board.git"
},
"keywords": [
"h5p",
"content-type"
],
"author": "Joubel",
"license": "MIT",
"type": "module",
"devDependencies": {
"@babel/cli": "^7.23.4",
"@babel/core": "^7.23.7",
"@babel/preset-env": "^7.23.8",
"babel-loader": "^9.1.3",
"css-loader": "^6.9.0",
"eslint": "^8.56.0",
"eslint-config-ndla-h5p": "github:ndlano/eslint-config-ndla-h5p",
"h5p-lib-controls": "0.0.15",
"h5p-parent": "0.0.2",
"mini-css-extract-plugin": "^2.7.7",
"regenerator-runtime": "^0.14.1",
"resolve-url-loader": "^5.0.0",
"sass": "^1.69.7",
"sass-loader": "^13.3.3",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"focus-trap": "^7.5.4"
},
"browserslist": "> 0.5%, last 3 versions, Firefox ESR, not dead"
}