forked from d-i-t-a/R2D2BC
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
144 lines (144 loc) · 4.15 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
{
"name": "@d-i-t-a/reader",
"version": "2.3.3",
"description": "A viewer application for EPUB files.",
"repository": "https://github.com/d-i-t-a/R2D2BC",
"license": "Apache-2.0",
"main": "dist/esm/index.js",
"typings": "dist/types/index.d.ts",
"engines": {
"node": ">8.0.0"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"scripts": {
"prepare": "npm run build",
"clean": "rimraf node_modules dist parcel-dist .parcel-cache",
"dev": "ts-node -T build.ts -w",
"build": "ts-node -T build.ts",
"sass:debug": "sass --source-map src/styles/sass/:dist",
"sass:release": "sass --style=compressed src/styles/sass/:dist",
"examples": "npx ts-node examples/server.ts",
"lint": "eslint '*/**/*.{js,ts,tsx}' --fix",
"example:react": "parcel examples/react/index.html --dist-dir parcel-dist"
},
"dependencies": {
"@types/sass": "^1.43.1",
"@types/pdfjs-dist": "^2.7.4",
"browserslist-useragent": "^3.0.3",
"cssesc": "^3.0.0",
"detect-browser": "^5.2.0",
"devtools-detector": "^2.0.14",
"eventemitter3": "^4.0.7",
"jscrypto": "^1.0.3",
"lodash.clonedeep": "^4.5.0",
"loglevel": "^1.8.0",
"mark.js": "^8.11.1",
"pdfjs-dist": "2.14.305",
"promise-polyfill": "^8.2.0",
"r2-shared-js": "^1.0.51",
"recursive-readdir": "^2.2.2",
"sanitize-html": "^2.3.3",
"sass": "^1.54.4",
"sentence-splitter": "^3.2.1",
"util": "^0.12.4",
"whatwg-fetch": "^3.6.2"
},
"browserslist": {
"production": [
"last 1 chrome version",
"last 1 safari version",
"last 1 edge version"
],
"development": [
"last 1 chrome version",
"last 1 safari version",
"last 1 edge version"
]
},
"devDependencies": {
"@parcel/transformer-sass": "^2.7.0",
"@parcel/transformer-typescript-tsc": "^2.7.0",
"@types/chai": "^4.2.15",
"@types/copy": "^0.3.1",
"@types/cssesc": "^3.0.0",
"@types/debounce": "^3.0.0",
"@types/express": "^4.17.12",
"@types/jquery": "^3.5.5",
"@types/mark.js": "^8.11.5",
"@types/mocha": "^8.2.2",
"@types/pako": "^1.0.1",
"@types/parse5": "^6.0.0",
"@types/promise-polyfill": "^6.0.3",
"@types/react": "^17.0.11",
"@types/react-dom": "^17.0.7",
"@types/rimraf": "^3.0.0",
"@types/sanitize-html": "^1.27.1",
"@types/uuid": "^8.3.0",
"@typescript-eslint/eslint-plugin": "^4.21.0",
"@typescript-eslint/parser": "^4.21.0",
"ansi-regex": ">=5.0.1",
"babel-eslint": "^10.1.0",
"braces": ">=3.0.2",
"browserslist-useragent-regexp": "^3.0.0",
"buffer": "^6.0.3",
"chai": "^4.3.4",
"chalk": "^4.1.2",
"chokidar": "^3.5.2",
"copy": "^0.3.2",
"debounce": "^1.2.1",
"dita-streamer-js": "^1.1.3",
"ecstatic": "^4.1.4",
"esbuild": "^0.12.11",
"eslint": "^7.23.0",
"eslint-config-prettier": "^8.1.0",
"eslint-config-react-app": "^6.0.0",
"eslint-plugin-flowtype": "^5.6.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.2.0",
"express": "^4.17.1",
"json-schema": ">=0.4.0",
"minimist": "^1.2.6",
"mocha": "^9.2.2",
"moment": "^2.29.3",
"npm-force-resolutions": "0.0.10",
"parcel": "^2.7.0",
"parcel-config-precache-manifest": "^0.0.4",
"parcel-plugin-static-files-copy": "^2.6.0",
"parcel-reporter-static-files-copy": "^1.4.0",
"path-parse": "^1.0.7",
"prettier": "^2.2.1",
"process": "^0.11.10",
"rangy": "^1.3.0",
"react": "^17.0.2",
"react-app-polyfill": "^2.0.0",
"react-dom": "^17.0.2",
"regenerator-runtime": "^0.11.1",
"rimraf": "^3.0.2",
"sinon": "^10.0.0",
"ta-json-x": "^2.5.3",
"tar": ">=6.1.9",
"ts-loader": "^8.0.18",
"ts-node": "^10.4.0",
"typedoc": "^0.22.15",
"typedoc-plugin-rename-defaults": "^0.5.1",
"typescript": "^4.5.2",
"urijs": "^1.19.11"
},
"files": [
"dist"
],
"resolutions": {
"braces": "3.0.2"
},
"prettier": {
"printWidth": 80,
"semi": true,
"singleQuote": false,
"trailingComma": "es5"
}
}