-
Notifications
You must be signed in to change notification settings - Fork 28
/
package.json
43 lines (43 loc) · 1.17 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
{
"name": "h5p-document-export-page",
"version": "1.0.0",
"description": "Export HTML as document",
"scripts": {
"dev": "cross-env NODE_ENV=development webpack",
"build": "cross-env NODE_ENV=production webpack",
"watch": "webpack --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/h5p/h5p-document-export-page.git"
},
"keywords": [
"h5p",
"library",
"document",
"export",
"document-export"
],
"author": "H5P Group AS <[email protected]> (https://h5p.group)",
"license": "MIT",
"bugs": {
"url": "https://github.com/h5p/h5p-document-export-page/issues"
},
"homepage": "https://github.com/h5p/h5p-document-export-page#readme",
"devDependencies": {
"@babel/cli": "^7.18.6",
"@babel/core": "^7.18.6",
"@babel/eslint-parser": "^7.18.2",
"@babel/plugin-transform-destructuring": "^7.18.6",
"@babel/preset-env": "^7.18.6",
"babel-loader": "^8.2.5",
"cross-env": "^7.0.3",
"css-loader": "^6.7.3",
"docx": "^7.8.0",
"file-saver": "^2.0.5",
"mini-css-extract-plugin": "^2.7.2",
"path-browserify": "^1.0.1",
"webpack": "^5.94.0",
"webpack-cli": "^4.10.0"
}
}