|
1 | 1 | {
|
2 | 2 | "name": "@kubit-ui-web/react-components",
|
3 |
| - "version": "1.0.0", |
| 3 | + "version": "1.1.0", |
4 | 4 | "description": "Kubit React Components is a customizable, accessible library of React web components, designed to enhance your application's user experience",
|
5 |
| - "author": "Kubit", |
| 5 | + "author": { |
| 6 | + "name": "Kubit", |
| 7 | + |
| 8 | + "url": "https://www.kubit-ui.com/", |
| 9 | + "organization": "Kubit", |
| 10 | + "organizationUrl": "https://www.kubit-ui.com/", |
| 11 | + "role": "Developer", |
| 12 | + "roleUrl": "https://www.kubit-ui.com/", |
| 13 | + "social": { |
| 14 | + "twitter": "https://twitter.com/kubit_ui", |
| 15 | + "github": "https://github.com/kubit-ui/kubit-react-components" |
| 16 | + } |
| 17 | + }, |
6 | 18 | "private": false,
|
7 | 19 | "main": "./dist/cjs/index.js",
|
8 | 20 | "module": "./dist/esm/index.js",
|
|
59 | 71 | },
|
60 | 72 | "repository": {
|
61 | 73 | "type": "git",
|
62 |
| - "url": "https://github.com/kubit-ui/kubit-react-components" |
| 74 | + "url": "git+https://github.com/kubit-ui/kubit-react-components.git" |
63 | 75 | },
|
64 | 76 | "sideEffects": false,
|
65 | 77 | "license": "Apache-2.0",
|
|
96 | 108 | "@typescript-eslint/parser": "^7.1.0",
|
97 | 109 | "@vitejs/plugin-react": "^4.2.1",
|
98 | 110 | "babel-jest": "^29.7.0",
|
| 111 | + "chromatic": "^11.2.0", |
99 | 112 | "cpy-cli": "^5.0.0",
|
100 | 113 | "eslint": "^8.57.0",
|
101 | 114 | "eslint-config-prettier": "^9.1.0",
|
|
150 | 163 | "wrap-ansi": "^7.0.0",
|
151 | 164 | "@typescript-eslint/utils": "6.13.0",
|
152 | 165 | "@babel/highlight": "7.24.1 "
|
153 |
| - } |
| 166 | + }, |
| 167 | + "bugs": { |
| 168 | + "url": "https://github.com/kubit-ui/kubit-react-components/issues" |
| 169 | + }, |
| 170 | + "homepage": "https://www.kubit-ui.com/" |
154 | 171 | }
|
0 commit comments