forked from h5p/h5p-three-image
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
52 lines (52 loc) · 1.64 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
42
43
44
45
46
47
48
49
50
51
52
{
"name": "h5p-ndla-escape-room",
"version": "0.5.3",
"description": "Create 360 image content",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"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 <[email protected]> (https://joubel.com)",
"license": "MIT",
"contributors": [
"Frode Petterson <[email protected]> (https://github.com/icc)",
"Thomas Marstrander <[email protected]> (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.26.0",
"@babel/eslint-parser": "^7.25.9",
"@babel/preset-env": "^7.26.0",
"@babel/preset-react": "^7.25.9",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"babel-loader": "^9.2.1",
"css-loader": "^7.1.2",
"eslint": "^8.57.0",
"eslint-config-ndla-h5p": "github:NDLANO/eslint-config-ndla-h5p",
"eslint-plugin-jsdoc": "^50.4.3",
"eslint-plugin-react": "^7.37.2",
"mini-css-extract-plugin": "^2.9.2",
"sass": "^1.80.6",
"sass-loader": "^16.0.3",
"webpack": "^5.96.1",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"he": "^1.2.0",
"prop-types": "^15.8.1",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"browserslist": "> 0.5%, last 2 versions, Firefox ESR, not dead"
}