-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.33 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
{
"name": "h5p-keyword-selector",
"version": "1.1.2",
"description": "Keyword selector for activer reader mode",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "stylelint './src/**/*.scss' && eslint './src/**/*.js'",
"build": "webpack --mode=production",
"watch": "webpack --mode=development --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NDLANO/h5p-keyword-selector.git"
},
"keywords": [
"h5p",
"library"
],
"author": "Ravi Majithia",
"license": "MIT",
"devDependencies": {
"@babel/cli": "^7.25.9",
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"babel-loader": "^9.2.1",
"css-loader": "^7.1.2",
"eslint": "^8.56.0",
"eslint-config-ndla-h5p": "github:ndlano/eslint-config-ndla-h5p",
"eslint-plugin-jsdoc": "^50.6.0",
"mini-css-extract-plugin": "^2.9.2",
"regenerator-runtime": "^0.14.1",
"resolve-url-loader": "^5.0.0",
"sass": "^1.81.1",
"sass-loader": "^16.0.3",
"stylelint": "^16.11.0",
"stylelint-config-recommended": "^14.0.1",
"stylelint-config-recommended-scss": "^14.1.0",
"webpack": "^5.96.1",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"he": "^1.2.0"
},
"browserslist": "> 0.5%, last 2 versions, Firefox ESR, not dead"
}