{
  "name": "@vitus-labs/rocketstyle",
  "version": "1.1.2",
  "license": "MIT",
  "author": "Vit Bokisch <vit@bokisch.cz>",
  "maintainers": [
    "Vit Bokisch <vit@bokisch.cz>"
  ],
  "type": "module",
  "exports": {
    "import": "./lib/index.js",
    "types": "./lib/index.d.ts"
  },
  "types": "./lib/index.d.ts",
  "files": [
    "lib/"
  ],
  "homepage": "https://github.com/vitus-labs/ui-system/tree/master/packages/rocketstyle",
  "description": "Rocketstyle is ultra powerful and extensible styling system for building React components blazingly fast, easily and make them easily extensible and reusable.",
  "keywords": [
    "rocketstyle",
    "style",
    "styled-components",
    "css",
    "flexible",
    "extensible",
    "powerful",
    "styling",
    "styled",
    "system",
    "react",
    "reusability",
    "extensible"
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vitus-labs/ui-system.git"
  },
  "bugs": {
    "url": "https://github.com/vitus-labs/ui-system/issues"
  },
  "scripts": {
    "dev": "yarn vl_stories",
    "prepublish": "yarn build",
    "build": "yarn vl_build",
    "build:watch": "yarn vl_build-watch",
    "lint:css": "stylelint src/*.ts src/*.tsx",
    "lint:ts": "eslint src/*",
    "lint": "yarn lint:css && yarn lint:ts",
    "test": "jest --runInBand",
    "test:coverage": "jest --runInBand --coverage",
    "test:watch": "jest --runInBand --watch",
    "cover": "coveralls < .coverage/lcov.info"
  },
  "peerDependencies": {
    "@vitus-labs/core": "*",
    "react": ">= 16.8"
  },
  "dependencies": {
    "hoist-non-react-statics": "^3.3.2"
  },
  "devDependencies": {
    "@vitus-labs/core": "1.1.2",
    "@vitus-labs/elements": "1.1.2",
    "@vitus-labs/tools-babel": "^1.4.0",
    "@vitus-labs/tools-rollup": "^1.4.0",
    "@vitus-labs/tools-storybook": "^1.4.0",
    "@vitus-labs/tools-typescript": "^1.4.0",
    "@vitus-labs/unistyle": "1.1.2"
  },
  "gitHead": "5ec92a645a9577365f2669a300d97332dd0bfc70"
}
