forked from aeharding/voyager
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
78 lines (78 loc) · 2.34 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
{
"name": "wefwef",
"description": "A progressive webapp Lemmy client",
"private": true,
"version": "0.9.0",
"type": "module",
"scripts": {
"dev": "node server.mjs",
"build": "vite build",
"preview": "vite preview",
"test": "vitest",
"test:typecheck": "tsc",
"lint": "eslint src --max-warnings=0"
},
"dependencies": {
"express": "^4.18.2",
"http-proxy-middleware": "^2.0.6",
"react-textarea-autosize": "^8.5.0",
"vite-express": "^0.9.1"
},
"devDependencies": {
"@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",
"@ionic/core": "^7.1.0",
"@ionic/react": "^7.1.0",
"@ionic/react-router": "^7.1.0",
"@reduxjs/toolkit": "^1.9.5",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@types/js-cookie": "^3.0.3",
"@types/lodash": "^4.14.195",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"@types/react-router": "^5.1.20",
"@types/react-router-dom": "^5.3.3",
"@types/ua-parser-js": "^0.7.36",
"@typescript-eslint/eslint-plugin": "^5.60.0",
"@typescript-eslint/parser": "^5.60.0",
"@vitejs/plugin-legacy": "^4.0.5",
"@vitejs/plugin-react": "^4.0.1",
"date-fns": "^2.30.0",
"eslint": "^8.43.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.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.3",
"photoswipe": "^5.3.7",
"prettier": "^2.8.8",
"react": "^18.2.0",
"react-animate-height": "^3.1.1",
"react-dom": "^18.2.0",
"react-markdown": "^8.0.7",
"react-photoswipe-gallery": "^2.2.7",
"react-redux": "^8.1.1",
"react-router": "^5.3.4",
"react-router-dom": "^5.3.4",
"react-virtuoso": "^4.3.11",
"remark-gfm": "^3.0.1",
"terser": "^5.18.1",
"typescript": "^5.1.3",
"ua-parser-js": "^1.0.35",
"usehooks-ts": "^2.9.1",
"vite": "^4.3.9",
"vite-plugin-pwa": "^0.16.4",
"vite-plugin-svgr": "^3.2.0",
"vitest": "^0.32.0"
}
}