-
Notifications
You must be signed in to change notification settings - Fork 160
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
pipeline
committed
Nov 23, 2017
1 parent
1e1e088
commit a269fbf
Showing
3 changed files
with
54 additions
and
51 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,53 +1,53 @@ | ||
{ | ||
"name": "@syncfusion/ej2", | ||
"version": "15.4.17", | ||
"description": "Essential JS 2", | ||
"author": "Syncfusion Inc.", | ||
"license": "SEE LICENSE IN license", | ||
"dependencies": { | ||
"@syncfusion/ej2-base": "*", | ||
"@syncfusion/ej2-buttons": "*", | ||
"@syncfusion/ej2-calendars": "*", | ||
"@syncfusion/ej2-charts": "*", | ||
"@syncfusion/ej2-circulargauge": "*", | ||
"@syncfusion/ej2-compression": "*", | ||
"@syncfusion/ej2-data": "*", | ||
"@syncfusion/ej2-dropdowns": "*", | ||
"@syncfusion/ej2-excel-export": "*", | ||
"@syncfusion/ej2-file-utils": "*", | ||
"@syncfusion/ej2-grids": "*", | ||
"@syncfusion/ej2-inputs": "*", | ||
"@syncfusion/ej2-lineargauge": "*", | ||
"@syncfusion/ej2-lists": "*", | ||
"@syncfusion/ej2-navigations": "*", | ||
"@syncfusion/ej2-pdf-export": "*", | ||
"@syncfusion/ej2-popups": "*", | ||
"tslib": "^1.8.0" | ||
}, | ||
"devDependencies": { | ||
"rollup": "^0.51.3", | ||
"rollup-plugin-commonjs": "^8.2.6", | ||
"rollup-plugin-node-resolve": "^3.0.0", | ||
"rollup-plugin-sourcemaps": "^0.4.2", | ||
"rollup-plugin-typescript": "^0.8.1", | ||
"rollup-plugin-uglify": "^2.0.1", | ||
"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" | ||
}, | ||
"keywords": [ | ||
"ej2", | ||
"syncfusion", | ||
"ej2-all" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/syncfusion/ej2" | ||
}, | ||
"scripts": { | ||
"build": "gulp build" | ||
} | ||
"name": "@syncfusion/ej2", | ||
"version": "15.4.19", | ||
"description": "Essential JS 2", | ||
"author": "Syncfusion Inc.", | ||
"license": "SEE LICENSE IN license", | ||
"dependencies": { | ||
"@syncfusion/ej2-base": "^15.4.19", | ||
"@syncfusion/ej2-buttons": "^15.4.17", | ||
"@syncfusion/ej2-calendars": "^15.4.17", | ||
"@syncfusion/ej2-charts": "^15.4.17", | ||
"@syncfusion/ej2-circulargauge": "^15.4.17", | ||
"@syncfusion/ej2-compression": "^15.4.17", | ||
"@syncfusion/ej2-data": "^15.4.17", | ||
"@syncfusion/ej2-dropdowns": "^15.4.19", | ||
"@syncfusion/ej2-excel-export": "^15.4.17", | ||
"@syncfusion/ej2-file-utils": "^15.4.17", | ||
"@syncfusion/ej2-grids": "^15.4.19", | ||
"@syncfusion/ej2-inputs": "^15.4.17", | ||
"@syncfusion/ej2-lineargauge": "^15.4.17", | ||
"@syncfusion/ej2-lists": "^15.4.17", | ||
"@syncfusion/ej2-navigations": "^15.4.17", | ||
"@syncfusion/ej2-pdf-export": "^15.4.19", | ||
"@syncfusion/ej2-popups": "^15.4.17", | ||
"tslib": "^1.8.0" | ||
}, | ||
"devDependencies": { | ||
"rollup": "^0.51.3", | ||
"rollup-plugin-commonjs": "^8.2.6", | ||
"rollup-plugin-node-resolve": "^3.0.0", | ||
"rollup-plugin-sourcemaps": "^0.4.2", | ||
"rollup-plugin-typescript": "^0.8.1", | ||
"rollup-plugin-uglify": "^2.0.1", | ||
"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" | ||
}, | ||
"keywords": [ | ||
"ej2", | ||
"syncfusion", | ||
"ej2-all" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/syncfusion/ej2" | ||
}, | ||
"scripts": { | ||
"build": "gulp build" | ||
} | ||
} |