-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
63 lines (63 loc) · 1.8 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
{
"name": "cozy-sun-bear",
"version": "1.0.0",
"description": "",
"main": "src/cozy.js",
"module": "src/cozy.js",
"scripts": {
"build": "webpack --progress",
"watch": "webpack --watch",
"test": "node_modules/.bin/karma start karma.conf.js",
"build-css": "./bin/build-css",
"watch-css": "./bin/watch-css"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/cli": "^7.18.10",
"@babel/core": "^7.19.0",
"@babel/plugin-external-helpers": "^7.12.13",
"@babel/plugin-proposal-export-default-from": "^7.10.1",
"@babel/plugin-proposal-export-namespace-from": "^7.10.1",
"@babel/preset-env": "^7.12.16",
"@babel/runtime": "^7.10.2",
"babel-loader": "^8.3.0",
"connect": "^3.7.0",
"connect-slow": "^0.4.0",
"expect.js": "^0.3.1",
"express": "^4.21.1",
"express-http-proxy": "^1.6.2",
"happen": "github:tmcw/happen#v0.3.2",
"karma": "^6.3.16",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage": "^2.2.0",
"karma-coveralls": "^2.1.0",
"karma-firefox-launcher": "^1.1.0",
"karma-happen": "^0.1.0",
"karma-mocha": "^2.0.1",
"karma-safari-launcher": "^1.0.0",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^5.0.0",
"minimist": "^1.2.6",
"mocha": "^10.0.0",
"morgan": "^1.10.0",
"node-sass": "^7.0.3",
"portfinder": "^1.0.32",
"serve-static": "^1.16.2",
"webpack": "^5.94.0",
"webpack-cli": "^4.5.0"
},
"dependencies": {
"ajv": "^6.12.6",
"core-js": "^3.6.5",
"epubjs": "git+https://github.com/mlibrary/epub.js.git#patched",
"event-emitter": "^0.3.5",
"intersection-observer": "^0.5.1",
"jszip": "^3.8.0",
"lodash": "^4.17.21",
"mustache": "^2.3.0",
"path-webpack": "0.0.3"
},
"style": "dist/cozy.css"
}