devexpress-gantt
Version:
DevExpress Gantt Control
92 lines (91 loc) • 3.33 kB
JSON
{
"name": "devexpress-gantt",
"version": "4.1.69",
"description": "DevExpress Gantt Control",
"main": "dist/dx-gantt.min.js",
"repository": {
"type": "git",
"url": "git+https://github.com/DevExpress/Gantt.git"
},
"files": [
"dist/"
],
"dependencies": {
"@devexpress/utils": "^2.1.1",
"tslib": "2.3.1"
},
"devDependencies": {
"@devexpress/eslint-plugin-dx-security": "^0.2.6",
"@eslint/compat": "^1.4.1",
"@eslint/js": "^9.39.1",
"@fortawesome/fontawesome-free": "^5.6.3",
"@types/jasmine": "^3.3.4",
"@typescript-eslint/eslint-plugin": "^8.46.3",
"@typescript-eslint/parser": "^8.46.3",
"bootstrap": "^4.2.1",
"canvas": "^3.2.1",
"concurrently": "^8.2.0",
"copy-webpack-plugin": "^14.0.0",
"cross-env": "^10.1.0",
"css-loader": "^6.8.1",
"css-minimizer-webpack-plugin": "^8.0.0",
"decomment": "^0.9.5",
"eslint": "^9.39.1",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-no-loops": "^0.3.0",
"eslint-plugin-spellcheck": "0.0.17",
"express": "^4.16.4",
"filemanager-webpack-plugin": "^8.0.0",
"globals": "^16.5.0",
"ignore-styles": "^5.0.1",
"jasmine": "^3.3.1",
"jquery": "^3.3.1",
"jsdom": "^28.1.0",
"lint-staged": "^10.5.0",
"mini-css-extract-plugin": "^2.7.6",
"popper.js": "^1.14.6",
"postcss": "^8.5.6",
"sass": "^1.97.3",
"sass-loader": "^16.0.7",
"stylelint": "^16.25.0",
"stylelint-config-standard": "^39.0.1",
"stylelint-config-standard-scss": "^16.0.0",
"stylelint-scss": "^6.12.1",
"terser-webpack-plugin": "^5.3.9",
"ts-loader": "^9.4.4",
"ts-node": "^10.9.1",
"tslib": "2.3.1",
"typescript": "^4.0.5",
"typescript-eslint": "^8.46.3",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4",
"webpack-merge": "^4.2.1"
},
"scripts": {
"lint": "npm run lint-ts & npm run lint-css",
"lint-ts": "eslint . --quiet",
"lint-ts-fix": "eslint . --quiet --fix",
"lint-css": "stylelint css",
"lint-staged": "lint-staged",
"build": "webpack --config webpack.build.js --mode production --progress",
"build-dev": "webpack --config webpack.path.js --mode development --progress",
"build-asp": "webpack --config webpack.path.js --mode production --progress --env patchAspProject",
"build-dxt": "webpack --config webpack.path.js --mode production --progress --env patchDxtProject",
"build-dxt-demos": "webpack --config webpack.path.js --mode production --progress --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 && npm run test:tz",
"test:tz": "cross-env TZ='Europe/Madrid' ts-node node_modules/jasmine/bin/jasmine --require=ignore-styles spec/tests/DateUtils.ts",
"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"
}