-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 891 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 891 Bytes
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
{
"name": "contentstack_shopify_extension",
"version": "1.0.1",
"description": "Contentstack shopify extension to lookup products from shopify in a contentstack field and save product id.",
"main": "gulpfile.js",
"scripts": {
"build": "gulp build"
},
"author": "Contentstack",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.14.6",
"@babel/preset-env": "^7.14.5",
"gulp": "^5.0.0",
"gulp-babel": "^8.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "2.6.1",
"gulp-inline-source": "^4.0.0",
"gulp-uglify": "^3.0.2"
},
"overrides": {
"braces": "^3.0.3",
"nth-check": "^2.1.1",
"lodash": "^4.17.21",
"lodash.pick": "^4.4.0",
"lodash.template": "^4.5.0",
"micromatch": "^4.0.8",
"decode-uri-component": "^0.2.1",
"minimist": "^1.2.6",
"cheerio": "^1.0.0-rc.12",
"terser": "^5.36.0"
}
}