-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
38 lines (38 loc) · 1.05 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-mini-course",
"version": "1.0.0",
"description": "H5P Mini Course",
"main": "index.js",
"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/h5p/h5p-mini-course.git"
},
"keywords": [],
"author": "Joubel",
"license": "MIT",
"bugs": {
"url": "https://github.com/h5p/h5p-mini-course/issues"
},
"homepage": "https://github.com/h5p/h5p-mini-course#readme",
"devDependencies": {
"@babel/cli": "^7.17.6",
"@babel/core": "^7.17.9",
"@babel/plugin-transform-destructuring": "^7.17.7",
"@babel/preset-env": "^7.16.11",
"babel-loader": "^8.2.5",
"cross-env": "^7.0.3",
"css-loader": "^6.7.1",
"eslint": "^8.14.0",
"he": "^1.2.0",
"mini-css-extract-plugin": "^2.6.0",
"sass": "^1.50.1",
"sass-loader": "^12.6.0",
"webpack": "^5.72.0",
"webpack-cli": "^4.9.2"
}
}