forked from otacke/h5p-crossword
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.06 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
{
"name": "h5p-crossword",
"version": "0.5.2",
"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",
"devDependencies": {
"@babel/cli": "^7.23.0",
"@babel/core": "^7.23.2",
"@babel/plugin-transform-destructuring": "^7.23.0",
"@babel/preset-env": "^7.23.2",
"babel-loader": "^9.1.3",
"css-loader": "^6.8.1",
"eslint": "^8.52.0",
"eslint-plugin-jsdoc": "^46.8.2",
"mini-css-extract-plugin": "^2.7.6",
"regenerator-runtime": "^0.14.0",
"sass": "^1.69.4",
"sass-loader": "^13.3.2",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4"
},
"browserslist": "> 0.5%, last 2 versions, Firefox ESR, not dead"
}