-
Notifications
You must be signed in to change notification settings - Fork 55
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 2.07 KB
/
package.json
File metadata and controls
71 lines (71 loc) · 2.07 KB
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
{
"name": "editor",
"version": "0.1.0",
"main": "./src/index.ts",
"types": "./src/index.ts",
"private": true,
"license": "agpl-3.0",
"dependencies": {
"biblatex-csl-converter": "^2.0.2",
"clipboard": "^2.0.8",
"core": "*",
"core-browser": "*",
"diff-match-patch": "^1.0.5",
"editor-core": "*",
"editor-types": "*",
"fuse.js": "^6.4.6",
"jayson": "^4.0.0",
"js-yaml": "^4.1.0",
"lodash.debounce": "^4.0.8",
"lodash.orderby": "^4.6.0",
"lodash.uniqby": "^4.7.0",
"orderedmap": "^1.0.0",
"pinyin": "^2.10.2",
"prosemirror-changeset": "^2.2.0",
"prosemirror-commands": "^1.3.1",
"prosemirror-dev-tools": "^3.1.0",
"prosemirror-dropcursor": "^1.6.1",
"prosemirror-gapcursor": "^1.3.1",
"prosemirror-history": "^1.3.0",
"prosemirror-inputrules": "^1.2.0",
"prosemirror-keymap": "^1.2.0",
"prosemirror-model": "^1.18.1",
"prosemirror-schema-list": "^1.2.2",
"prosemirror-state": "^1.4.2",
"prosemirror-tables": "^1.2.5",
"prosemirror-transform": "^1.7.0",
"prosemirror-utils": "^0.9.6",
"prosemirror-view": "^1.29.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-textarea-autosize": "^8.4.0",
"react-window": "^1.8.8",
"semver": "^7.3.8",
"sentence-splitter": "^3.2.2",
"thenby": "^1.3.3",
"tlite": "^0.1.9",
"transliteration": "^2.2.0",
"typescript": "^4.5.2",
"use-debounce": "^9.0.2",
"vscode-languageserver-types": "^3.17.3",
"zenscroll": "^4.0.2"
},
"devDependencies": {
"@types/ace": "^0.0.43",
"@types/diff-match-patch": "^1.0.32",
"@types/js-yaml": "^4.0.3",
"@types/lodash.debounce": "^4.0.6",
"@types/lodash.orderby": "^4.6.6",
"@types/lodash.uniqby": "^4.7.6",
"@types/orderedmap": "^1.0.0",
"@types/pinyin": "^2.10.0",
"@types/prosemirror-dev-tools": "^3.0.3",
"@types/react": "^18.0.25",
"@types/react-dom": "^18.0.8",
"@types/react-window": "^1.8.5",
"@types/zenscroll": "^4.0.1",
"eslint": "^7.32.0",
"eslint-config-custom": "*",
"tsconfig": "*"
}
}