-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
64 lines (64 loc) · 1.85 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
{
"name": "h5p-vocabulary-drill",
"version": "1.0.33",
"description": "An H5P content type specialized for glossary tests",
"main": "dist/h5p-vocabulary-drill.js",
"scripts": {
"start": "npm watch",
"build": "webpack --mode=production",
"watch": "webpack --mode=development --watch",
"lint": "eslint . --ext .ts,.tsx,.js,.jsx",
"lint:fix": "npm run lint -- --fix",
"test": "jest",
"test:watch": "jest --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NDLANO/h5p-vocabulary-drill.git"
},
"keywords": [],
"author": "NDLA",
"license": "MIT",
"bugs": {
"url": "https://github.com/NDLANO/h5p-vocabulary-drill/issues"
},
"homepage": "https://github.com/NDLANO/h5p-vocabulary-drill#readme",
"browserslist": [
"> 0.5% and last 3 versions, Firefox ESR and not dead"
],
"dependencies": {
"h5p-utils": "^4.0.0",
"he": "^1.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"use-h5p": "^2.1.0"
},
"devDependencies": {
"@babel/preset-env": "^7.26.0",
"@babel/preset-react": "^7.25.9",
"@types/he": "^1.2.3",
"@types/jest": "^29.5.14",
"@types/node": "^22.10.1",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@typescript-eslint/eslint-plugin": "^8.17.0",
"@typescript-eslint/parser": "^8.17.0",
"babel-loader": "^9.2.1",
"css-loader": "^7.1.2",
"eslint": "^8.57.0",
"eslint-config-ndla-h5p": "github:ndlano/eslint-config-ndla-h5p",
"h5p-types": "^5.6.0",
"h5p-types-joubel-ui": "^3.0.0",
"jest": "^29.7.0",
"mini-css-extract-plugin": "^2.9.2",
"sass": "^1.81.1",
"sass-loader": "^16.0.3",
"style-loader": "^4.0.0",
"ts-jest": "^29.2.5",
"ts-loader": "^9.5.1",
"typescript": "^5.7.2",
"unplugin-json-dts": "^1.2.1",
"webpack": "^5.96.1",
"webpack-cli": "^5.1.4"
}
}