-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
66 lines (66 loc) · 2.44 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
{
"name": "studip-opencast-plugin",
"version": "3.17",
"description": "Stud.IP plugin for Opencast",
"author": "Till Glöggler <[email protected]>",
"scripts": {
"build": "composer install --no-dev && npm install && webpack --mode production -d source-map && cd courseware; sh prebuild.sh",
"devcw": "cd courseware; sh watch.sh",
"predev": "npm install",
"dev": "webpack --mode development --watch",
"prezip": "npm run build",
"translate": "/bin/bash translate.sh && gettext-compile --output vueapp/i18n/translations.json locale/en/LC_MESSAGES/opencast.po",
"zip": "mkdir -p build && zip -r build/Opencast-V$npm_package_version.zip app assets cronjobs install locale migrations lib vendor templates static static_cw LICENSE INSTALL.md README.md bootstrap.php OpencastV3.class.php plugin.manifest",
"docs": "npx redoc-cli build docs/studip_opencast_routes.json --output docs/studip_opencast_routes.html",
"tests": "php vendor/bin/codecept run --steps"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.4",
"@popperjs/core": "^2.11.8",
"@vue/cli-service": "^5.0.8",
"@vue/compiler-sfc": "^3.5.10",
"@vueform/slider": "^2.1.10",
"axios": "^1.7.7",
"babel-loader": "^9.2.1",
"clean-webpack-plugin": "^4.0.0",
"core-js": "^3.38.1",
"css-loader": "^7.1.2",
"date-fns": "^4.1.0",
"easygettext": "^2.17.0",
"extract-loader": "^5.1.0",
"file-loader": "^6.2.0",
"focus-trap-vue": "^4.0.3",
"html-webpack-plugin": "^5.6.0",
"install": "^0.13.0",
"mini-css-extract-plugin": "^2.9.1",
"postcss": "^8.4.47",
"postcss-loader": "^8.1.1",
"redoc-cli": "^0.13.21",
"regenerator-runtime": "^0.14.1",
"sass": "^1.79.4",
"sass-loader": "^16.0.2",
"sortablejs": "^1.15.3",
"vue": "^3.5.10",
"vue-axios": "^3.5.2",
"vue-loader": "^17.4.2",
"vue-resizable": "^2.1.7",
"vue-router": "^4.4.5",
"vue3-gettext": "^2.4.0",
"vue3-select": "^0.1.2",
"vuedraggable": "^4.1.0",
"vuex": "^4.1.0",
"webpack": "^5.95.0",
"webpack-cli": "^5.1.4"
},
"browserslist": "> 0.25%, not dead, not IE 11",
"bugs": {
"url": "https://github.com/elan-ev/studip-opencast-plugin/issues"
},
"homepage": "https://github.com/elan-ev/studip-opencast-plugin#readme",
"license": "AGPL-3.0-or-later",
"repository": {
"type": "git",
"url": "git+https://github.com/elan-ev/studip-opencast-plugin.git"
}
}