-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.23 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
{
"name": "gulp-wordpress-workflow",
"version": "1.0.0",
"description": "For creating static landing pages.",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/moxdev/gulp-static-site-workflow"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Shane Biggs",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.6.4",
"@babel/preset-env": "^7.6.3",
"@babel/register": "^7.6.2",
"@wordpress/eslint-plugin": "^3.1.0",
"autoprefixer": "^9.6.5",
"beepbeep": "^1.3.0",
"browser-sync": "^2.26.7",
"cssnano": "^4.1.10",
"del": "^5.1.0",
"eslint": "^6.5.1",
"gulp": "^4.0.2",
"gulp-better-rollup": "^4.0.1",
"gulp-concat": "^2.6.1",
"gulp-newer": "^1.4.0",
"gulp-notify": "^3.2.0",
"gulp-plumber": "^1.2.1",
"gulp-postcss": "^8.0.0",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify": "^3.0.2",
"gulp-unzip": "^1.1.0",
"minimatch": "^3.0.4",
"rollup": "^1.25.0",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-uglify": "^6.0.3"
}
}