-
Notifications
You must be signed in to change notification settings - Fork 55
/
package.json
41 lines (41 loc) · 1.08 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
{
"name": "h5p-branching-scenario",
"version": "1.8.3",
"description": "",
"main": "index.js",
"scripts": {
"lint": "eslint './src/**/*.js'",
"build": "webpack --mode=production",
"watch": "webpack --mode=development --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/h5p/h5p-branching-scenario.git"
},
"keywords": [],
"author": "",
"license": "MIT",
"type": "module",
"bugs": {
"url": "https://github.com/h5p/h5p-branching-scenario/issues"
},
"homepage": "https://github.com/h5p/h5p-branching-scenario#readme",
"devDependencies": {
"@babel/cli": "^7.23.0",
"@babel/core": "^7.23.2",
"@babel/preset-env": "^7.23.2",
"babel-loader": "^9.1.3",
"css-loader": "^6.8.1",
"eslint": "^8.18.0",
"mini-css-extract-plugin": "^2.7.6",
"resolve-url-loader": "^5.0.0",
"sass": "^1.69.5",
"sass-loader": "^13.3.2",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"detect-resize": "^0.1.5"
},
"browserslist": "> 0.5%, last 3 versions, Firefox ESR, not dead"
}