-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.02 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
{
"name": "wordpress-boilerplate",
"version": "1.0.0",
"description": "WordPress simplified boilerplate with gulp.js + PostCSS + es2015",
"main": "index.js",
"repository": "https://github.com/jlozovei/wordpress-boilerplate.git",
"author": "Julio Lozovei <jlozovei@gmail.com>",
"license": "MIT",
"private": false,
"scripts": {
"start": "gulp"
},
"devDependencies": {
"babel": "^6.23.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.24.1",
"babel-register": "^6.26.0",
"cssnano": "^4.1.5",
"gulp": "^3.9.1",
"gulp-babel": "^7.0.1",
"gulp-connect": "^5.6.1",
"gulp-fn": "^0.0.3",
"gulp-plumber": "^1.2.0",
"gulp-postcss": "^8.0.0",
"postcss-custom-properties": "^8.0.8",
"postcss-custom-selectors": "^5.1.2",
"postcss-preset-env": "^6.1.2",
"precss": "^3.1.2",
"rucksack-css": "^1.0.2",
"uglifyjs-webpack-plugin": "^1.2.2",
"webpack": "^4.21.0",
"webpack-stream": "^4.0.2"
}
}