-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
82 lines (82 loc) · 2.85 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
{
"name": "bu-responsive-framework",
"version": "2.5.3",
"description": "A responsive WordPress theme framework. Uses the Responsive Foundation.",
"repository": "https://github.com/bu-ist/responsive-framework/",
"contributors": [
"Andy Rader <[email protected]>",
"Dakota Chichester <[email protected]>",
"Eveleen Sung <[email protected]>",
"Jon Brousseau <[email protected]>",
"Matthew Fredenburg <[email protected]>",
"Mike Burns <[email protected]>",
"Scott Dasse <[email protected]>",
"Steve Rudolfi <[email protected]>",
"Inderpreet Singh <[email protected]>",
"Jonathan Desrosiers <[email protected]>",
"Ashley Kolodziej <[email protected]>",
"Adam Pieniazek <[email protected]>",
"Carlos Silva <[email protected]>",
"Thomas Dodson <[email protected]>",
"RJ Foley IV <[email protected]>",
"Alana Martin <[email protected]>",
"Tim Spears <[email protected]>",
"Todd Milliken <[email protected]>",
"Jim Reevior <[email protected]>"
],
"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": "^5.3.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.1.6",
"responsive-foundation": "git+ssh://[email protected]:bu-ist/responsive-foundation#3.2.3"
}
}