forked from MozaikAgency/wp-theme-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
69 lines (69 loc) · 1.71 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
{
"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.5.2",
"babel-eslint": "5.0.0",
"babel-loader": "6.2.3",
"babel-plugin-transform-runtime": "6.5.2",
"babel-preset-es2015": "6.5.0",
"babel-preset-stage-2": "6.5.0",
"bower-webpack-plugin": "0.1.9",
"browser-sync": "2.11.1",
"del": "2.2.0",
"eslint": "2.2.0",
"eslint-config-airbnb": "6.0.2",
"eslint-loader": "1.3.0",
"eslint-plugin-babel": "3.1.0",
"eslint-plugin-react": "4.1.0",
"gulp": "3.9.1",
"gulp-add": "0.0.2",
"gulp-autoprefixer": "3.1.0",
"gulp-cssnano": "2.1.1",
"gulp-filter": "3.0.1",
"gulp-imagemin": "2.4.0",
"gulp-insert": "0.5.0",
"gulp-notify": "2.2.0",
"gulp-plumber": "1.1.0",
"gulp-sass": "2.2.0",
"gulp-sourcemaps": "1.6.0",
"gulp-svg-sprite": "1.2.19",
"gulp-svgmin": "1.2.2",
"gulp-util": "3.0.7",
"gulp-watch": "4.3.5",
"lodash": "4.5.1",
"map-stream": "0.0.6",
"merge-stream": "1.0.0",
"node-notifier": "4.5.0",
"vinyl-named": "1.1.0",
"vinyl-transform": "1.0.0",
"webpack": "1.12.14",
"webpack-stream": "3.1.0"
},
"dependencies": {
"babel-polyfill": "6.5.0",
"lazysizes": "1.4.0",
"picturefill": "3.0.2"
}
}