-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 2.09 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
{
"name": "LoboReader",
"version": "0.4.2",
"homepage": "https://gitGalu.github.io/LoboReader",
"private": true,
"description": "LoboReader is an unofficial reader for the Internet Archive \"Magazine Rack\". It: * automatically remembers magazines we are reading, along with reading progress * its viewer component supports standard touch-based gestures (pinch-to-zoom with panning, double-tap-to-zoom, swipe-to-turn-pages etc.)",
"author": "gitGalu",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/gitGalu/LoboReader.git"
},
"dependencies": {
"@egjs/infinitegrid": "^4.11.1",
"@egjs/react-infinitegrid": "^4.11.1",
"baseui": "^14.0.0",
"dexie": "^4.0.1",
"dexie-react-hooks": "^1.1.7",
"masonic": "^3.7.0",
"node-fetch": "^2.6.1",
"photoswipe": "^5.4.3",
"preval.macro": "^5.0.0",
"react": "^18.2.0",
"react-csv": "^2.2.2",
"react-device-detect": "^2.2.3",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-lazy-load-image-component": "^1.6.0",
"react-router": "^6.22.3",
"react-router-dom": "^6.22.3",
"react-scripts": "^5.0.1",
"styletron-engine-atomic": "^1.6.2",
"styletron-react": "^6.1.1"
},
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"gh-pages": "^6.1.1",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4"
}
}