forked from otacke/h5p-crossword
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.03 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.4.8",
"description": "Example H5P Content Type for getting started",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "cross-env NODE_ENV=production ./node_modules/.bin/webpack",
"watch": "./node_modules/.bin/webpack --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.15.7",
"@babel/core": "^7.15.8",
"@babel/plugin-transform-destructuring": "^7.14.7",
"@babel/preset-env": "^7.15.8",
"babel-loader": "^8.2.3",
"cross-env": "^7.0.3",
"css-loader": "^6.5.0",
"eslint": "^8.1.0",
"mini-css-extract-plugin": "^2.4.3",
"sass": "^1.43.4",
"regenerator-runtime": "^0.13.9",
"sass-loader": "^12.3.0",
"webpack": "^5.60.0",
"webpack-cli": "^4.9.1"
}
}