UNPKG

@isotope/prototope

Version:

Isotope-based JavaScript library for speedy UI prototyping

56 lines (55 loc) 1.31 kB
{ "name": "@isotope/prototope", "version": "0.2.1", "main": "dist/prototope.js", "module": "lib/index.js", "unpkg": "dist/prototope.js", "jsdelivr": "dist/prototope.js", "types": "lib/index.d.ts", "description": "Isotope-based JavaScript library for speedy UI prototyping", "license": "MIT", "homepage": "https://areknawo.com/prototope", "repository": "https://github.com/Isotope-js/isotope/tree/master/packages/prototope", "author": "Arek Nawo <areknawo@areknawo.com> (areknawo.com)", "scripts": { "build": "tsc && rollup -c", "watch": "tsc -w", "lint": "eslint ./src --ext .ts --fix", "test": "jest --colors" }, "keywords": [ "UI", "library", "User Interface", "Isotope", "Interface", "Prototyping", "JavaScript", "TypeScript" ], "files": [ "src", "lib", "dist" ], "devDependencies": { "@rollup/plugin-node-resolve": "~7.1.3", "@types/clean-css": "~4.2.1", "@types/jest": "^25.1.4", "clean-css": "~4.2.3", "eslint": "^6.8.0", "eslint-config-xtrict": "^2.0.1", "jest": "^25.2.1", "jest-electron": "~0.1.11", "prettier": "^2.0.2", "rollup": "~2.7.6", "rollup-plugin-terser": "~5.3.0", "ts-jest": "^25.2.1", "ts-node": "^8.8.1", "typescript": "^3.8.3" }, "dependencies": { "@isotope/core": "~0.2.5", "csstype": "^2.6.10" } }