-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.71 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 1.71 KB
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
{
"name": "uri-modern",
"version": "4.1.4",
"description": "URI Modern is the primary WordPress theme for the University of Rhode Island, designed to unify the online brand and experience.",
"themeName": "URI Modern",
"textDomain": "uri",
"main": "index.php",
"homepage": "https://www.uri.edu",
"repository": {
"type": "git",
"url": "https://github.com/uriweb/uri-modern.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "University of Rhode Island",
"authorURI": "https://www.uri.edu/wordpress",
"humans": [
"Brandon Fuller <bjcfuller@uri.edu>",
"John Pennypacker <jpennypacker@uri.edu>",
"Alexandra Gauss <alexandra_gauss@uri.edu>"
],
"license": "GPL-3.0",
"licenseURI": "http://www.gnu.org/licenses/gpl.html",
"devDependencies": {
"@wordpress/eslint-plugin": "^9.3.0",
"autoprefixer": "^10.3.4",
"eslint": "^7.32.0",
"eslint-plugin-prettier": "^3.4.1",
"gulp": "^4.0.2",
"gulp-changed": "^4.0.3",
"gulp-concat": ">=2.6.1",
"gulp-eslint": "^6.0.0",
"gulp-header": "^2.0.9",
"gulp-imagemin": "^7.1.0",
"gulp-postcss": "^9.0.1",
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.0.0",
"gulp-shell": "^0.8.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-terser": "^2.0.1",
"postcss": "^8.3.6",
"prettier": "^2.3.2",
"sass": "^1.54.9",
"tsutils": "^3.21.0",
"typescript": "^4.4.2"
},
"engines": {
"node": ">=8.9.4",
"npm": ">=5.6.0"
},
"browserslist": {
"production": [
"> 1%",
"last 2 versions",
"Firefox >= 20",
"iOS >=8"
],
"development": [
"> 1%",
"last 2 versions",
"Firefox >= 20",
"iOS >=8"
]
}
}