UNPKG

compatible-ui

Version:

No style, clean and adaptive React UI Library

59 lines (58 loc) 1.6 kB
{ "name": "compatible-ui", "version": "1.0.2", "description": "No style, clean and adaptive React UI Library", "main": "./dist/index.js", "scripts": { "pub": "webpack && npm --no-git-tag-version version patch && npm publish", "storybook": "start-storybook -p 6006", "build-storybook": "build-storybook" }, "repository": { "type": "git", "url": "git+https://github.com/ruslanonly/compatible-ui.git" }, "keywords": [ "react", "uikit", "ui-components", "uilibrary" ], "author": "ruslanonly", "license": "ISC", "bugs": { "url": "https://github.com/ruslanonly/compatible-ui/issues" }, "homepage": "https://github.com/ruslanonly/compatible-ui#readme", "devDependencies": { "@babel/core": "^7.20.12", "@storybook/addon-actions": "^6.5.15", "@storybook/addon-essentials": "^6.5.15", "@storybook/addon-interactions": "^6.5.15", "@storybook/addon-links": "^6.5.15", "@storybook/builder-webpack5": "^6.5.15", "@storybook/manager-webpack5": "^6.5.15", "@storybook/react": "^6.5.15", "@storybook/testing-library": "^0.0.13", "@types/react": "^18.0.26", "babel-loader": "^8.3.0", "css-loader": "^6.7.3", "mini-css-extract-plugin": "^2.7.2", "node-sass": "^8.0.0", "react": "^18.2.0", "react-dom": "^18.2.0", "sass-loader": "^13.2.0", "style-loader": "^3.3.1", "ts-loader": "^9.4.2", "typescript": "^4.9.4", "webpack": "^5.75.0", "webpack-cli": "^5.0.1" }, "peerDependencies": { "react": "*", "react-dom": "*" }, "files": [ "dist" ] }