UNPKG

holakit

Version:

Yet another design-driven UI component set.

46 lines (45 loc) 1.27 kB
{ "name": "holakit", "version": "0.23.0", "description": "Yet another design-driven UI component set.", "main": " ", "scripts": { "build": "parcel build assets/holakit.css", "dev": "parcel index.html -d temp", "prettier": "prettier assets/**.css --write", "test": "echo \"Currently no test.\" && exit 0", "build-doc": "rm -rf styleguide && kss -c kss-config.json --builder styleguide-template", "version": "yarn build && yarn build-doc && yarn prettier && git add assets dist styleguide" }, "repository": { "type": "git", "url": "git+https://github.com/teamhola/holakit.git" }, "keywords": [ "design", "hola", "ui", "components" ], "author": "laosb", "license": "MIT", "bugs": { "url": "https://github.com/teamhola/holakit/issues" }, "homepage": "https://github.com/teamhola/holakit#readme", "devDependencies": { "autoprefixer": "^9.0.1", "caniuse-lite": "^1.0.30000865", "kss": "^3.0.0-beta.23", "np": "^3.0.4", "npm-check-updates": "^2.14.2", "parcel-bundler": "1.9.7", "postcss-cssnext": "^3.1.0", "postcss-nested": "^3.0.0", "prettier": "^1.13.7", "serve": "^9.4.0" }, "publishConfig": { "registry": "https://registry.npmjs.org" } }