-
Notifications
You must be signed in to change notification settings - Fork 26
/
package.json
38 lines (38 loc) · 1.07 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
{
"name": "h5p-crossword",
"version": "0.6.5",
"description": "Example H5P Content Type for getting started",
"private": true,
"scripts": {
"lint": "eslint './src/**/*.js'",
"build": "webpack --mode=production",
"watch": "webpack --mode=development --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/otacke/h5p-crossword.git"
},
"keywords": [
"h5p",
"library",
"crossword"
],
"author": "Language Training Center GmbH, Oliver Tacke",
"license": "MIT",
"type": "module",
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/plugin-transform-destructuring": "^7.25.9",
"@babel/preset-env": "^7.26.0",
"babel-loader": "^9.2.1",
"css-loader": "^7.1.2",
"eslint-config-snordian-h5p": "github:otacke/eslint-config-snordian-h5p",
"mini-css-extract-plugin": "^2.9.2",
"regenerator-runtime": "^0.14.1",
"sass": "^1.81.0",
"sass-loader": "^16.0.3",
"webpack": "^5.96.1",
"webpack-cli": "^5.1.4"
},
"browserslist": "> 0.5%, last 2 versions, Firefox ESR, not dead"
}