forked from h5p/h5p-branching-scenario
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 988 Bytes
/
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-branching-scenario",
"version": "1.2.1",
"description": "",
"main": "index.js",
"scripts": {
"watch": "webpack --watch",
"dev": "cross-env NODE_ENV=development webpack",
"build": "cross-env NODE_ENV=production webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/h5p/h5p-branching-scenario.git"
},
"keywords": [],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/h5p/h5p-branching-scenario/issues"
},
"homepage": "https://github.com/h5p/h5p-branching-scenario#readme",
"devDependencies": {
"@babel/core": "^7.18.6",
"@babel/eslint-parser": "^7.18.2",
"@babel/preset-env": "^7.18.6",
"babel-loader": "^8.2.5",
"cross-env": "^7.0.3",
"eslint": "^8.18.0",
"eslint-plugin-react": "^7.30.1",
"webpack": "^5.73.0",
"webpack-cli": "^4.10.0"
},
"dependencies": {
"detect-resize": "^0.1.5"
},
"overrides": {
"webpack": "^5.73.0"
}
}