forked from inducer/relate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.34 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
{
"dependencies": {
"@fullcalendar/core": "^5.10.1",
"@fullcalendar/daygrid": "^5.10.1",
"@fullcalendar/list": "^5.10.1",
"@fullcalendar/timegrid": "^5.10.1",
"@popperjs/core": "^2.11.2",
"blueimp-tmpl": "^3.11.0",
"bootstrap": "^5.1.3",
"codemirror": "^5.58.2",
"datatables-i18n": "github:dzhuang/datatables-i18n",
"datatables.net": "^1.11.4",
"datatables.net-bs5": "^1.11.4",
"datatables.net-fixedcolumns": "^4.0.2",
"datatables.net-fixedcolumns-bs5": "^4.0.2",
"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"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^17.1.0",
"@rollup/plugin-node-resolve": "^11.1.0",
"@rollup/plugin-replace": "^3.1.0",
"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": "^2.60.1",
"rollup-plugin-gzip": "^3.0.0",
"rollup-plugin-styles": "^4.0.0",
"rollup-plugin-terser": "^7.0.2",
"sass": "^1.43.5",
"serve": "^14.0.1"
},
"scripts": {
"build": "rollup --config",
"dev": "rollup --config --watch"
}
}