This repository has been archived by the owner on Jul 21, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.82 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
{
"name": "Jaybox",
"description": "Sass ES6 framework out the box",
"version": "1.0.0",
"main": "gulpfile.babel.js",
"author": "Jay Collett",
"email": "[email protected]",
"url": "http://jay-collett.com",
"repository": {
"type": "git",
"url": "[email protected]:JayBox325/jaybox.git"
},
"scripts": {
"start": "gulp --env development",
"cms": "gulp cms --env cms",
"build": "gulp build --env development",
"build-static": "gulp build --env production",
"build-cms": "gulp build-cms --env cms"
},
"license": "MIT",
"dependencies": {},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/register": "^7.0.0",
"accordion": "^3.0.1",
"ajv": "^6.5.3",
"autoprefixer": "^9.1.5",
"babel-preset-env": "^1.7.0",
"babelify": "^10.0.0",
"barba.js": "^1.0.0",
"browser-sync": "^2.24.7",
"browserify": "^14.5.0",
"gulp": "github:gulpjs/gulp#4.0",
"gulp-babel": "^8.0.0",
"gulp-changed": "^3.2.0",
"gulp-cssnano": "^2.1.3",
"gulp-data": "^1.3.1",
"gulp-environments": "^0.1.2",
"gulp-gzip": "^1.4.2",
"gulp-htmlmin": "^3.0.0",
"gulp-if": "^2.0.2",
"gulp-imagemin": "^3.4.0",
"gulp-nunjucks-render": "^2.2.2",
"gulp-postcss": "^7.0.1",
"gulp-rename": "^1.4.0",
"gulp-sass": "^3.2.1",
"gulp-sourcemaps": "^2.6.4",
"gulp-svg-symbols": "^2.0.2",
"gulp-svgmin": "^1.2.4",
"gulp-uglify": "^3.0.1",
"gulp-util": "^3.0.8",
"gulp-version-number": "^0.1.7",
"gulp-watch": "^5.0.1",
"in-view": "^0.6.1",
"jspolyfill-array.prototype.find": "^0.1.3",
"path": "^0.12.7",
"require-dir": "^0.3.2",
"require-new": "^1.1.1",
"skrollr": "^0.6.26",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0",
"webfontloader": "^1.6.28"
}
}