ej2-javascript-samples/package.json

87 строки
2.4 KiB
JSON

{
"name": "@syncfusion/ej2-javascript-samples",
"version": "27.1.48",
"description": "Examples of JavaScript (ES5) UI Controls",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
"dependencies": {
"@syncfusion/ej2": "*",
"crossroads": "0.12.2",
"hasher": "1.2.0",
"simple-git": "3.16.0",
"fuse.js": "7.0.0",
"tributejs": "5.1.3"
},
"devDependencies": {
"@syncfusion/ej2-react-notifications": "*",
"@types/node": "20.4.2",
"aws-sdk": "2.1415.0",
"browser-sync": "2.29.3",
"cheerio": "^1.0.0-rc.12",
"codemirror": "^6.0.1",
"css-loader": "^3.6.0",
"download-file": "^0.1.5",
"elasticlunr": "0.9.5",
"emailjs": "^1.0.12",
"es6-promise": "4.2.8",
"ghooks": "^2.0.4",
"glob": "^7.2.3",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",
"gulp-gzip": "^1.4.2",
"gulp-jscpd": "0.0.8",
"gulp-jshint": "^2.1.0",
"gulp-jshint-xml-file-reporter": "^0.5.1",
"gulp-jsoncombine": "^1.0.4",
"gulp-print": "^5.0.2",
"gulp-protractor": "^4.1.1",
"gulp-rename": "^2.0.0",
"gulp-s3-upload": "1.7.3",
"gulp-sass": "^5.1.0",
"gulp-sass-lint": "^1.4.0",
"gulp-tslint": "^8.1.4",
"gulp-typescript": "^5.0.1",
"gulp-uglify": "^3.0.2",
"gulp-webpack": "^1.5.0",
"gulp-zip": "^5.1.0",
"gulp4-run-sequence": "^1.0.2",
"htmllint": "^0.8.0",
"jasmine-ajax": "^4.0.0",
"jasmine-core": "^5.0.1",
"jshint": "^2.13.6",
"karma": "^6.4.2",
"karma-chrome-launcher": "^3.2.0",
"karma-coverage": "^2.2.1",
"karma-firefox-launcher": "^2.1.2",
"karma-generic-preprocessor": "^1.1.1",
"karma-htmlfile-reporter": "^0.3.8",
"karma-jasmine": "^5.1.0",
"karma-jasmine-ajax": "^0.1.13",
"karma-requirejs": "^1.1.0",
"markdown-it": "^13.0.1",
"moment-timezone": "^0.5.43",
"node-fetch": "^2.6.7",
"pretty": "1.0.0",
"require-dir": "^1.2.0",
"requirejs": "^2.3.6",
"rimraf": "^5.0.1",
"sass": "^1.63.6",
"shelljs": "^0.8.5",
"simple-git": "^3.19.1",
"ts-loader": "^5.2.0",
"tslint": "^5.20.1",
"tslint-microsoft-contrib": "^4.0.0",
"typescript": "~4.5.5",
"typo-js": "^1.2.3",
"uglifyjs-webpack-plugin": "*",
"vue": "^3.3.4",
"webpack": "^4.41.5",
"webpack-cli": "^4.1.0",
"webpack-stream": "^6.0.0"
},
"scripts": {
"test": "gulp js-hint",
"serve": "gulp serve",
"build": "gulp build"
}
}