forked from asmit-patil/extensions-1
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 756 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 756 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
{
"name": "@contentstack/extension-custom-dashboard-content-type-visualizer",
"version": "1.0.0",
"description": "A diagrammatic representation of all content types in a stack.",
"main": "gulpfile.js",
"scripts": {
"build": "npx gulp build"
},
"author": "Contentstack",
"license": "MIT",
"devDependencies": {
"@babel/cli": "7.5.0",
"@babel/core": "7.5.4",
"@babel/preset-env": "7.5.4",
"eslint": "^5.6.0",
"eslint-config-airbnb-base": "13.1.0",
"gulp": "4.0.0",
"gulp-babel": "8.0.0",
"gulp-clean-css": "4.2.0",
"gulp-eslint": "6.0.0",
"gulp-inline": "0.1.3",
"gulp-stylelint": "7.0.0",
"gulp-uglify": "3.0.0",
"stylelint": "13.2.0",
"stylelint-config-standard": "20.0.0"
}
}