-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
36 lines (36 loc) · 909 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
{
"private": true,
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-babel": "^8.0.0",
"gulp-bump": "^3.2.0",
"gulp-checktextdomain": "^2.2.2",
"gulp-concat": "^2.6.1",
"gulp-cssnano": "^2.1.3",
"gulp-if": "^3.0.0",
"gulp-jshint": "^2.0.4",
"gulp-potomo": "^1.1.0",
"gulp-pottopo": "^1.0.1",
"gulp-sass": "^4.1.0",
"gulp-sort": "^2.0.0",
"gulp-terser": "^2.0.0",
"gulp-wp-pot": "^2.5.0",
"jshint": "^2.12.0",
"jshint-stylish": "^2.2.1",
"merge-stream": "^2.0.0",
"pump": "^3.0.0",
"yamljs": "^0.3.0",
"yargs": "^16.2.0"
},
"dependencies": {
"cm-show-invisibles": "^2.0.2",
"codemirror": "^5.58.3",
"js-yaml": "^3.14.1"
},
"scripts": {
"build": "./node_modules/gulp/bin/gulp.js build --production"
}
}