forked from h5p/h5p-three-image
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.54 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.54 KB
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
42
43
44
45
46
47
48
49
50
{
"name": "h5p-ndla-escape-room",
"version": "0.7.4",
"description": "Create 360 image content",
"main": "index.js",
"scripts": {
"build": "webpack --mode=production",
"watch": "webpack --mode=development --watch",
"lint": "eslint './scripts/**/*.js'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ndlano/h5p-escape-room.git"
},
"author": "Joubel AS <contact@joubel.com> (https://joubel.com)",
"license": "MIT",
"contributors": [
"Frode Petterson <frode.petterson@joubel.com> (https://github.com/icc)",
"Thomas Marstrander <thomas.marstrander@joubel.com> (https://github.com/thomasmars)"
],
"bugs": {
"url": "https://github.com/ndlano/h5p-escape-room/issues"
},
"homepage": "https://github.com/ndlano/h5p-escape-room#readme",
"devDependencies": {
"@babel/core": "^7.29.0",
"@babel/eslint-parser": "^7.28.6",
"@babel/preset-env": "^7.29.0",
"@babel/preset-react": "^7.28.5",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"babel-loader": "^10.1.0",
"css-loader": "^7.1.4",
"eslint-config-ndla-h5p": "github:NDLANO/eslint-config-ndla-h5p",
"eslint-plugin-react": "^7.37.5",
"mini-css-extract-plugin": "^2.10.0",
"sass": "^1.97.3",
"sass-loader": "^16.0.7",
"webpack": "^5.105.4",
"webpack-cli": "^6.0.1"
},
"dependencies": {
"he": "^1.2.0",
"prop-types": "^15.8.1",
"react": "^19.2.4",
"react-dom": "^19.2.4"
},
"browserslist": "> 0.5%, last 2 versions, Firefox ESR, not dead",
"type": "module"
}