-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
51 lines (51 loc) · 1.62 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
{
"name": "matrix-highlight",
"version": "0.1.0",
"license": "Apache 2.0",
"description": "The front-end code for the Matrix highlighting project.",
"author": "Danila Fedorin <[email protected]>",
"private": true,
"dependencies": {
"@tiptap/core": "^2.0.0-beta.174",
"@tiptap/extension-bold": "^2.0.0-beta.26",
"@tiptap/extension-code": "^2.0.0-beta.26",
"@tiptap/extension-document": "^2.0.0-beta.15",
"@tiptap/extension-history": "^2.0.0-beta.21",
"@tiptap/extension-italic": "^2.0.0-beta.26",
"@tiptap/extension-paragraph": "^2.0.0-beta.23",
"@tiptap/extension-text": "^2.0.0-beta.15",
"@tiptap/react": "^2.0.0-beta.108",
"immer": "^9.0.6",
"matrix-js-sdk": "^15.0.0",
"qs": "^6.10.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-feather": "^2.0.9",
"react-select": "^5.2.1",
"sanitize-html": "^2.6.1",
"terser-webpack-plugin": "^5.3.7",
"webextension-polyfill": "^0.10.0"
},
"devDependencies": {
"@types/chrome": "^0.0.163",
"@types/draft-js": "^0.11.7",
"@types/draftjs-to-html": "^0.8.1",
"@types/node": "^12.0.0",
"@types/qs": "^6.9.7",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/sanitize-html": "^2.6.0",
"@types/webextension-polyfill": "^0.8.2",
"copy-webpack-plugin": "^9.0.1",
"css-loader": "^6.5.1",
"node-polyfill-webpack-plugin": "^1.1.4",
"sass": "^1.43.3",
"sass-loader": "^12.3.0",
"style-loader": "^3.3.1",
"ts-loader": "^9.2.6",
"typescript": "^4.1.2",
"webpack": "^5.62.1",
"webpack-cli": "^4.9.1",
"xhr-shim": "^0.1.2"
}
}