-
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) · 1.17 KB
/
package.json
File metadata and controls
33 lines (33 loc) · 1.17 KB
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_optimizely_audiences_field",
"version": "1.0.1",
"description": "The Optimizely extension lets you serve personalized content by allowing you to select the audience for each entry. This extension fetches and displays your Optimizely audiences into a field in your content type. Subsequently, while creating entries, content managers can select audience(s) for each entry. Based on the selection, the entry will be visible only to the targetted audience when published",
"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-uglify": "^3.0.2",
"gulp-inline-source": "^4.0.0"
},
"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"
}
}