-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
33 lines (33 loc) · 1 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
{
"name": "@types/magento2-page-builder-types",
"description": "TypeScript definitions for Magento Page Builder",
"version": "1.2.1",
"main": "index.d.ts",
"repository": {
"type": "git",
"url": "[email protected]:magento/page-builder-types.git"
},
"keywords": [
"magento",
"magento2",
"typescript",
"page builder"
],
"author": "Magento Commerce",
"license": "OSL-3.0",
"bugs": {
"url": "https://github.com/magento/page-builder-types/issues"
},
"homepage": "https://github.com/magento/page-builder-types#readme",
"dependencies": {
"@types/jquery": "1.10.27",
"@types/jqueryui": "^1.12.1",
"@types/knockout": "^3.4.43",
"@types/magento2": "https://github.com/magento/ts-types.git",
"@types/requirejs": "^2.1.31",
"@types/slick-carousel": "^1.6.32",
"@types/tinycolor": "^1.1.27",
"@types/tinymce": "^4.5.16",
"@types/underscore": "^1.8.1"
}
}