UNPKG

gridstack

Version:

TypeScript/JS lib for dashboard layout and creation, no external dependencies, with many wrappers (React, Angular, Vue, Ember, knockout...)

96 lines 2.99 kB
{ "name": "gridstack", "version": "5.0.0", "description": "TypeScript/JS lib for dashboard layout and creation, no external dependencies, with many wrappers (React, Angular, Vue, Ember, knockout...)", "main": "./dist/gridstack.js", "types": "./dist/gridstack.d.ts", "repository": { "type": "git", "url": "git+https://github.com/gridstack/gridstack.js.git" }, "funding": [ { "type": "paypal", "url": "https://www.paypal.me/alaind831" }, { "type": "venmo", "url": "https://www.venmo.com/adumesny" } ], "scripts": { "build": "yarn --no-progress && rm -rf dist/* && grunt && yarn build:es6 && yarn build:es5 && yarn doc", "build:es6": "webpack && tsc --stripInternal", "build:es5": "webpack --config es5/webpack.config.js && tsc --stripInternal --project es5/tsconfig.json", "w": "rm -rf dist/* && grunt && webpack", "t": "rm -rf dist/* && grunt && tsc --stripInternal", "doc": "doctoc ./README.md && doctoc ./doc/README.md && doctoc ./doc/CHANGES.md", "test": "yarn lint && karma start karma.conf.js", "lint": "tsc --noEmit && eslint src/*.ts", "reset": "rm -rf dist node_modules", "prepublishOnly": "yarn build" }, "keywords": [ "Typescript", "gridstack.js", "grid", "gridster", "layout", "responsive", "dashboard", "resize", "drag&drop", "widgets", "Angular", "React", "Vue", "JavaScript" ], "author": "Pavel Reznikov <pashka.reznikov@gmail.com>", "contributors": [ "Dylan Weiss <dylan.weiss@gmail.com> (https://dylandreams.com)", "Alain Dumesny <alaind831+github@gmail.com> (https://github.com/adumesny)" ], "license": "see GridStack root license", "bugs": { "url": "https://github.com/gridstack/gridstack.js/issues" }, "homepage": "http://gridstack.github.io/gridstack.js/", "devDependencies": { "@types/jasmine": "^3.5.9", "@types/jquery": "^3.5.1", "@types/jqueryui": "^1.12.13", "@typescript-eslint/eslint-plugin": "^4.6.0", "@typescript-eslint/parser": "^4.6.0", "connect": "^3.7.0", "core-js": "^3.6.4", "coveralls": "^3.0.9", "doctoc": "^1.4.0", "eslint": "^7.14", "grunt": "^1.0.4", "grunt-cli": "^1.3.2", "grunt-contrib-connect": "^3.0.0", "grunt-contrib-copy": "^1.0.0", "grunt-contrib-cssmin": "^3.0.0", "grunt-contrib-uglify": "^5.0.0", "grunt-contrib-watch": "^1.1.0", "grunt-eslint": "^23.0.0", "grunt-protractor-runner": "^5.0.0", "grunt-protractor-webdriver": "^0.2.5", "grunt-sass": "3.1.0", "jasmine-core": "^3.5.0", "karma": "^4", "karma-chrome-launcher": "^3.1.0", "karma-cli": "^2.0.0", "karma-jasmine": "^4.0.1", "karma-typescript": "4.1.1", "protractor": "^7.0.0", "puppeteer": "^5.4.1", "sass": "^1.42.1", "serve-static": "^1.14.1", "ts-loader": "^8.0.7", "typescript": "^3.7", "webpack": "^5.3.2", "webpack-cli": "^4.6.0" } }