forked from MinnPost/object-sync-for-salesforce
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.3 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
46
{
"name": "object-sync-for-salesforce",
"title": "Object Sync for Salesforce",
"description": "WordPress plugin that implements mapping and syncing between Salesforce objects and WordPress objects",
"version": "1.3.1",
"main": "index.js",
"repository": "https://github.com/MinnPost/object-sync-for-salesforce.git",
"author": "MinnPost",
"license": "GPL-2.0",
"dependencies": {
"autoprefixer": "^8.1.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.4",
"babel-preset-es2015": "~6",
"browser-sync": "^2.23.6",
"css-mqpacker": "^6.0.2",
"del": "^3.0.0",
"eslint-config-wordpress": "^2.0.0",
"glob": "~7",
"gulp": "~3",
"gulp-babel": "~7",
"gulp-cheerio": "~0",
"gulp-concat": "~2",
"gulp-css-globbing": "^0.2.2",
"gulp-csslint": "^1.0.1",
"gulp-cssnano": "~2",
"gulp-eslint": "^4.0.2",
"gulp-imagemin": "^4.1.0",
"gulp-notify": "~3",
"gulp-plumber": "~1",
"gulp-postcss": "~7",
"gulp-rename": "~1",
"gulp-sass": "~3",
"gulp-sass-lint": "^1.3.4",
"gulp-sort": "~2",
"gulp-sourcemaps": "^2.6.4",
"gulp-svgmin": "~1",
"gulp-svgstore": "~6",
"gulp-uglify": "~3",
"gulp-util": "~3",
"gulp-wp-pot": "^2.2.0",
"npm": "^5.7.1",
"npm-check-updates": "^2.14.1",
"webpack": "^4.1.1"
}
}