-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1011 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
{
"name": "radish-separate-wc-address",
"version": "1.0.0",
"description": "",
"main": "Gulpfile.js",
"repository": {
"type": "git",
"url": "git+https://github.com/radishconcepts/separate-wc-address.git"
},
"author": "Radish Concepts <[email protected]>",
"license": "GPL v3",
"bugs": {
"url": "https://github.com/radishconcepts/separate-wc-address/issues"
},
"homepage": "https://github.com/radishconcepts/separate-wc-address#readme",
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-babel": "^8.0.0",
"gulp-concat": "^2.6.1",
"gulp-cssnano": "^2.1.3",
"gulp-fs": "0.0.2",
"gulp-notify": "^3.2.0",
"gulp-plumber": "^1.2.1",
"gulp-rename": "^2.0.0",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify-es": "^2.0.0",
"node-sass": "^4.13.1",
"gulp-checktextdomain": "^2.2.1",
"gulp-wp-pot": "^2.4.0"
}
}