-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
57 lines (57 loc) · 1.87 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
{
"name": "rrze-rsvp",
"version": "2.11.5",
"main": "rrze-rsvp.php",
"scripts": {
"start": "webpack --mode=development --watch",
"build": "webpack --mode=production && gulp bundle",
"clean": "rm -rf build/",
"major": "gulp major",
"minor": "gulp minor",
"patch": "gulp patch",
"prerelease": "gulp prerelease",
"bundle": "gulp bundle"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RRZE-Webteam/rrze-rsvp.git",
"issues": "https://github.com/RRZE-Webteam/rrze-rsvp/issues",
"clone": "git+https://github.com/RRZE-Webteam/rrze-rsvp.git"
},
"browserslist": [
"last 3 years",
"ie 11"
],
"supports": {
"email": "[email protected]",
"docs": "https://www.wordpress.rrze.fau.de/plugins/fau-und-rrze-plugins/rsvp/"
},
"author": "RRZE-Webteam <[email protected]> (https://www.wordpress.rrze.fau.de/person/webmaster)",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/RRZE-Webteam/rrze-rsvp/issues"
},
"homepage": "https://github.com/RRZE-Webteam/rrze-rsvp#readme",
"devDependencies": {
"@babel/core": "^7.14",
"@babel/preset-env": "^7.14",
"autoprefixer": "^10.3.1",
"babel-loader": "^8.2.2",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^6.2.0",
"css-minimizer-webpack-plugin": "^3.0.2",
"gulp": "^5.0.0",
"gulp-bump": "^3.2.0",
"gulp-touch-cmd": "^0.0.1",
"gulp-zip": "^5.1.0",
"mini-css-extract-plugin": "^2.1.0",
"postcss-loader": "^6.1.1",
"sass": "^1.49.9",
"sass-loader": "^12.1.0",
"semver": "^7.3.5",
"style-loader": "^3.2.1",
"terser-webpack-plugin": "^5.1.4",
"webpack": "^5.46.0",
"webpack-cli": "^4.7.2"
}
}