-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.5 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
{
"name": "h5p-editor-virtualthreetour",
"version": "0.5.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --mode=production",
"watch": "webpack --mode=development --watch",
"lint": "eslint './src/**/*.js'"
},
"devDependencies": {
"@babel/cli": "7.24.7",
"@babel/core": "^7.24.7",
"@babel/eslint-parser": "^7.24.7",
"@babel/preset-env": "^7.24.7",
"@babel/preset-react": "^7.24.7",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"babel-loader": "^9.1.3",
"css-loader": "^7.1.2",
"eslint": "^8.56.0",
"eslint-config-ndla-h5p": "github:NDLANO/eslint-config-ndla-h5p",
"eslint-plugin-jsdoc": "^48.7.0",
"eslint-plugin-react": "^7.34.3",
"mini-css-extract-plugin": "^2.9.0",
"sass": "^1.77.7",
"sass-loader": "^14.2.1",
"webpack": "^5.92.1",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"@babel/plugin-transform-runtime": "^7.24.7",
"prop-types": "^15.8.1",
"react": "^18.3",
"react-dom": "^18.3",
"react-toastify": "^10.0.6"
},
"keywords": [],
"author": "Joubel AS <[email protected]> (https://joubel.com), NDLA (https://ndla.no)",
"license": "MIT",
"contributors": [
"Frode Petterson <[email protected]> (https://github.com/icc)",
"Thomas Marstrander <[email protected]> (https://github.com/thomasmars)"
],
"browserslist": "> 0.5%, last 2 versions, Firefox ESR, not dead"
}