-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
executable file
·37 lines (37 loc) · 943 Bytes
/
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
{
"name": "basetheme",
"version": "3.2.6",
"description": "npm modules to run gulp on this wordpress plugin",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "gulp"
},
"author": "Tim Gieseking, Atomicdust",
"license": "GPL-2.0-or-later",
"devDependencies": {
"@babel/cli": "^7.14.8",
"@babel/core": "^7.14.8",
"@babel/preset-env": "^7.14.8",
"@wordpress/eslint-plugin": "^2.4.0",
"acorn": "^7.4.1",
"autoprefixer": "^9.8.6",
"browser-sync": "^2.27.5",
"browserslist": "^4.16.6",
"cssnano": "^4.1.11",
"del": "^4.1.1",
"eslint": "^6.8.0",
"file-system": "^2.2.2",
"fsevents": "^2.3.2",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-concat": "^2.6.1",
"gulp-eslint": "^5.0.0",
"gulp-postcss": "^8.0.0",
"gulp-sass": "^5.0.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify": "^3.0.1",
"merge-stream": "^2.0.0",
"through2": "^3.0.2"
}
}