UNPKG

gridstack

Version:

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

115 lines (114 loc) 3.98 kB
{ "name": "gridstack", "version": "12.4.2", "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)" ], "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/gridstack/gridstack.js.git" }, "funding": [ { "type": "paypal", "url": "https://www.paypal.me/alaind831" }, { "type": "venmo", "url": "https://www.venmo.com/adumesny" } ], "scripts": { "build": "yarn build:ng && grunt && webpack && tsc --project tsconfig.build.json --stripInternal && yarn doc", "build:ng": "cd angular && yarn build lib", "w": "webpack", "t": "rm -rf dist/* && grunt && tsc --project tsconfig.build.json --stripInternal", "doc": "doctoc ./README.md && doctoc ./doc/CHANGES.md && node scripts/generate-docs.js", "doc:main": "node scripts/generate-docs.js --main-only", "doc:angular": "node scripts/generate-docs.js --angular-only", "test": "yarn lint && vitest run", "test:watch": "vitest", "test:ui": "vitest --ui", "test:coverage": "vitest run --coverage", "test:coverage:ui": "vitest --ui --coverage.enabled=true", "test:coverage:detailed": "vitest run --config .vitestrc.coverage.ts", "test:coverage:html": "vitest run --coverage && open coverage/index.html", "test:coverage:lcov": "vitest run --coverage --coverage.reporter=lcov", "test:ci": "vitest run --coverage --reporter=verbose --reporter=junit --outputFile.junit=./coverage/junit-report.xml", "test:e2e": "playwright test", "test:e2e:ui": "playwright test --ui", "test:e2e:headed": "playwright test --headed", "lint": "tsc --project tsconfig.build.json --noEmit && eslint src/*.ts angular/projects/lib/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" ], "bugs": { "url": "https://github.com/gridstack/gridstack.js/issues" }, "homepage": "http://gridstackjs.com/", "dependencies": {}, "devDependencies": { "@playwright/test": "^1.48.2", "@testing-library/dom": "^10.4.0", "@testing-library/jest-dom": "^6.4.8", "@typescript-eslint/eslint-plugin": "^5.58.0", "@typescript-eslint/parser": "^5.58.0", "@vitest/coverage-v8": "^2.0.5", "@vitest/ui": "^2.0.5", "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", "happy-dom": "^20.0.0", "jsdom": "^25.0.0", "protractor": "^7.0.0", "sass": "^1.62.0", "serve-static": "^1.15.0", "ts-loader": "^9.4.2", "typedoc": "^0.28.9", "typedoc-plugin-markdown": "^4.8.0", "typescript": "^5.0.4", "vitest": "^2.0.5", "webpack": "^5.79.0", "webpack-cli": "^5.0.1" }, "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e", "files": [ "dist", "doc/API.md" ] }