2017-06-15 11:49:09 +03:00
|
|
|
{
|
2018-02-23 11:49:07 +03:00
|
|
|
"name": "@syncfusion/ej2-samples",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"description": "Samples for Syncfusion Essential JS 2",
|
|
|
|
"author": "Syncfusion Inc.",
|
|
|
|
"license": "SEE LICENSE IN license",
|
|
|
|
"dependencies": {
|
|
|
|
"@syncfusion/ej2": "16.1.24",
|
|
|
|
"cheerio": "^1.0.0-rc.1",
|
|
|
|
"crossroads": "^0.12.2",
|
|
|
|
"hasher": "^1.2.0",
|
|
|
|
"moment-timezone": "^0.5.14"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@types/chai": "^3.4.28",
|
|
|
|
"@types/crossroads": "0.0.28",
|
|
|
|
"@types/es6-promise": "0.0.28",
|
|
|
|
"@types/hasher": "0.0.27",
|
|
|
|
"@types/highlight.js": "^9.1.7",
|
|
|
|
"@types/jasmine": "^2.2.29",
|
|
|
|
"@types/jasmine-ajax": "^3.1.27",
|
|
|
|
"@types/requirejs": "^2.1.26",
|
|
|
|
"@types/signals": "0.0.16",
|
|
|
|
"elasticlunr": "0.9.5",
|
|
|
|
"fuse.js": "^3.2.0",
|
|
|
|
"markdown-it": "^8.4.0",
|
|
|
|
"@types/moment-timezone": "^0.5.3",
|
|
|
|
"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",
|
|
|
|
"browser-sync": "2.11.2",
|
|
|
|
"jasmine-ajax": "^3.3.1",
|
|
|
|
"jasmine-core": "^2.6.1",
|
|
|
|
"karma": "^1.7.0",
|
|
|
|
"karma-chrome-launcher": "^2.2.0",
|
|
|
|
"karma-generic-preprocessor": "^1.1.0",
|
|
|
|
"karma-htmlfile-reporter": "^0.3.5",
|
|
|
|
"karma-jasmine": "^1.1.0",
|
|
|
|
"karma-jasmine-ajax": "^0.1.13",
|
|
|
|
"karma-requirejs": "^1.1.0",
|
|
|
|
"run-sequence": "^1.2.2",
|
|
|
|
"webpack": "2.5.1",
|
|
|
|
"webpack-stream": "^3.2.0"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"test": "gulp sample-test",
|
|
|
|
"ci-publish": "gulp publish-samples"
|
|
|
|
},
|
|
|
|
"config": {
|
|
|
|
"ghooks": {
|
|
|
|
"pre-commit": "gulp test",
|
|
|
|
"commit-msg": "gulp commit-message"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|