devextreme
Version:
HTML5 JavaScript Component Suite for Responsive Web Development
159 lines (158 loc) • 4.72 kB
JSON
{
"name": "devextreme",
"version": "20.1.7",
"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": {
"type": "git",
"url": "https://github.com/DevExpress/DevExtreme.git"
},
"types": "./bundles/dx.all.d.ts",
"license": "SEE LICENSE IN README.md",
"dependencies": {
"devexpress-diagram": "1.0.14",
"devexpress-gantt": "1.0.7",
"jszip": "^2.0.0 || ^3.0.0",
"quill": "^1.3.7",
"showdown": "^1.8.6",
"turndown": "^6.0.0"
},
"devDependencies": {
"@babel/core": "^7.8.7",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.8.3",
"@babel/plugin-proposal-optional-chaining": "^7.8.3",
"@babel/preset-env": "^7.8.7",
"@types/jquery": "^2.0.34",
"angular": "^1.6.10",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.0.3",
"babel-loader": "^8.1.0",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.0",
"babel-preset-env": "^1.6.1",
"bootstrap": "^4.3.1",
"cldr-core": "latest",
"cldr-numbers-full": "latest",
"cldrjs": "^0.5.0",
"cssom": "^0.4.4",
"del": "^2.2.2",
"devextreme-cldr-data": "^1.0.2",
"devextreme-internal-tools": "^2.0.0-beta.7",
"eslint": "^7.3.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-qunit": "^4.0.0",
"eslint-plugin-spellcheck": "0.0.11",
"exceljs": "3.3.1",
"globalize": "^1.3.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-babel": "^8.0.0",
"gulp-clean-css": "^4.2.0",
"gulp-concat": "^2.6.0",
"gulp-dart-sass": "^1.0.0",
"gulp-eol": "^0.1.2",
"gulp-eslint": "^6.0.0",
"gulp-file": "^0.4.0",
"gulp-footer": "^1.0.5",
"gulp-header": "^1.7.1",
"gulp-if": "^2.0.0",
"gulp-jsbeautifier": "^2.0.3",
"gulp-json-editor": "^2.5.1",
"gulp-less": "^4.0.1",
"gulp-multi-process": "^1.3.1",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-tap": "^1.0.1",
"gulp-template": "^4.0.0",
"gulp-typescript": "^5.0.0",
"gulp-uglify": "^1.5.3",
"gulp-watch": "^5.0.0",
"handlebars": "^4.7.3",
"hogan.js": "3.0.2",
"intl": "^1.2.5",
"jquery": "^3.5.1",
"jquery.1": "^1.0.0",
"jquery.2": "^1.0.0",
"jquery.tmpl": "0.0.2",
"jsrender": "1.0.6",
"knockout": "^3.4.2",
"lazypipe": "^1.0.1",
"less": "3.9.0",
"less2sass": "^1.0.3",
"lint-staged": "^10.0.7",
"map-stream": "0.0.7",
"merge-stream": "^2.0.0",
"minimist": "^1.2.0",
"mustache": "4.0.1",
"nconf": "^0.10.0",
"npm-run-all": "^4.1.5",
"pre-commit": "^1.2.2",
"qunitjs": "^2.0.1",
"run-sequence": "^1.1.5",
"shelljs": "^0.8.3",
"string-replace-loader": "^2.1.1",
"stylelint": "^13.1.0",
"stylelint-config-standard": "^20.0.0",
"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",
"testcafe": "^1.2.0",
"through2": "^2.0.1",
"typescript": "^2.0.3",
"underscore": "^1.9.2",
"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": "npm-run-all -p -c lint-js lint-css",
"lint-js": "eslint .",
"lint-css": "stylelint styles",
"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",
"build-themebuilder-assets": "gulp style-compiler-tb-assets",
"dev": "gulp dev",
"transpile-tests": "gulp transpile-tests",
"test-env": "node testing/launch",
"update-ts": "dx-tools update-ts-bundle --js-scripts ./js --output-path ./ts/dx.all.d.ts",
"internal-tool": "dx-tools",
"validate-declarations": "dx-tools validate-declarations --js-scripts ./js",
"test-testcafe": "node ./testing/testcafe/runner"
},
"browserslist": [
"last 2 versions",
"ios > 8",
"ie > 10",
"> 1%"
],
"pre-commit": "lint-staged"
}