devexpress-diagram
Version:
DevExpress Diagram Control
81 lines (80 loc) • 2.61 kB
JSON
{
"name": "devexpress-diagram",
"version": "2.1.57",
"description": "DevExpress Diagram Control",
"main": "dist/dx-diagram.min.js",
"files": [
"dist/"
],
"dependencies": {
"@devexpress/utils": "1.3.16",
"es6-object-assign": "^1.1.0"
},
"devDependencies": {
"@fortawesome/fontawesome-free": "^5.6.3",
"@types/jasmine": "^3.3.4",
"@typescript-eslint/eslint-plugin": "^3.9.0",
"@typescript-eslint/parser": "^3.9.0",
"babel-register": "^6.26.0",
"bootstrap": "^4.2.1",
"concurrently": "^4.1.0",
"copy-webpack-plugin": "^4.5.1",
"css-loader": "^2.1.1",
"decomment": "^0.9.5",
"eslint": "^7.3.1",
"eslint-config-airbnb-typescript": "^8.0.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-no-loops": "^0.3.0",
"eslint-plugin-spellcheck": "0.0.11",
"express": "^4.16.4",
"ignore-styles": "^5.0.1",
"jasmine": "^3.3.1",
"jquery": "^3.3.1",
"jsdom": "^13.1.0",
"lint-staged": "^10.0.7",
"mini-css-extract-plugin": "^0.7.0",
"node-sass": "^4.14.0",
"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.1.0",
"stylelint-config-standard": "^20.0.0",
"stylelint-scss": "^3.17.2",
"terser-webpack-plugin": "^1.3.0",
"ts-loader": "^5.3.2",
"ts-node": "^7.0.1",
"typescript": "^3.3.1",
"webpack": "^4.41.4",
"webpack-cli": "^3.1.2",
"webpack-merge": "^4.2.1",
"xhr-mock": "^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.build.js --mode production --progress --colors",
"build-dev": "webpack --config webpack.dev.js --mode development --progress --colors",
"watch": "webpack --config webpack.dev.js --mode development --progress --watch",
"test": "ts-node node_modules/jasmine/bin/jasmine --require=ignore-styles",
"server": "node server.js"
},
"repository": {
"type": "git",
"url": "https://github.com/DevExpress/diagram"
},
"homepage": "https://devexpress.com/",
"bugs": "https://www.devexpress.com/support/",
"author": "Developer Express Inc.",
"license": "SEE LICENSE IN README.md",
"keywords": [
"diagram",
"editor",
"devextreme",
"devexpress"
],
"pre-commit": "lint-staged"
}