-
Notifications
You must be signed in to change notification settings - Fork 103
/
Copy pathpackage.json
47 lines (47 loc) · 1.35 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
{
"name": "@syncfusion/ej2-react-layouts",
"version": "29.1.38",
"description": "A package of Essential JS 2 layout pure CSS components such as card and avatar. The card is used as small container to show content in specific structure, whereas the avatars are icons, initials or figures representing particular person. for React",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
"keywords": [
"react-splitter",
"react-split-panes",
"react-split-area",
"react-split-view",
"react-split-layout",
"react-dashboardlayout",
"react-timeline"
],
"repository": {
"type": "git",
"url": "https://github.com/syncfusion/ej2-react-layouts.git"
},
"main": "./dist/ej2-react-layouts.umd.min.js",
"module": "./index.js",
"es2015": "dist/es6/ej2-react-layouts.es2015.js",
"readme": "ReadMe.md",
"dependencies": {
"@syncfusion/ej2-base": "*",
"@syncfusion/ej2-react-base": "*",
"@syncfusion/ej2-layouts": "*"
},
"devDependencies": {
"@types/chai": "3.5.2",
"@types/es6-promise": "0.0.33",
"@types/jasmine": "2.8.22",
"@types/jasmine-ajax": "3.3.5",
"@types/react": "16.4.7",
"@types/react-dom": "16.9.7",
"@types/requirejs": "2.1.37",
"es6-promise": "^3.2.1",
"gulp": "^3.9.1",
"gulp-sass": "^3.1.0",
"gulp-typescript": "^3.1.6",
"requirejs": "^2.3.3",
"typescript": "2.3.4"
},
"scripts": {
"build": "gulp build"
}
}