-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.01 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.01 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
{
"name": "h5peditor-active-reader-placeholder",
"version": "1.0.1",
"description": "Editor placeholder widget for H5P ActiveReader",
"private": true,
"scripts": {
"lint": "eslint './src/**/*.js'",
"build": "webpack --mode=production",
"watch": "webpack --mode=development --watch"
},
"repository": {
"type": "git"
},
"keywords": [
"h5p",
"editor"
],
"author": "Oliver Tacke",
"license": "MIT",
"type": "module",
"devDependencies": {
"@babel/cli": "^7.28.6",
"@babel/core": "^7.29.0",
"@babel/preset-env": "^7.29.2",
"babel-loader": "^10.1.1",
"css-loader": "^7.1.4",
"eslint-config-ndla-h5p": "github:ndlano/eslint-config-ndla-h5p",
"mini-css-extract-plugin": "^2.10.2",
"regenerator-runtime": "^0.14.1",
"sass": "^1.99.0",
"sass-loader": "^16.0.7",
"webpack": "^5.106.2",
"webpack-cli": "^7.0.2"
},
"dependencies": {
"color": "^5.0.3",
"he": "^1.2.0"
},
"browserslist": "> 0.5%, last 2 versions, Firefox ESR, not dead"
}