This repository has been archived by the owner on Nov 23, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
181 lines (181 loc) · 5.98 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
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
{
"name": "@hedgedoc/react-client",
"version": "0.0.1",
"license": "AGPL-3.0",
"scripts": {
"build": "cross-env NODE_ENV=production next build",
"build:mock": "cross-env NEXT_PUBLIC_USE_MOCK_API=true next build",
"build:test": "cross-env NODE_ENV=test NEXT_PUBLIC_TEST_MODE=true next build",
"analyze": "cross-env ANALYZE=true yarn build",
"dev": "cross-env PORT=3001 next dev",
"dev:test": "cross-env PORT=3001 NODE_ENV=test NEXT_PUBLIC_TEST_MODE=true next dev",
"dev:for-real-backend": "cross-env PORT=3001 NEXT_PUBLIC_USE_MOCK_API=false HD_EDITOR_BASE_URL=http://localhost:8080/ HD_RENDERER_BASE_URL=http://localhost:8080/ next dev",
"format": "prettier -c \"src/**/*.{ts,tsx,js}\" \"cypress/**/*.{ts,tsx}\"",
"format:fix": "prettier -w \"src/**/*.{ts,tsx,js}\" \"cypress/**/*.{ts,tsx}\"",
"lint": "eslint --max-warnings=0 --ext .ts,.tsx src",
"lint:fix": "eslint --fix --ext .ts,.tsx src",
"start": "cross-env PORT=3001 next start",
"start:ci": "cross-env NODE_ENV=test PORT=3001 next start",
"cy:open": "cypress open",
"cy:run:chrome": "cypress run --browser chrome",
"cy:run:firefox": "cypress run --browser firefox",
"test": "cross-env NODE_ENV=test jest --watch",
"test:ci": "cross-env NODE_ENV=test jest --ci"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"dependencies": {
"@codemirror/autocomplete": "6.3.0",
"@codemirror/commands": "6.1.2",
"@codemirror/lang-markdown": "6.0.5",
"@codemirror/language": "6.3.0",
"@codemirror/language-data": "6.1.0",
"@codemirror/lint": "6.0.0",
"@codemirror/state": "6.1.3",
"@codemirror/theme-one-dark": "6.1.0",
"@codemirror/view": "6.4.2",
"@fontsource/source-sans-pro": "4.5.11",
"@hedgedoc/html-to-react": "1.4.5",
"@hedgedoc/markdown-it-plugins": "1.0.0",
"@hedgedoc/realtime": "0.3.0",
"@mrdrogdrog/optional": "1.0.0",
"@react-hook/resize-observer": "1.2.6",
"@redux-devtools/core": "3.13.1",
"@reduxjs/toolkit": "1.9.0",
"@svgr/webpack": "6.5.1",
"@types/katex": "0.14.0",
"@uiw/react-codemirror": "4.13.2",
"abcjs": "6.1.6",
"bootstrap": "5.2.2",
"copy-webpack-plugin": "11.0.0",
"cross-env": "7.0.3",
"d3-graphviz": "4.4.0",
"d3-selection": "3.0.0",
"deepmerge": "4.2.2",
"diff": "5.1.0",
"dom-serializer": "2.0.0",
"domhandler": "5.0.3",
"dompurify": "2.4.1",
"emoji-picker-element": "1.13.1",
"emoji-picker-element-data": "1.3.0",
"eventemitter2": "6.4.9",
"fast-deep-equal": "3.1.3",
"firacode": "6.2.0",
"flowchart.js": "1.17.1",
"fork-awesome": "1.2.0",
"highlight.js": "11.6.0",
"htmlparser2": "8.0.1",
"i18next": "22.0.5",
"i18next-browser-languagedetector": "7.0.1",
"i18next-resources-to-backend": "1.0.0",
"js-yaml": "4.1.0",
"katex": "0.16.3",
"luxon": "3.1.0",
"markdown-it": "13.0.1",
"markdown-it-abbr": "1.0.4",
"markdown-it-anchor": "8.6.5",
"markdown-it-container": "3.0.0",
"markdown-it-deflist": "2.1.0",
"markdown-it-emoji": "2.0.2",
"markdown-it-footnote": "3.0.3",
"markdown-it-ins": "3.0.1",
"markdown-it-mark": "3.0.1",
"markdown-it-mathjax": "2.0.0",
"markdown-it-plantuml": "1.4.1",
"markdown-it-regex": "0.2.0",
"markdown-it-sub": "1.0.0",
"markdown-it-sup": "1.0.0",
"markdown-it-toc-done-right": "4.2.0",
"mermaid": "9.2.2",
"next": "12.3.3",
"react": "18.2.0",
"react-bootstrap": "2.6.0",
"react-bootstrap-typeahead": "6.0.0",
"react-diff-viewer": "3.1.1",
"react-dom": "18.2.0",
"react-i18next": "12.0.0",
"react-redux": "8.0.5",
"react-use": "17.4.0",
"redux": "4.2.0",
"reveal.js": "4.4.0",
"sanitize-filename": "1.6.3",
"sass": "1.56.1",
"sharp": "0.31.2",
"tlds": "1.233.0",
"twemoji-colr-font": "14.0.2",
"uuid": "9.0.0",
"vega": "5.22.1",
"vega-embed": "6.21.0",
"vega-lite": "5.6.0",
"words-count": "2.0.2",
"ws": "8.11.0",
"y-codemirror.next": "0.3.2",
"y-protocols": "1.0.5",
"yjs": "13.5.42"
},
"devDependencies": {
"@next/bundle-analyzer": "12.3.3",
"@testing-library/cypress": "8.0.3",
"@testing-library/dom": "8.19.0",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "13.4.0",
"@testing-library/user-event": "14.4.3",
"@types/d3-graphviz": "2.6.7",
"@types/diff": "5.0.2",
"@types/dompurify": "2.4.0",
"@types/jest": "29.2.2",
"@types/js-yaml": "4.0.5",
"@types/luxon": "3.1.0",
"@types/markdown-it": "12.2.3",
"@types/markdown-it-container": "2.0.5",
"@types/markdown-it-plantuml": "1.4.1",
"@types/node": "18.11.9",
"@types/react": "18.0.25",
"@types/react-dom": "18.0.8",
"@types/sass": "1.43.1",
"@types/testing-library__jest-dom": "5.14.5",
"@types/uuid": "8.3.4",
"@typescript-eslint/eslint-plugin": "5.42.1",
"@typescript-eslint/parser": "5.42.1",
"csstype": "3.1.1",
"cypress": "11.0.1",
"cypress-commands": "3.0.0",
"cypress-fill-command": "1.0.2",
"eslint": "8.27.0",
"eslint-config-next": "13.0.3",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-chai-friendly": "0.7.2",
"eslint-plugin-cypress": "2.12.1",
"eslint-plugin-jest": "27.1.5",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-testing-library": "5.9.1",
"jest": "29.3.1",
"jest-environment-jsdom": "29.3.1",
"prettier": "2.7.1",
"react-test-renderer": "18.2.0",
"ts-loader": "9.4.1",
"ts-mockery": "1.2.0",
"ts-node": "10.9.1",
"typescript": "4.8.4"
},
"packageManager": "[email protected]",
"resolutions": {
"domhandler": "5.0.3",
"@codemirror/state": "6.1.3",
"@codemirror/view": "6.4.2",
"@codemirror/language": "6.3.0",
"yjs": "13.5.42"
}
}