This repository has been archived by the owner on Mar 6, 2023. It is now read-only.
forked from elan-ev/studip-meeting
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.88 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
{
"name": "Meetings",
"version": "2.68.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "webpack --watch --mode=\"development\"",
"translate": "gettext-extract --attribute v-i18n --attribute v-translate --output locale/en/LC_MESSAGES/meetings_js.pot $(find vueapp -type f -name '*.vue') && sh translate.sh && gettext-compile --output vueapp/i18n/translations.json locale/en/LC_MESSAGES/meetings.po",
"prod": "webpack --mode=\"production\"",
"prezip": "npm install && npm run prod && composer install --no-dev",
"zip": "zip -r Meetings-V$npm_package_version.zip app assets compat Driver images lib templates locale migrations static vendor LICENSE README.md bootstrap.php MeetingPlugin.php plugin.manifest -x 'templates/default_slides/font/*/*.ttf' -x 'templates/default_slides/font/*/*.php' -x 'templates/default_slides/font/*/*.z' -x 'templates/default_slides/page/*' -x '*.editorconfig'"
},
"author": "ELAN e.V. ([email protected])",
"devDependencies": {
"axios": "^0.22.0",
"clean-webpack-plugin": "^4.0.0",
"css-loader": "^6.4.0",
"css-minimizer-webpack-plugin": "^3.1.1",
"date-fns": "^2.25.0",
"easygettext": "^2.17.0",
"extract-loader": "^5.1.0",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.3.2",
"jquery": "^3.6.0",
"mini-css-extract-plugin": "^2.4.2",
"pdfvuer": "^1.9.2",
"popper.js": "^1.16.1",
"qrcode.vue": "^1.7.0",
"sass": "^1.42.1",
"sass-loader": "^12.1.0",
"vue": "^2.6.14",
"vue-axios": "^3.3.7",
"vue-gettext": "^2.1.12",
"vue-loader": "^15.9.8",
"vue-router": "^3.5.2",
"vue-style-loader": "^4.1.3",
"vue-template-compiler": "^2.6.14",
"vuex": "^3.6.2",
"webpack": "^5.58.1",
"webpack-cli": "^4.9.0"
}
}