-
Notifications
You must be signed in to change notification settings - Fork 126
Expand file tree
/
Copy pathpackage.json
More file actions
82 lines (82 loc) · 2.68 KB
/
package.json
File metadata and controls
82 lines (82 loc) · 2.68 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
72
73
74
75
76
77
78
79
80
81
82
{
"dependencies": {
"@benrbray/prosemirror-math": "^1.0.0",
"@codemirror/autocomplete": "^6.20.0",
"@codemirror/commands": "^6.10.2",
"@codemirror/lang-markdown": "^6.5.0",
"@codemirror/lang-python": "^6.2.1",
"@codemirror/language": "^6.12.2",
"@codemirror/legacy-modes": "^6.5.2",
"@codemirror/search": "^6.6.0",
"@codemirror/state": "^6.5.4",
"@codemirror/view": "^6.39",
"@fullcalendar/core": "^6.1.20",
"@fullcalendar/daygrid": "^6.1.20",
"@fullcalendar/list": "^6.1.20",
"@fullcalendar/timegrid": "^6.1.20",
"@lezer/highlight": "^1.2.3",
"@popperjs/core": "^2.11.2",
"@replit/codemirror-emacs": "^6.1.0",
"@replit/codemirror-vim": "^6.3.0",
"@vscode/markdown-it-katex": "^1.1.2",
"bootstrap": "^5.3.8",
"bootstrap-icons": "^1.13.1",
"datatables.net": "^2.3.7",
"datatables.net-bs5": "^2.3.7",
"datatables.net-fixedcolumns": "^5.0.5",
"datatables.net-fixedcolumns-bs5": "^5.0.5",
"datatables.net-plugins": "^2.3.6",
"htmx.org": "^2",
"jquery": "^3.5 <5",
"jstree": "^3.3.17",
"katex": "^0.16.33",
"markdown-it": "^14.1.1",
"mathjax": "^4.1.1",
"@mathjax/mathjax-newcm-font": "^4.1.0",
"@mathjax/mathjax-mhchem-font-extension": "^4.1.1",
"@mathjax/mathjax-bbm-font-extension": "^4.1.1",
"@mathjax/mathjax-bboldx-font-extension": "^4.1.1",
"@mathjax/mathjax-dsfont-font-extension": "^4.1.1",
"prosemirror-commands": "^1.7.1",
"prosemirror-example-setup": "^1.2.3",
"prosemirror-inputrules": "^1.5.1",
"prosemirror-keymap": "^1.2.3",
"prosemirror-markdown": "^1.13.4",
"prosemirror-menu": "^1.3.0",
"prosemirror-model": "^1.25.4",
"prosemirror-schema-basic": "^1.2.4",
"prosemirror-schema-list": "^1.5.1",
"prosemirror-state": "^1.4.4",
"prosemirror-view": "^1.41.6",
"select2": "^4.0.5",
"select2-bootstrap-theme": "^0.1.0-beta.10",
"video.js": "^8.23.7"
},
"//dependencies": {
"jquery": "jquery 4 breaaks jstree"
},
"//devDependencies": {
"sass": "https://github.com/twbs/bootstrap/issues/40849"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^29.0.0",
"@rollup/plugin-node-resolve": "^16.0.3",
"@rollup/plugin-replace": "^6.0.3",
"@rollup/plugin-terser": "^0.4.4",
"autoprefixer": "^10.4.27",
"eslint": "^8.57.1",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.32.0",
"less": "^4.5.1",
"npm-run-all": "^4.1.5",
"rollup": "^4.59.0",
"rollup-plugin-gzip": "^4.1.1",
"rollup-plugin-styler": "^2.0.0",
"sass": "<1.98",
"serve": "^14.2.5"
},
"scripts": {
"build": "rollup --config",
"dev": "rollup --config --watch"
}
}