forked from cinnyapp/cinny
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
87 lines (87 loc) · 2.54 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
{
"name": "variance",
"version": "2.2.6",
"description": "The good Matrix client",
"main": "index.js",
"engines": {
"node": ">=16.0.0"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "yarn check:eslint && yarn check:prettier",
"check:eslint": "eslint src/*",
"check:prettier": "prettier --check .",
"fix:prettier": "prettier --write .",
"typecheck": "tsc --noEmit"
},
"keywords": [],
"author": "Variance and Cinny contributors",
"license": "AGPL-3.0-only",
"dependencies": {
"@fontsource/atkinson-hyperlegible": "5.1.1",
"@khanacademy/simple-markdown": "0.13.13",
"@matrix-org/olm": "^3.2.15",
"@tippyjs/react": "4.2.6",
"@types/dateformat": "^5.0.3",
"@types/prop-types": "^15.7.14",
"blurhash": "2.0.5",
"dateformat": "5.0.3",
"emojibase-data": "16.0.2",
"file-saver": "2.0.5",
"flux": "4.0.4",
"formik": "2.4.6",
"html-react-parser": "5.2.2",
"katex": "0.16.19",
"linkify-html": "4.2.0",
"linkifyjs": "4.2.0",
"matrix-encrypt-attachment": "^1.0.3",
"matrix-js-sdk": "35.1.0",
"prop-types": "15.8.1",
"react": "19.0.0",
"react-autosize-textarea": "7.1.0",
"react-blurhash": "0.3.0",
"react-dnd": "16.0.1",
"react-dnd-html5-backend": "16.0.1",
"react-dom": "19.0.0",
"react-google-recaptcha": "3.1.0",
"react-modal": "3.16.3",
"sanitize-html": "2.14.0",
"slate": "0.112.0",
"slate-dom": "^0.111.0",
"slate-history": "0.110.3",
"slate-react": "0.112.0",
"tippy.js": "6.3.7"
},
"devDependencies": {
"@esbuild-plugins/node-globals-polyfill": "0.2.3",
"@eslint/compat": "^1.2.4",
"@rollup/plugin-inject": "5.0.5",
"@rollup/plugin-wasm": "6.2.2",
"@types/node": "22.10.5",
"@types/react": "19.0.3",
"@types/react-dom": "19.0.2",
"@types/react-modal": "^3.16.3",
"@typescript-eslint/eslint-plugin": "8.19.1",
"@typescript-eslint/parser": "8.19.1",
"@vitejs/plugin-react": "4.3.4",
"buffer": "6.0.3",
"eslint": "9.17.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-deprecation": "^3.0.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-react": "7.37.3",
"eslint-plugin-react-hooks": "5.1.0",
"globals": "^15.14.0",
"mini-svg-data-uri": "1.4.4",
"prettier": "3.4.2",
"sass": "1.83.1",
"typescript": "5.7.2",
"vite": "6.0.7",
"vite-plugin-static-copy": "2.2.0"
},
"packageManager": "[email protected]",
"type": "module"
}