forked from gzuidhof/starboard-notebook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
83 lines (83 loc) · 2.7 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
{
"name": "starboard-rich-editor",
"version": "0.15.2",
"description": "Rich text editor used in Starboard Notebook",
"author": "Guido Zuidhof <[email protected]>",
"funding": {
"type": "individual",
"url": "https://github.com/sponsors/gzuidhof"
},
"license": "MPL-2.0",
"repository": {
"type": "git",
"url": "github.com/gzuidhof/starboard-notebook"
},
"keywords": [
"starboard",
"rich",
"editor"
],
"scripts": {
"build": "tsc -b",
"start": "tsc -b --watch"
},
"main": "dist/index.js",
"files": [
"dist"
],
"devDependencies": {
"@types/bootstrap": "^5.0.8",
"@types/katex": "^0.11.0",
"@types/lodash": "^4.14.174",
"@types/markdown-it": "12.2.0",
"@types/markdown-it-emoji": "^1.4.0",
"@types/prosemirror-commands": "^1.0.4",
"@types/prosemirror-dropcursor": "^1.0.1",
"@types/prosemirror-gapcursor": "^1.0.3",
"@types/prosemirror-history": "^1.0.2",
"@types/prosemirror-inputrules": "^1.0.4",
"@types/prosemirror-keymap": "^1.0.4",
"@types/prosemirror-markdown": "^1.5.2",
"@types/prosemirror-menu": "^1.0.3",
"@types/prosemirror-schema-list": "^1.0.3",
"@types/prosemirror-state": "^1.2.6",
"@types/prosemirror-view": "^1.17.1",
"@types/react": "^17.0.24",
"@types/react-dom": "^17.0.9",
"@types/styled-components": "^5.1.14",
"prettier": "^2.2.1",
"process": "^0.11.10",
"raw-loader": "^4.0.0",
"rimraf": "^3.0.2",
"typescript": "^4.2.4",
"webpack": "^5.38.1"
},
"dependencies": {
"@babel/parser": "^7.10.5",
"@benrbray/prosemirror-math": "^0.1.4",
"@github/mini-throttle": "^2.0.1",
"@popperjs/core": "^2.10.1",
"katex": "^0.13.10",
"lit": "^2.0.2",
"lodash": "^4.17.21",
"markdown-it": "^12.2.0",
"markdown-it-emoji": "^2.0.0",
"preact": "^10.5.14",
"prosemirror-commands": "^1.1.7",
"prosemirror-dropcursor": "^1.3.3",
"prosemirror-gapcursor": "^1.1.5",
"prosemirror-history": "^1.1.3",
"prosemirror-inputrules": "^1.1.3",
"prosemirror-keymap": "^1.1.4",
"prosemirror-menu": "^1.1.4",
"prosemirror-model": "^1.13.3",
"prosemirror-schema-list": "^1.1.4",
"prosemirror-state": "^1.3.4",
"prosemirror-transform": "^1.2.12",
"prosemirror-view": "^1.18.1",
"react-popper": "^2.2.5",
"rich-markdown-editor": "^11.18.6",
"styled-components": "^5.3.3"
},
"gitHead": "80123a45d37bca591f5d3e04e098ef2e1234dd6a"
}