-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
75 lines (75 loc) · 2.21 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
73
74
75
{
"name": "xbreader",
"version": "0.37.0",
"description": "Comic (and sometimes novel) reader for the web",
"author": "Henry <[email protected]>",
"contributors": [
"chocolatkey <[email protected]> (https://chocolatkey.com)"
],
"license": "MIT",
"homepage": "https://github.com/chocolatkey/xbreader",
"bugs": {
"url": "https://github.com/chocolatkey/xbreader/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/chocolatkey/xbreader.git"
},
"browser": "dist/xbreader.js",
"scripts": {
"start": "webpack serve --config webpack.dev.js",
"build": "rm -rf dist && rm -rf stats && webpack --config webpack.prod.js && rm -f dist/xbstyles-* dist/loader-*",
"build:analyze": "rm -rf dist && rm -rf stats && webpack --config webpack.prod.js --analyze",
"push": "surge dist/ xb.yrkz.me",
"lint": "eslint --ext .js,.ts --ignore-path .gitignore ."
},
"files": [
"dist/!(*.json|logo.svg)"
],
"keywords": [
"webpub",
"divina",
"webtoons",
"manga",
"comics"
],
"devDependencies": {
"@babel/core": "^7.20.12",
"@babel/plugin-transform-runtime": "^7.19.6",
"@babel/preset-env": "^7.5.4",
"@types/mithril": "^2.0.12",
"@types/offscreencanvas": "^2019.6.4",
"@typescript-eslint/eslint-plugin": "^5.48.0",
"@typescript-eslint/parser": "^5.48.0",
"babel-loader": "^9.1.2",
"babel-plugin-ttag": "^1.8.5",
"core-js": "^3.27.1",
"css-loader": "^6.7.3",
"eslint": "^8.31.0",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.5.0",
"mini-css-extract-plugin": "^2.7.2",
"mithril": "^2.2.2",
"mopt": "^5.1.1",
"r2-shared-js": "^1.0.23",
"sass": "^1.57.1",
"sass-loader": "^13.2.0",
"source-map-loader": "^4.0.1",
"ta-json-x": "^2.5.1",
"ts-loader": "^9.4.2",
"ttag": "^1.7.20",
"ttag-cli": "^1.7.28",
"ttag-webpack-plugin": "^0.1.2",
"typescript": "^4.9.4",
"user-agent-data-types": "^0.4.2",
"webpack": "^5.75.0",
"webpack-bundle-analyzer": "^4.7.0",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.11.1",
"webpack-fix-style-only-entries": "^0.6.1",
"webpackbar": "^5.0.2"
},
"dependencies": {
"util": "^0.12.3"
}
}