-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
82 lines (82 loc) · 2.85 KB
/
package.json
File metadata and controls
82 lines (82 loc) · 2.85 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "bu-responsive-framework",
"version": "2.5.6",
"description": "A responsive WordPress theme framework. Uses the Responsive Foundation.",
"repository": "https://github.com/bu-ist/responsive-framework/",
"contributors": [
"Andy Rader <jarader@bu.edu>",
"Dakota Chichester <acketon@bu.edu>",
"Eveleen Sung <eksung@bu.edu>",
"Jon Brousseau <jonpb@bu.edu>",
"Matthew Fredenburg <malakhi@bu.edu>",
"Mike Burns <mgburns@bu.edu>",
"Scott Dasse <sdasse@bu.edu>",
"Steve Rudolfi <srudolfi@bu.edu>",
"Inderpreet Singh <isingh@bu.edu>",
"Jonathan Desrosiers <jondes@bu.edu>",
"Ashley Kolodziej <kolodz10@bu.edu>",
"Adam Pieniazek <adamzp@bu.edu>",
"Carlos Silva <cedas@bu.edu>",
"Thomas Dodson <tdodson@bu.edu>",
"RJ Foley IV <rjfoley@bu.edu>",
"Alana Martin <alanam@bu.edu>",
"Tim Spears <tspears1@bu.edu>",
"Todd Milliken <milliktr@bu.edu>",
"Jim Reevior <jreevior@bu.edu>"
],
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
],
"browser": {
"lightgallery": "./node_modules/lightgallery/lightgallery.umd.js"
},
"browserify-shim": {
"jquery": "global:jQuery"
},
"browserify": {
"transform": [
"browserify-shim"
]
},
"devDependencies": {
"@babel/core": "^7.9.6",
"@babel/preset-env": "^7.9.6",
"@wordpress/babel-preset-default": "^4.12.1",
"@wordpress/eslint-plugin": "^5.1.0",
"autoprefixer": "^9.7.6",
"babelify": "^10.0.0",
"eslint": "^6.8.0",
"grunt": "^1.5.2",
"grunt-browserify": "^6.0.0",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-uglify": "^4.0.1",
"grunt-contrib-watch": "^1.1.0",
"grunt-modernizr": "^3.0.0",
"grunt-notify": "^0.4.1",
"grunt-postcss": "^0.9.0",
"grunt-sass": "^3.1.0",
"grunt-version": "^2.0.0",
"grunt-wp-i18n": "^1.0.2",
"node-sass": "^4.14.0",
"stylelint": "^13.3.3",
"stylelint-config-wordpress": "^16.0.0",
"time-grunt": "^2.0.0"
},
"scripts": {
"postinstall": "grunt install",
"styles:lint": "stylelint \"**/*.scss\" --cache || echo \"\"",
"styles:fix": "stylelint \"**/*.scss\" --cache --fix --s || echo \"\" && npm run styles:fix:success --s && npm run styles:fix:warn --s",
"styles:fix:success": "echo \"\\033[32mSuccess! Fixed style errors where possible.\\x1b[0m\"",
"styles:fix:warn": "echo \"\\033[33m\nErrors which could not be resolved automatically are listed above. Please review changes carefully in Tower or your git management tool of choice before committing, as errors can occur, especially in Sass maps.\n\\x1b[0m\""
},
"dependencies": {
"browserify-shim": "^3.8.14",
"lg-thumbnail": "^1.1.0",
"lightgallery": "2.2.1",
"responsive-foundation": "git+ssh://git@github.com:bu-ist/responsive-foundation#3.2.6"
}
}