@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.
85 lines (84 loc) • 2.23 kB
JSON
{
"name": "@vitus-labs/rocketstories",
"version": "2.6.1",
"license": "MIT",
"author": "Vit Bokisch <vit@bokisch.cz>",
"maintainers": [
"Vit Bokisch <vit@bokisch.cz>"
],
"type": "module",
"sideEffects": false,
"exports": {
"source": "./src/index.ts",
"import": "./lib/index.js",
"types": "./lib/index.d.ts"
},
"types": "./lib/index.d.ts",
"main": "./lib/index.js",
"files": [
"lib",
"!lib/**/*.map",
"!lib/analysis"
],
"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": "https://github.com/vitus-labs/ui-system",
"directory": "packages/rocketstories"
},
"bugs": {
"url": "https://github.com/vitus-labs/ui-system/issues"
},
"engines": {
"node": ">= 18"
},
"scripts": {
"dev": "bun run vl_stories",
"prepublish": "bun run build",
"build": "bun run vl_rolldown_build",
"build:watch": "bun run vl_rolldown_build-watch",
"lint": "biome check src/",
"test": "vitest run",
"test:coverage": "vitest run --coverage",
"test:watch": "vitest",
"cover": "coveralls < .coverage/lcov.info",
"typecheck": "tsc --noEmit"
},
"peerDependencies": {
"@storybook/react": "^10.3.6",
"@vitus-labs/core": "^2.6.1",
"@vitus-labs/rocketstyle": "^2.6.1",
"@vitus-labs/unistyle": "^2.6.1",
"react": ">= 19"
},
"dependencies": {
"@vitus-labs/elements": "workspace:*"
},
"devDependencies": {
"@vitus-labs/core": "workspace:*",
"@vitus-labs/rocketstyle": "workspace:*",
"@vitus-labs/tools-rolldown": "2.3.1",
"@vitus-labs/tools-storybook": "2.3.1",
"@vitus-labs/tools-typescript": "2.3.1",
"@vitus-labs/unistyle": "workspace:*"
}
}