UNPKG

cloudhubui

Version:

Various components to use in react projects

58 lines (57 loc) 1.59 kB
{ "name": "@devexpress/dx-core", "version": "2.7.5", "description": "Core library for DevExtreme Reactive Components", "author": { "name": "Developer Express Inc.", "url": "https://www.devexpress.com/" }, "bugs": { "url": "https://github.com/DevExpress/devextreme-reactive/issues" }, "homepage": "https://devexpress.github.io/devextreme-reactive/", "repository": { "type": "git", "url": "git+https://github.com/DevExpress/devextreme-reactive.git" }, "keywords": [ "pluggable", "reactive", "components" ], "license": "SEE LICENSE IN README.md", "publishConfig": { "access": "public" }, "main": "dist/dx-core.umd.js", "module": "dist/dx-core.es.js", "globalName": "DevExpress.DXCore", "files": [ "dist" ], "scripts": { "test": "jest", "test:watch": "jest --watch", "test:coverage": "jest --coverage", "build": "rollup -c rollup.config.js", "build:watch": "rollup -c rollup.config.js -w", "lint": "tslint -p tsconfig.lint.json", "lint:fix": "yarn lint -- --fix" }, "devDependencies": { "@rollup/plugin-replace": "^2.3.1", "core-js": "^3.4.1", "jest": "^24.9.0", "prettier": "^1.19.1", "rollup": "^1.27.2", "rollup-plugin-license": "^0.12.1", "rollup-plugin-typescript2": "^0.30.0", "tslint": "^5.20.1", "tslint-config-airbnb": "^5.11.2", "tslint-config-prettier": "^1.18.0", "tslint-react": "^4.1.0", "typescript": "4.1.3", "typescript-tslint-plugin": "^1.0.1" }, "gitHead": "1beef4df6ab9223e747da02f5ccdf4133a311f20" }