|
1 | 1 | { |
2 | 2 | "name": "@user-interviews/ui-design-system", |
3 | | - "version": "1.32.1", |
| 3 | + "version": "1.32.2", |
4 | 4 | "dependencies": { |
5 | 5 | "react-bootstrap": "^2.0.2", |
6 | 6 | "react-router-dom": "^5.2.0", |
|
10 | 10 | }, |
11 | 11 | "scripts": { |
12 | 12 | "build": "NODE_ENV=production babel src --out-dir lib --copy-files", |
13 | | - "lint": "eslint . --ext .js,.jsx", |
14 | | - "storybook": "start-storybook -p 9009 -s public", |
15 | 13 | "build-storybook": "build-storybook -s public", |
16 | 14 | "build-storybook-docs": "build-storybook -s public --docs", |
| 15 | + "chromatic": "npx chromatic", |
17 | 16 | "deploy-storybook": "storybook-to-ghpages", |
| 17 | + "lint": "eslint . --ext .js,.jsx", |
18 | 18 | "prepublishOnly": "yarn build", |
19 | 19 | "rs:link": "bin/link-rs", |
20 | 20 | "rs:link:watch": "./node_modules/nodemon/bin/nodemon.js", |
21 | 21 | "rs:unlink": "bin/unlink-rs", |
| 22 | + "storybook": "start-storybook -p 9009 -s public", |
22 | 23 | "test": "jest" |
23 | 24 | }, |
24 | 25 | "eslintConfig": { |
|
90 | 91 | "babel-plugin-transform-react-remove-prop-types": "^0.4.24", |
91 | 92 | "babel-preset-react": "^6.24.1", |
92 | 93 | "bootstrap": "5.0", |
| 94 | + "chromatic": "^6.7.0", |
93 | 95 | "classnames": "^2.2.5", |
94 | 96 | "css-loader": "^3.4.2", |
95 | 97 | "cypress": "9.3.1", |
|
138 | 140 | "publishConfig": { |
139 | 141 | "registry": "https://npm.pkg.github.com/" |
140 | 142 | }, |
141 | | - "repository": "https://github.com/user-interviews/ui-design-system.git", |
142 | | - "author": "Dave Ferris <[email protected]>", |
143 | | - "license": "MIT" |
| 143 | + "repository": { |
| 144 | + "type": "git", |
| 145 | + "url": "git+https://github.com/user-interviews/ui-design-system.git" |
| 146 | + }, |
| 147 | + "author": { |
| 148 | + "name": "Dave Ferris", |
| 149 | + |
| 150 | + }, |
| 151 | + "license": "MIT", |
| 152 | + "bugs": { |
| 153 | + "url": "https://github.com/user-interviews/ui-design-system/issues" |
| 154 | + }, |
| 155 | + "readme": "ERROR: No README data found!", |
| 156 | + "homepage": "https://github.com/user-interviews/ui-design-system#readme", |
| 157 | + "_id": "@user-interviews/[email protected]" |
144 | 158 | } |
0 commit comments