UNPKG

devexpress-gantt

Version:

DevExpress Gantt Control

85 lines (84 loc) 3.04 kB
{ "name": "devexpress-gantt", "version": "3.0.20", "description": "DevExpress Gantt Control", "main": "dist/dx-gantt.min.js", "repository": { "type": "git", "url": "https://github.com/DevExpress/Gantt.git" }, "files": [ "dist/" ], "dependencies": { "@devexpress/utils": "1.3.14", "tslib": "2.3.1" }, "devDependencies": { "@fortawesome/fontawesome-free": "^5.6.3", "@types/jasmine": "^3.3.4", "@typescript-eslint/eslint-plugin": "^4.6.0", "@typescript-eslint/parser": "^4.6.0", "babel-register": "^6.26.0", "bootstrap": "^4.2.1", "concurrently": "^4.1.0", "css-loader": "^2.1.1", "eslint": "^7.12.1", "eslint-config-airbnb-typescript": "^12.0.0", "eslint-plugin-import": "^2.22.1", "eslint-plugin-no-loops": "^0.3.0", "eslint-plugin-spellcheck": "0.0.17", "express": "^4.16.4", "filemanager-webpack-plugin": "^2.0.5", "ignore-styles": "^5.0.1", "jasmine": "^3.3.1", "jquery": "^3.3.1", "jsdom": "^13.1.0", "lint-staged": "^10.5.0", "mini-css-extract-plugin": "^0.7.0", "node-sass": "^4.11.0", "npm-run-all": "^4.1.5", "optimize-css-assets-webpack-plugin": "^5.0.1", "popper.js": "^1.14.6", "pre-commit": "^1.2.2", "sass-loader": "^7.1.0", "stylelint": "^13.7.2", "stylelint-config-standard": "^20.0.0", "stylelint-scss": "^3.18.0", "terser-webpack-plugin": "^1.3.0", "ts-loader": "^5.3.2", "ts-node": "^7.0.1", "tslib": "2.3.1", "typescript": "^4.0.5", "webpack": "^4.28.1", "webpack-cli": "^3.1.2", "webpack-merge": "^4.2.1", "canvas": "^2.5.0" }, "scripts": { "lint": "npm-run-all -p -c lint-css lint-ts", "lint-ts": "eslint --ext .ts . --quiet", "lint-ts-fix": "eslint --ext .ts . --quiet --fix", "lint-css": "stylelint css", "lint-staged": "lint-staged", "build": "webpack --config webpack.config.js --mode production --progress --colors", "build-dev": "webpack --config webpack.config.js --mode development --progress --colors", "build-asp": "webpack --config webpack.config.js --mode production --progress --colors --patchAspProject", "build-dxt": "webpack --config webpack.config.js --mode production --progress --colors --patchDxtProject", "build-dxt-demos": "webpack --config webpack.config.js --mode production --progress --colors --patchDxtDemosProject", "watch": "concurrently --kill-others \"node server.js\" \"webpack --config webpack.dev.js --mode development --watch\"", "test": "ts-node node_modules/jasmine/bin/jasmine --require=ignore-styles", "start": "webpack --mode development --watch" }, "homepage": "https://devexpress.com/", "bugs": "https://www.devexpress.com/support/", "author": "Developer Express Inc.", "license": "SEE LICENSE IN README.md", "keywords": [ "gantt", "editor", "devextreme", "devexpress" ], "pre-commit": "lint-staged" }