-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
45 lines (45 loc) · 1.48 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
{
"name": "courseware",
"version": "4.7.7",
"description": "Interaktive multimediale Lernmodule erstellen und bereitstellen",
"repository": "[email protected]:virtUOS/courseware.git",
"author": "Zentrum virtUOS / ELAN e.V.",
"license": "GPL-2.0",
"devDependencies": {
"autoprefixer": "9.8.6",
"autosize": "4.0.2",
"babel-core": "6.26.3",
"babel-loader": "7.1.5",
"babel-plugin-transform-object-rest-spread": "6.26.0",
"babel-polyfill": "6.26.0",
"babel-preset-env": "1.7.0",
"backbone": "1.4.0",
"before-after.js": "1.0.1",
"chart.js": "2.9.4",
"css-loader": "3.6.0",
"dateformat": "4.0.0",
"extract-text-webpack-plugin": "3.0.2",
"highlight.js": "10.4.1",
"jquery.scrollto": "2.1.2",
"less": "3.12.2",
"less-loader": "5.0.0",
"mustache": "4.0.1",
"postcss-loader": "4.1.0",
"query-string": "5.1.1",
"slick-carousel": "1.8.1",
"style-loader": "2.0.0",
"webpack": "3.12.0"
},
"browserslist": [
"last 2 versions",
"safari >= 7"
],
"scripts": {
"build:dev": "webpack --watch",
"prebuild:prod": "cd vue/block_manager && npm install && npm run build",
"build:prod": "NODE_ENV=production webpack",
"locales": "php buildLocales.php",
"prezip": "npm run build:prod",
"zip": "zip -r courseware-v$npm_package_version.zip assets blocks controllers cronjobs export import locale migrations models vendor views LICENSE Courseware.php CoursewareObserver.php plugin.manifest README.md"
}
}