forked from contentstack/ui-extensions-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 2.23 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "@contentstack/ui-extensions-sdk",
"version": "2.2.0",
"description": "The Extensions SDK allows you to extend Contentstack’s UI by helping you create Custom Fields, Custom Widgets, and Dashboard Widgets.",
"main": "dist/ui-extension-sdk.js",
"scripts": {
"test": "karma start --single-run --browsers ChromeHeadless karma.conf.js",
"test-local": "karma start --single-run",
"generate:docs": "node_modules/.bin/jsdoc --configure .jsdoc.json --verbose",
"build": "npx webpack"
},
"keywords": [
"contentstack",
"contentstack-ui-extension-sdk",
"ui-extension-sdk"
],
"homepage": "https://github.com/contentstack/ui-extensions-sdk",
"author": "Contentstack <[email protected]> (https://www.contentstack.com/)",
"bugs": {
"url": "https://github.com/contentstack/ui-extensions-sdk/issues",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/contentstack/ui-extensions-sdk.git"
},
"license": "MIT",
"devDependencies": {
"@babel/cli": "7.8.4",
"babel-eslint": "8.2.3",
"babel-loader": "7.1.4",
"babel-preset-env": "1.7.0",
"braces": "2.3.2",
"docdash": "1.0.2",
"eslint": "6.8.0",
"eslint-config-airbnb": "16.1.0",
"eslint-loader": "3.0.4",
"eslint-plugin-import": "2.12.0",
"inject-loader": "4.0.1",
"istanbul": "0.4.5",
"istanbul-instrumenter-loader": "3.0.1",
"jasmine": "3.3.0",
"jasmine-core": "2.99.0",
"jsdoc": "3.6.3",
"jsdoc-to-markdown": "5.0.0",
"karma": "5.0.1",
"karma-chrome-launcher": "2.2.0",
"karma-coverage": "1.1.2",
"karma-coverage-istanbul-reporter": "2.0.1",
"karma-eslint": "2.2.0",
"karma-firefox-launcher": "1.1.0",
"karma-jasmine": "1.1.2",
"karma-jasmine-html-reporter": "0.2.2",
"karma-safari-applescript-launcher": "0.1.0",
"karma-sourcemap-loader": "0.3.7",
"karma-spec-reporter": "0.0.32",
"karma-summary-reporter": "1.5.2",
"karma-webpack": "4.0.0-rc.6",
"nyc": "14.1.1",
"webpack": "4.29.3",
"webpack-cli": "3.2.3",
"webpack-dev-server": "3.10.3",
"webpack-shell-plugin": "0.5.0"
},
"dependencies": {
"post-robot": "8.0.29",
"wolfy87-eventemitter": "5.2.4"
}
}