-
Notifications
You must be signed in to change notification settings - Fork 62
/
Copy pathpackage.json
57 lines (57 loc) · 1.8 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
{
"name": "jekyll-foundation",
"version": "0.5.0",
"description": "Starting point for a Jekyll site that uses Zurb Foundation's Sass.",
"license": "MIT",
"main": "gulpfile.js",
"dependencies": {
"motion-ui": "^1.2.3"
},
"devDependencies": {
"@babel/core": "^7.4.4",
"@babel/preset-env": "^7.4.4",
"babel-core": "^7.0.0-beta.3",
"babel-plugin-transform-es2015-arrow-functions": "^6.3.13",
"babel-plugin-transform-es2015-block-scoped-functions": "^6.3.13",
"babel-plugin-transform-es2015-block-scoping": "^6.4.0",
"babel-plugin-transform-es2015-classes": "^6.3.15",
"babel-plugin-transform-es2015-destructuring": "^6.3.15",
"babel-plugin-transform-es2015-modules-commonjs": "^6.3.13",
"babel-plugin-transform-es2015-parameters": "^6.3.26",
"babel-plugin-transform-es2015-shorthand-properties": "^6.5.0",
"babel-plugin-transform-es2015-spread": "^6.4.0",
"babel-plugin-transform-es2015-template-literals": "^6.3.13",
"babel-preset-es2015": "^6.3.13",
"browser-sync": "^2.10.0",
"cross-spawn": "^6",
"del": "^4",
"foundation-sites": "^6.4.3",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^6",
"gulp-babel": "^8.0.0",
"gulp-concat": "^2.6.1",
"gulp-cssnano": "^2.1.2",
"gulp-if": "^2.0.0",
"gulp-load-plugins": "^1.5.0",
"gulp-notify": "^3",
"gulp-sass": "^4",
"gulp-sourcemaps": "^2.2.0",
"gulp-uglify": "^3",
"js-yaml": "^3.5.4",
"require-dir": "^1",
"run-sequence": "^2",
"yargs": "^13"
},
"scripts": {
"start": "gulp",
"build": "gulp build --production",
"test": "gulp build --production"
},
"repository": {
"type": "git",
"url": "https://github.com/core77/jekyll-foundation.git"
},
"bugs": {
"url": "https://github.com/core77/jekyll-foundation/issues"
}
}