forked from elan-ev/studip-meeting
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.25 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
{
"name": "Meetings",
"version": "2.39.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "webpack --watch --mode=\"development\"",
"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 locale migrations static vendor LICENSE README.md bootstrap.php MeetingPlugin.php plugin.manifest"
},
"author": "ELAN e.V. ([email protected])",
"dependencies": {
"install": "^0.12.2",
"npm": "^6.14.8"
},
"devDependencies": {
"axios": "^0.18.1",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^2.1.1",
"date-fns": "^2.12.0",
"extract-loader": "^2.0.1",
"file-loader": "^2.0.0",
"html-webpack-plugin": "^4.3.0",
"jquery": "^3.5.0",
"node-sass": "^4.14.1",
"popper.js": "^1.15.0",
"sass-loader": "^7.3.1",
"vue": "^2.6.10",
"vue-axios": "^2.1.4",
"vue-loader": "^15.7.0",
"vue-router": "^3.0.6",
"vue-template-compiler": "^2.6.10",
"vuex": "^3.3.0",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.5"
}
}