UNPKG

@homarr/gridstack

Version:

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

93 lines (92 loc) 3.19 kB
{ "name": "@homarr/gridstack", "version": "1.12.0", "license": "MIT", "author": "Alain Dumesny <alaind831+github@gmail.com> (https://github.com/adumesny)", "contributors": [ "Pavel Reznikov <pashka.reznikov@gmail.com>", "Dylan Weiss <dylan.weiss@gmail.com> (https://dylandreams.com)", "Meierschlumpf <meierschlumpf@gmail.com>" ], "description": "TypeScript/JS lib for dashboard layout and creation, responsive, mobile support, 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/homarr-labs/gridstack.js.git" }, "scripts": { "build": "yarn --no-progress && 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", "build:ng": "cd angular && yarn --no-progress && yarn build lib && rm ../dist/angular/.npmignore", "w": "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", "publish": "npm publish" }, "keywords": [ "Typescript", "gridstack.js", "grid", "gridster", "layout", "responsive", "dashboard", "resize", "drag&drop", "widgets", "Angular", "React", "Vue", "JavaScript" ], "bugs": { "url": "https://github.com/homarr-labs/gridstack.js/issues" }, "homepage": "https://homarr.dev/", "dependencies": {}, "devDependencies": { "@types/jasmine": "^4.3.1", "@typescript-eslint/eslint-plugin": "^5.58.0", "@typescript-eslint/parser": "^5.58.0", "connect": "^3.7.0", "core-js": "^3.30.1", "coveralls": "^3.1.1", "doctoc": "^2.2.1", "eslint": "^8.38.0", "grunt": "^1.6.1", "grunt-cli": "^1.3.2", "grunt-contrib-connect": "^3.0.0", "grunt-contrib-copy": "^1.0.0", "grunt-contrib-cssmin": "^4.0.0", "grunt-contrib-uglify": "^5.2.2", "grunt-contrib-watch": "^1.1.0", "grunt-eslint": "^24.0.1", "grunt-protractor-runner": "^5.0.0", "grunt-protractor-webdriver": "^0.2.5", "grunt-sass": "3.1.0", "jasmine-core": "^4.6.0", "karma": "^6.4.1", "karma-chrome-launcher": "^3.1.1", "karma-cli": "^2.0.0", "karma-jasmine": "^5.1.0", "karma-typescript": "5.5.4", "protractor": "^7.0.0", "sass": "^1.62.0", "serve-static": "^1.15.0", "ts-loader": "^9.4.2", "typescript": "^5.0.4", "webpack": "^5.79.0", "webpack-cli": "^5.0.1" }, "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e", "files": [ "dist", "doc" ] }