forked from aeharding/voyager
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
128 lines (128 loc) · 4.53 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
{
"name": "voyager",
"description": "A progressive webapp Lemmy client",
"private": true,
"version": "1.11.2",
"type": "module",
"scripts": {
"dev": "node server.mjs",
"build": "vite build",
"preview": "vite preview",
"test": "vitest",
"test:typecheck": "tsc",
"lint": "eslint src --max-warnings=0",
"lint:formatting": "prettier --check .",
"generate:splash:dark": "pwa-asset-generator --type png --index index.html --dark-mode --splash-only --path-override '/splash' public/splash.html public/splash/ && prettier -w index.html",
"generate:splash:light": "pwa-asset-generator --type png --index index.html --splash-only --path-override '/splash' public/splash.html public/splash/ && prettier -w index.html",
"generate:splash": "pnpm generate:splash:dark && pnpm generate:splash:light",
"capacitor:copy:before": "rm -rf $CAPACITOR_WEB_DIR/splash && rm -rf $CAPACITOR_WEB_DIR/screenshots"
},
"pnpm": {
"overrides": {
"@ionic/core": "npm:voyager-ionic-core@^7.2.3-tweak.1"
}
},
"dependencies": {
"compression": "^1.7.4",
"express": "^4.18.2",
"http-proxy-middleware": "^2.0.6",
"vite-express": "^0.9.2"
},
"devDependencies": {
"@capacitor-community/app-icon": "npm:voyager-capacitor-app-icon@^4.1.0",
"@capacitor/android": "5.2.3",
"@capacitor/app": "^5.0.6",
"@capacitor/assets": "^2.0.4",
"@capacitor/browser": "^5.0.6",
"@capacitor/cli": "5.2.3",
"@capacitor/core": "5.2.3",
"@capacitor/haptics": "npm:voyager-capacitor-haptics@^5.0.7",
"@capacitor/ios": "5.2.3",
"@capacitor/keyboard": "^5.0.6",
"@capacitor/share": "^5.0.6",
"@capacitor/status-bar": "^5.0.6",
"@emotion/babel-plugin": "^11.11.0",
"@emotion/css": "^11.11.2",
"@emotion/eslint-plugin": "^11.11.0",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@github/markdown-toolbar-element": "^2.2.0",
"@ionic/core": "npm:voyager-ionic-core@^7.2.3-tweak.1",
"@ionic/react": "^7.2.3",
"@ionic/react-router": "^7.2.3",
"@reduxjs/toolkit": "^1.9.5",
"@testing-library/jest-dom": "^6.0.0",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@trapezedev/configure": "^7.0.10",
"@types/history": "^4.0.0",
"@types/jest": "^29.5.3",
"@types/js-cookie": "^3.0.3",
"@types/lodash": "^4.14.197",
"@types/mdast": "^4.0.0",
"@types/react": "^18.2.20",
"@types/react-dom": "^18.2.7",
"@types/react-router": "^5.1.20",
"@types/react-router-dom": "^5.3.3",
"@types/ua-parser-js": "^0.7.36",
"@types/uuid": "^9.0.2",
"@typescript-eslint/eslint-plugin": "^6.3.0",
"@typescript-eslint/parser": "^6.3.0",
"@vitejs/plugin-legacy": "^4.1.1",
"@vitejs/plugin-react": "^4.0.4",
"capacitor-android-nav-mode": "^0.0.1",
"capacitor-application-context": "^0.0.1",
"capacitor-plugin-safe-area": "^2.0.5",
"capacitor-set-version": "^2.0.13",
"capacitor-stash-media": "^0.0.6",
"date-fns": "^2.30.0",
"dexie": "^3.2.4",
"dexie-react-hooks": "^1.1.6",
"eslint": "^8.47.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react": "^7.33.1",
"eslint-plugin-react-hooks": "^4.6.0",
"history": "^4.9.0",
"ionicons": "^7.1.2",
"js-cookie": "^3.0.5",
"jsdom": "^22.1.0",
"lemmy-js-client": "0.18.0",
"lodash": "^4.17.21",
"mdast-util-gfm-autolink-literal-lemmy": "^1.0.0",
"mdast-util-gfm-strikethrough": "^1.0.0",
"mdast-util-gfm-table": "^1.0.0",
"micromark": "^3.0.0",
"micromark-extension-gfm-strikethrough": "^1.0.0",
"micromark-extension-gfm-table": "^1.0.0",
"micromark-util-combine-extensions": "^1.0.0",
"photoswipe": "^5.3.8",
"prettier": "^3.0.1",
"pwa-asset-generator": "^6.3.1",
"react": "^18.2.0",
"react-animate-height": "^3.2.2",
"react-dom": "^18.2.0",
"react-markdown": "^8.0.7",
"react-redux": "^8.1.2",
"react-router": "^5.3.4",
"react-router-dom": "^5.3.4",
"react-textarea-autosize": "^8.5.2",
"react-transition-state": "^2.1.1",
"react-virtuoso": "^4.5.0",
"release-it": "^16.1.5",
"remark-gfm": "^3.0.1",
"terser": "^5.19.2",
"typescript": "^5.1.6",
"ua-parser-js": "^1.0.35",
"unified": "^10.1.2",
"unist-util-visit": "^5.0.0",
"use-long-press": "^3.1.5",
"usehooks-ts": "^2.9.1",
"uuid": "^9.0.0",
"vite": "^4.4.9",
"vite-plugin-pwa": "^0.16.4",
"vite-plugin-svgr": "^3.2.0",
"vitest": "^0.34.1",
"workbox-window": "^7.0.0"
}
}