UNPKG

devextreme

Version:

HTML5 JavaScript Component Suite for Responsive Web Development

94 lines (93 loc) 2.62 kB
{ "name": "devextreme", "version": "18.1.3", "description": "HTML5 JavaScript Component Suite for Responsive Web Development", "keywords": [ "html5", "controls", "widgets", "components", "jquery", "knockout", "angular", "web", "ui", "datagrid", "pivotgrid", "scheduler", "treelist", "chart" ], "homepage": "https://js.devexpress.com/", "bugs": "https://www.devexpress.com/support/", "author": "Developer Express Inc.", "repository": "https://github.com/DevExpress/DevExtreme", "license": "SEE LICENSE IN README.md", "dependencies": { "jszip": "^2.0.0 || ^3.0.0" }, "devDependencies": { "@types/jquery": "^2.0.34", "angular": "^1.6.10", "babel-core": "^6.26.0", "babel-loader": "^7.1.2", "babel-plugin-add-module-exports": "^0.2.1", "babel-plugin-transform-es2015-modules-commonjs": "^6.26.0", "babel-preset-env": "^1.6.1", "bootstrap": "^3.3.7", "cldr-core": "latest", "del": "^2.2.2", "eslint": "^3.12.2", "eslint-plugin-spellcheck": "0.0.6", "gulp": "^3.9.1", "gulp-babel": "^7.0.1", "gulp-concat": "^2.6.0", "gulp-eol": "^0.1.2", "gulp-file": "^0.3.0", "gulp-footer": "^1.0.5", "gulp-header": "^1.7.1", "gulp-if": "^2.0.0", "gulp-jsbeautifier": "^2.0.3", "gulp-ll": "^1.0.4", "gulp-notify": "^2.2.0", "gulp-plumber": "^1.1.0", "gulp-rename": "^1.2.2", "gulp-replace": "^0.5.4", "gulp-template": "^4.0.0", "gulp-typescript": "^3.0.2", "gulp-uglify": "^1.5.3", "gulp-watch": "^5.0.0", "jshint": "^2.9.3", "knockout": "^3.4.2", "lazypipe": "^1.0.1", "less": "^2.7.1", "lint-staged": "^3.4.0", "merge-stream": "^1.0.0", "pre-commit": "^1.2.2", "qunitjs": "^2.0.1", "run-sequence": "^1.1.5", "systemjs": "<=0.19.41", "systemjs-plugin-babel": "0.0.25", "systemjs-plugin-css": "0.1.33", "systemjs-plugin-json": "0.2.2", "systemjs-plugin-text": "0.0.8", "through2": "^2.0.1", "typescript": "^2.0.3", "vinyl-named": "^1.1.0", "webpack": "^3.10.0", "webpack-stream": "^3.2.0", "yargs": "^4.6.0" }, "bin": { "devextreme-bundler-init": "bin/bundler-init.js", "devextreme-bundler": "bin/bundler.js" }, "scripts": { "lint": "jshint --verbose . && eslint .", "lint-staged": "lint-staged", "build": "dotnet build build/build-dotnet.sln && gulp default", "build-dist": "dotnet build build/build-dotnet.sln && gulp default --uglify", "build-themes": "gulp style-compiler-themes" }, "pre-commit": "lint-staged" }