forked from inducer/relate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.8 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
{
"dependencies": {
"@fullcalendar/core": "^6.1.15",
"@fullcalendar/daygrid": "^6.1.15",
"@fullcalendar/list": "^6.1.15",
"@fullcalendar/timegrid": "^6.1.15",
"@popperjs/core": "^2.11.2",
"bootstrap": "^5.3.1",
"@codemirror/state": "^6.4.1",
"@codemirror/view": "^6.29",
"@codemirror/commands": "^6.7.0",
"@codemirror/autocomplete": "^6.18.1",
"@codemirror/search": "^6.5.6",
"@codemirror/language": "^6.8.0",
"@codemirror/lang-python": "^6.1.3",
"@codemirror/lang-markdown": "^6.2.0",
"@codemirror/lang-yaml": "^6.1.1",
"@codemirror/legacy-modes": "^6.4.1",
"@replit/codemirror-vim": "^6.2.1",
"@replit/codemirror-emacs": "^6.0.1",
"@lezer/highlight": "^1.2.1",
"datatables-i18n": "github:dzhuang/datatables-i18n",
"datatables.net": "^1.13.5",
"datatables.net-bs5": "^2.1.8",
"datatables.net-fixedcolumns": "^5.0.3",
"datatables.net-fixedcolumns-bs5": "^4.3.0",
"bootstrap-icons": "^1.8.1",
"jquery": "^3.5.1",
"jstree": "^3.3.5",
"mathjax": "^3.2.0",
"select2": "^4.0.5",
"select2-bootstrap-theme": "^0.1.0-beta.10",
"video.js": "^7.14.3",
"htmx.org": "^2"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^28.0.0",
"@rollup/plugin-node-resolve": "^15.3.0",
"@rollup/plugin-replace": "^6.0.1",
"@rollup/plugin-terser": "^0.4.4",
"autoprefixer": "^10.4.0",
"eslint": "^8.3.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.25.3",
"less": "^4.1.2",
"node-sass": "^9.0.0",
"npm-run-all": "^4.1.5",
"rollup": "^4.24.0",
"rollup-plugin-gzip": "^4.0.1",
"rollup-plugin-styler": "^1.8.0",
"sass": "^1.43.5",
"serve": "^14.0.1"
},
"scripts": {
"build": "rollup --config",
"dev": "rollup --config --watch"
}
}