-
Notifications
You must be signed in to change notification settings - Fork 68
/
package.json
71 lines (71 loc) · 1.83 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
{
"name": "mozaik-theme-starter",
"description": "WordPress Theme Boilerplate - Build Tools Included :)",
"version": "4.3.0",
"author": "Mozaik Ltd.",
"authorURI": "http://mozaik.com/",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/MozaikAgency/wp-theme-starter.git"
},
"keywords": [
"mozaik",
"wordpress",
"theme",
"gulp"
],
"scripts": {
"dev": "gulp",
"prod": "gulp build"
},
"engines": {
"node": ">=5.0.0"
},
"devDependencies": {
"babel-core": "^6.13.2",
"babel-eslint": "^6.1.2",
"babel-loader": "^6.2.5",
"babel-plugin-transform-runtime": "^6.12.0",
"babel-preset-es2015": "^6.13.2",
"babel-preset-stage-2": "^6.13.0",
"bower-webpack-plugin": "^0.1.9",
"browser-sync": "^2.14.0",
"del": "^2.2.2",
"eslint": "^3.3.1",
"eslint-config-airbnb": "^10.0.1",
"eslint-loader": "^1.5.0",
"eslint-plugin-babel": "^3.3.0",
"eslint-plugin-import": "^1.14.0",
"eslint-plugin-jsx-a11y": "^2.1.0",
"eslint-plugin-react": "^6.1.2",
"gulp": "^3.9.1",
"gulp-add": "0.0.2",
"gulp-autoprefixer": "^3.1.1",
"gulp-cssnano": "^2.1.2",
"gulp-filter": "^4.0.0",
"gulp-imagemin": "^3.0.3",
"gulp-insert": "^0.5.0",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.1.0",
"gulp-sass": "^2.3.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-svg-sprite": "^1.3.5",
"gulp-svgmin": "^1.2.2",
"gulp-util": "^3.0.7",
"gulp-watch": "^4.3.9",
"lodash": "^4.15.0",
"map-stream": "0.0.6",
"merge-stream": "^1.0.0",
"node-notifier": "^4.6.1",
"vinyl-named": "^1.1.0",
"vinyl-transform": "^1.0.0",
"webpack": "^1.13.2",
"webpack-stream": "^3.2.0"
},
"dependencies": {
"babel-polyfill": "^6.13.0",
"lazysizes": "^2.0.1",
"picturefill": "^3.0.2"
}
}