UNPKG

@vitus-labs/rocketstories

Version:

Rocketstyle is ultra powerful and extensible styling system for building React components blazingly fast, easily and make them easily extensible and reusable.

76 lines (75 loc) 2.15 kB
{ "name": "@vitus-labs/rocketstories", "version": "1.1.2", "license": "MIT", "author": "Vit Bokisch <vit@bokisch.cz>", "maintainers": [ "Vit Bokisch <vit@bokisch.cz>" ], "main": "lib/vitus-labs-rocketstories.js", "module": "lib/vitus-labs-rocketstories.module.js", "types": "lib/index.d.ts", "files": [ "lib/" ], "homepage": "https://github.com/vitus-labs/ui-system/tree/master/packages/rocketstories", "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": "*", "@vitus-labs/rocketsyle": "*", "@vitus-labs/unistyle": "*", "react": ">= 16.7" }, "dependencies": { "@vitus-labs/elements": "1.1.2", "hoist-non-react-statics": "^3.3.2" }, "devDependencies": { "@vitus-labs/core": "1.1.2", "@vitus-labs/rocketstyle": "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" }