-
Notifications
You must be signed in to change notification settings - Fork 66
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 897 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 897 Bytes
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
{
"name": "h5p-dialogcards",
"version": "1.9.31",
"description": "H5P Dialogue Cards ==========",
"main": "index.js",
"scripts": {
"build": "cross-env NODE_ENV='production' webpack",
"watch": "webpack --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/h5p/h5p-dialogcards.git"
},
"keywords": [],
"author": "Joubel",
"license": "MIT",
"bugs": {
"url": "https://github.com/h5p/h5p-dialogcards/issues"
},
"homepage": "https://github.com/h5p/h5p-dialogcards#readme",
"devDependencies": {
"@babel/core": "^7.18.6",
"@babel/preset-env": "^7.18.6",
"@babel/plugin-transform-classes": "^7.22.15",
"babel-loader": "^8.2.5",
"cross-env": "^7.0.3",
"css-loader": "^6.7.1",
"mini-css-extract-plugin": "^2.6.1",
"resolve-url-loader": "^5.0.0",
"webpack": "^5.94.0",
"webpack-cli": "^4.10.0"
}
}