UNPKG

@icoms-detection/ui

Version:

This is the OFFICIAL UI library created by Icoms Detection to design their apps.

110 lines (109 loc) 2.84 kB
{ "name": "@icoms-detection/ui", "version": "0.0.3", "license": "UNLICENSED", "description": "This is the OFFICIAL UI library created by Icoms Detection to design their apps.", "author": "Embie", "repository": { "type": "Bitbucket", "url": "git+https://bitbucket.org/icoms-dev/icoms-ui.git" }, "homepage": "https://bitbucket.org/icoms-dev/icoms-ui/", "keywords": [ "Typescript", "Icoms", "UI", "Design" ], "main": "dist/index.js", "typings": "dist/index.d.ts", "files": [ "dist", "src" ], "engines": { "node": "16.13.2" }, "scripts": { "start": "tsdx watch", "build": "tsdx build", "serve-build": "npm run build && npx serve -s build", "test": "tsdx test --passWithNoTests", "lint": "tsdx lint", "prepare": "npm run build && husky install", "publish": "npm publish --access public", "size": "size-limit", "analyze": "size-limit --why", "storybook": "start-storybook -p 6006", "build-storybook": "build-storybook" }, "husky": { "hooks": { "pre-commit": "tsdx lint" } }, "module": "dist/ui.esm.js", "size-limit": [ { "path": "dist/ui.cjs.production.min.js", "limit": "100 KB" }, { "path": "dist/ui.esm.js", "limit": "100 KB" } ], "bugs": { "url": "https://github.com/yann-embie/icoms-ui/issues" }, "directories": { "example": "example", "test": "test" }, "devDependencies": { "@babel/core": "^7.16.7", "@babel/preset-typescript": "^7.16.7", "@commitlint/cli": "^16.0.2", "@commitlint/config-conventional": "^16.0.0", "@mdx-js/react": "^1.6.22", "@rollup/plugin-image": "^2.1.1", "@rollup/plugin-url": "^6.1.0", "@size-limit/preset-small-lib": "^7.0.5", "@storybook/addon-docs": "^6.4.10", "@storybook/addon-essentials": "^6.4.10", "@storybook/addon-links": "^6.4.10", "@storybook/addons": "^6.4.10", "@storybook/react": "^6.4.10", "@testing-library/jest-dom": "^5.16.1", "@testing-library/react": "^12.1.2", "@types/lodash-es": "^4.17.5", "@types/react": "^17.0.38", "@types/react-dom": "^17.0.11", "@types/resize-observer-browser": "^0.1.6", "babel-loader": "^8.2.3", "chromatic": "^6.3.4", "cz-conventional-changelog": "^3.3.0", "husky": "^7.0.4", "react-is": "^17.0.2", "rollup-plugin-static-files": "^0.2.0", "size-limit": "^7.0.5", "tsdx": "^0.14.1", "tslib": "^2.3.1", "typescript": "^4.5.4", "@stitches/react": "^1.2.6", "react": "^17.0.2", "react-dom": "^17.0.2" }, "peerDependencies": { "react": "^17.0.2", "react-dom": "^17.0.2" }, "dependencies": { "lodash-es": "^4.17.21" }, "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" } } }