-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
127 lines (127 loc) · 4.64 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
{
"type": "module",
"name": "FAU-Einrichtungen",
"textdomain": "fau",
"version": "2.6.4",
"keywords": [
"WordPress",
"Theme",
"FAU",
"RRZE"
],
"compatibility": {
"wprequires": "6.4",
"wptestedup": "6.7",
"phprequires": "8.2"
},
"author": {
"name": "RRZE-Webteam <[email protected]> (https://www.rrze.fau.de)",
"url": "https://www.wordpress.rrze.fau.de"
},
"description": "WordPress-Theme der Friedrich-Alexander-Universität Erlangen-Nürnberg (FAU)",
"license": "GNU General Public License v3 or later",
"licenseurl": "http://www.gnu.org/licenses/gpl-3.0.html",
"tags": "three-columns, two-columns, one-column, right-sidebar, featured-images",
"repository": {
"type": "git",
"url": "https://github.com/RRZE-Webteam/FAU-Einrichtungen",
"issues": "https://github.com/RRZE-Webteam/FAU-Einrichtungen/issues",
"clone": "git+https://github.com/RRZE-Webteam/FAU-Einrichtungen.git"
},
"browserslist": [
"last 3 years"
],
"themeClones": {
"tf": {
"name": "FAU-Techfak",
"description": "WordPress-Theme für die Technische Fakultät der Friedrich-Alexander-Universität Erlangen-Nürnberg (FAU)",
"GitHubThemeURI": "https://github.com/RRZE-Webteam/FAU-Techfak",
"theme_data": "./src/theme-variants/tf/"
},
"med": {
"name": "FAU-Medfak",
"description": "WordPress-Theme für die Medizinische Fakultät der Friedrich-Alexander-Universität Erlangen-Nürnberg (FAU)",
"GitHubThemeURI": "https://github.com/RRZE-Webteam/FAU-Medfak",
"theme_data": "./src/theme-variants/med/"
},
"nat": {
"name": "FAU-Natfak",
"description": "WordPress-Theme für die Naturwissenschaftliche Fakultät der Friedrich-Alexander-Universität Erlangen-Nürnberg (FAU)",
"GitHubThemeURI": "https://github.com/RRZE-Webteam/FAU-Natfak",
"theme_data": "./src/theme-variants/nat/"
},
"phil": {
"name": "FAU-Philfak",
"description": "WordPress-Theme für die Philosophische Fakultät der Friedrich-Alexander-Universität Erlangen-Nürnberg (FAU)",
"GitHubThemeURI": "https://github.com/RRZE-Webteam/FAU-Philfak",
"theme_data": "./src/theme-variants/phil/"
},
"rw": {
"name": "FAU-RWFak",
"description": "WordPress-Theme für die Rechts- und Wirtschaftswissenschaftliche Fakultät der Friedrich-Alexander-Universität Erlangen-Nürnberg (FAU)",
"GitHubThemeURI": "https://github.com/RRZE-Webteam/FAU-RWFak",
"theme_data": "./src/theme-variants/rw/"
},
"zuv": {
"name": "FAU-Einrichtungen",
"description": "WordPress-Theme für zentrale Einrichtungen der Friedrich-Alexander-Universität Erlangen-Nürnberg (FAU)",
"GitHubThemeURI": "https://github.com/RRZE-Webteam/FAU-Einrichtungen",
"theme_data": "./src/theme-variants/default/"
}
},
"contributors": [],
"dependencies": {
"gulp-file": "^0.4.0",
"postcss": "^8.4.47"
},
"main": "index.php",
"maincss": "style.css",
"printcss": "print.css",
"mainjs": "fau-theme.min.js",
"adminjs": "fau-theme-admin.min.js",
"scripts": {
"start": "gulp",
"dev": "gulp dev",
"build": "gulp build",
"pot": "gulp pot",
"clone": "gulp clone"
},
"source": {
"js": "./src/js/",
"sass": "./src/sass/",
"theme_data": "./src/theme-variants/default/",
"favicons": "favicons/",
"screenshot": "screenshot.png",
"readme_md": "README.md"
},
"target": {
"js": "./js/",
"css": "./css/",
"favicons": "./img/socialmedia/",
"screenshot": "./screenshot.png",
"readme_md": "README.md",
"readme_txt": "readme.txt"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"@babel/register": "^7.25.9",
"gulp": "^5.0.0",
"gulp-bump": "^3.2.0",
"gulp-concat": "^2.6.1",
"gulp-dart-sass": "^1.1.0",
"gulp-debug": "^5.0.1",
"gulp-header": "^2.0.9",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.1.4",
"gulp-sass": "^5.1.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-touch-cmd": "0.0.1",
"gulp-uglify": "^3.0.2",
"gulp-wp-pot": "^2.5.0",
"map-stream": "0.0.7",
"sass": "^1.80.5",
"semver": "^7.6.3",
"yargs": "^17.7.2"
}
}