-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
79 lines (79 loc) · 2.27 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
{
"name": "responsive-foundation",
"version": "5.0.0-alpha.10",
"homepage": "https://github.com/bu-ist/responsive-foundation",
"description": "A front-end framework for developing responsive sites at Boston University.",
"authors": [
"Mike Burns <[email protected]>",
"Scott Dasse <[email protected]>",
"Andy Rader <[email protected]>",
"Matt Fredenburg <[email protected]>",
"Steve Rudolfi <[email protected]>",
"Eveleen Sung <[email protected]>",
"Inder Singh <[email protected]>",
"Ashley Kolodziej <[email protected]>",
"Jon Desroisers <[email protected]>",
"Tom Dodson <[email protected]>",
"Alana Martin <[email protected]>"
],
"keywords": [
"responsive",
"bu",
"foundation",
"bootstrap",
"framework"
],
"private": true,
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
],
"browserify-shim": {
"jquery": "global:jQuery"
},
"browserify": {
"transform": [
"browserify-shim"
]
},
"main": "js/theme.js",
"dependencies": {
"@bostonuniversity/burf-base": "^5.0.0-alpha.10",
"@bostonuniversity/burf-customizations": "^5.0.0-alpha.10",
"@bostonuniversity/burf-theme": "^5.0.0-alpha.10",
"@bostonuniversity/burf-tools": "^5.0.0-alpha.10"
},
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@wordpress/babel-preset-default": "^3.0.2",
"@wordpress/eslint-plugin": "^1.0.1",
"autoprefixer": "^9.4.9",
"babelify": "^10.0.0",
"browserify-shim": "^3.8.14",
"bs-html-injector": "^3.0.3",
"eslint": "^5.16.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.14.3",
"grunt": "^1.0.4",
"grunt-babel": "^8.0.0",
"grunt-browser-sync": "^2.2.0",
"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-gh-pages": "^4.0.0",
"grunt-kss": "^5.0.1",
"grunt-postcss": "^0.9.0",
"grunt-sass": "^3.1.0",
"grunt-version": "^2.0.0",
"id-kss-builder": "git+ssh://[email protected]/bu-ist/id-kss-builder.git#1.1.0",
"kss": "3.0.0-beta.23",
"node-sass": "^4.14.0",
"time-grunt": "^2.0.0"
}
}