-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.72 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
{
"name": "uri-component-library",
"description": "URI Component Library",
"version": "5.2.0",
"homepage": "https://www.uri.edu",
"repository": "https://github.com/uriweb/uri-component-library",
"docs": "https://www.uri.edu/wordpress",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "University of Rhode Island",
"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": {
"@babel/core": "^7.24.0",
"@babel/preset-env": "^7.24.0",
"@wordpress/eslint-plugin": "^17.9.0",
"acorn": "^8.11.3",
"autoprefixer": "^10.4.18",
"babel-loader": "^9.1.3",
"babel-plugin-add-module-exports": "^1.0.4",
"babel-plugin-transform-react-jsx": "^6.24.1",
"eslint": "^8.57.0",
"eslint-plugin-prettier": "^5.1.3",
"gulp": "^4.0.2",
"gulp-concat": ">=2.6.1",
"gulp-eslint": "^6.0.0",
"gulp-header": "^2.0.9",
"gulp-postcss": "^10.0.0",
"gulp-replace-task": "^2.0.1",
"gulp-sass": "^5.1.0",
"gulp-shell": "^0.8.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-strip-debug": "^6.0.0",
"gulp-terser": "^2.1.0",
"lodash": ">=4.17.21",
"postcss": "^8.4.35",
"prettier": "^3.2.5",
"sass": "^1.71.1",
"tsutils": "^3.21.0",
"typescript": "^5.3.3",
"webpack": "^5.90.3",
"webpack-cli": "^5.1.4"
},
"browserslist": {
"production": [
"> 1%",
"last 2 versions",
"Firefox >= 20",
"iOS >=8"
],
"development": [
"> 1%",
"last 2 versions",
"Firefox >= 20",
"iOS >=8"
]
}
}