forked from kristyanne/jamstack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.47 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
{
"name": "fe-base",
"version": "1.0.0",
"description": "Project FE source",
"repository": {
"type": "git",
"url": "https://github.com/kristyanne/fe-starter.git"
},
"author": "Kristy Nolan <kristy.walters@connect-group.com>",
"license": "WTFPL",
"private": true,
"engines": {
"node": ">=0.12"
},
"scripts": {
"bundle": "browserify src/js/main.js -t babelify --outfile dist/js/main.bundle.js"
},
"dependencies": {
"aliasify": "^2.1.0",
"autoprefixer": "^6.7.0",
"babel-preset-es2015": "^6.22.0",
"babelify": "^7.3.0",
"browser-sync": "^2.18.6",
"browserify": "^14.0.0",
"cssnano": "^3.10.0",
"eslint-config-xo": "^0.17.0",
"gulp": "^3.9.1",
"gulp-cached": "^1.1.1",
"gulp-eslint": "^3.0.1",
"gulp-front-matter": "^1.3.0",
"gulp-hb": "^5.1.4",
"gulp-imagemin": "^3.1.1",
"gulp-notify": "^2.2.0",
"gulp-postcss": "^6.3.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-size": "^2.1.0",
"gulp-sourcemaps": "^2.4.0",
"gulp-stylelint": "^3.7.0",
"gulp-svg-sprite": "^1.3.6",
"gulp-uglify": "^2.0.1",
"gulp-util": "^3.0.8",
"handlebars-helpers": "^0.8.0",
"handlebars-layouts": "^3.1.4",
"lodash.assign": "^4.2.0",
"normalize.css": "^5.0.0",
"require-dir": "^0.3.1",
"sass-mq": "^3.3.2",
"stylelint-order": "^0.2.2",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.9.0",
"yargs": "^6.6.0"
}
}