UNPKG

@isotope/docking

Version:

Docking - Isotope-based Static Site Generator

69 lines (68 loc) 1.7 kB
{ "name": "@isotope/docking", "version": "0.2.1", "main": "lib/index.js", "module": "lib/index.js", "types": "lib/index.d.ts", "description": "Docking - Isotope-based Static Site Generator", "license": "MIT", "homepage": "https://areknawo.com/docking", "repository": "https://github.com/Isotope-js/isotope/tree/master/packages/docking", "author": "Arek Nawo <areknawo@areknawo.com> (areknawo.com)", "scripts": { "build": "tsc", "watch": "tsc -w", "lint": "eslint ./ --ext .ts --fix" }, "bin": { "dck": "./lib/index.js" }, "keywords": [ "Isotope", "Static", "Website", "Generator", "SSG" ], "files": [ "src", "lib" ], "devDependencies": { "eslint": "^6.8.0", "eslint-config-xtrict": "^2.0.1", "prettier": "^2.0.2", "typescript": "^3.8.3" }, "dependencies": { "@babel/core": "~7.10.2", "@babel/plugin-transform-typescript": "^7.9.4", "@isotope/core": "~0.2.5", "@isotope/prototope": "~0.2.1", "@isotope/prototope-server": "~0.1.3", "@isotope/server": "~0.1.2", "@rollup/plugin-babel": "^5.0.0", "@rollup/plugin-commonjs": "^11.1.0", "@rollup/plugin-node-resolve": "~7.1.3", "@rollup/plugin-virtual": "^2.0.1", "@ts-stack/markdown": "^1.0.0", "@types/browser-sync": "^2.26.1", "@types/fs-extra": "^8.1.0", "@types/highlight.js": "~9.12.3", "@types/html-minifier": "^3.5.3", "browser-sync": "^2.26.7", "cac": "^6.5.8", "chalk": "^4.0.0", "chokidar": "^3.3.1", "eval": "^0.1.4", "fs-extra": "^9.0.0", "highlight.js": "~10.0.2", "html-minifier": "^4.0.0", "log-symbols": "^4.0.0", "ora": "^4.0.4", "readdirp": "^3.4.0", "rollup": "~2.7.6", "rollup-plugin-terser": "~5.3.0", "slash": "^3.0.0" } }