UNPKG

@devopness/ui-components

Version:
57 lines (56 loc) 1.47 kB
{ "name": "@devopness/ui-components", "version": "0.1.4", "publishConfig": { "access": "public" }, "description": "Devopness Design System", "main": "dist/index.js", "files": [ "dist/**/*.d.ts", "dist/**/*.js", "dist/**/*.js.map", "!dist/**/*.stories.js", "!dist/**/*.test.js" ], "exports": { "./": "./dist/components/" }, "scripts": { "build": "rm -Rf ./dist && tsc", "storybook": "start-storybook -p 6006", "build-storybook": "build-storybook", "prepare": "npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/devopness/devopness-design-system.git" }, "keywords": [ "Design System", "UI Components", "Web Components", "Storybook", "Devopness" ], "author": "Devopness (https://www.devopness.com)", "license": "MIT", "bugs": { "url": "https://github.com/devopness/devopness-design-system/issues" }, "homepage": "https://github.com/devopness/devopness-design-system#readme", "dependencies": {}, "devDependencies": { "@babel/core": "^7.16.0", "@storybook/addon-actions": "^6.3.12", "@storybook/addon-controls": "^6.3.12", "@storybook/addon-docs": "^6.3.12", "@storybook/addon-essentials": "^6.3.12", "@storybook/addon-links": "^6.3.12", "@storybook/web-components": "^6.3.12", "babel-loader": "^8.2.3", "lit-html": "^2.0.2", "storybook": "^6.3.12", "typescript": "^4.4.4" } }