-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 2.46 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "posterkit",
"description": "PosterKit has been created to support the lovely people of La Quadrature du Net and gafam.info in their endeavours",
"version": "0.12.0",
"license": "CC0-1.0",
"author": {
"name": "The PosterKit developers",
"email": "[email protected]"
},
"keywords": [
"poster",
"builder",
"toolkit"
],
"homepage": "https://github.com/posterkit/posterkit-sandbox",
"repository": {
"type": "git",
"url": "git://github.com/posterkit/posterkit-sandbox.git"
},
"bugs": {
"url": "https://github.com/posterkit/posterkit-sandbox/issues"
},
"scripts": {
"watch": "webpack --mode=development --config=webpack.develop.config.js --watch --hot",
"build": "webpack --mode=development --config=webpack.develop.config.js --display=detailed --display-error-details --progress",
"release": "webpack --mode=production --config=webpack.release.config.js --display=detailed --display-error-details --progress"
},
"devDependencies": {
"bulma": "^0.9.4",
"copy-webpack-plugin": "^6.4.1",
"css-loader": "^5.2",
"expose-loader": "^0.7.5",
"file-loader": "^3.0.1",
"fitty": "^2.3.5",
"font-awesome": "^4.7.0",
"fontfaceobserver": "^2.1.0",
"html-loader": "^1.3.2",
"html-webpack-plugin": "^4.5",
"i18next": "^21.6.3",
"i18next-browser-languagedetector": "^6.1.0",
"i18next-http-backend": "^1.3.1",
"iso-639-3": "^3.0.1",
"jquery": "^3.6.0",
"langs": "^2.0.0",
"lodash": "^4.17.21",
"prime": "^0.5.0",
"purl": "https://github.com/allmarkedup/purl",
"readable-glyph-names": "^1.1.0",
"style-loader": "^1.3.0",
"uglifyjs-webpack-plugin": "^2.2.0",
"webpack": "^4.46",
"webpack-cli": "^3.3",
"webpack-dev-server": "^4.9",
"webpack-notifier": "^1.15.0"
},
"optionalDependencies": {
"decktape": "^3.4.1"
},
"resolutions": {
"ansi-regex": "^5.0.1",
"cross-fetch": "^3.1.5",
"follow-redirects": "^1.14.8",
"glob-parent": "^5.1.2",
"json5": "^2.2.2",
"loader-utils": "^2.0.4",
"mout": "^1.2.3",
"node-fetch": "^2.6.7",
"serialize-javascript": "^3.1",
"urijs": "^1.19",
"xmldom": "https://github.com/xmldom/xmldom/archive/refs/tags/v0.7.0.tar.gz"
}
}