|
1 | 1 | { |
2 | 2 | "name": "ui-design-system", |
3 | | - "version": "0.1.0", |
| 3 | + "version": "0.1.1", |
4 | 4 | "dependencies": { |
5 | | - "@storybook/addon-knobs": "^5.2.6", |
6 | 5 | "bootstrap": "^4.3.1", |
7 | 6 | "node-sass": "^4.13.1", |
8 | 7 | "polished": "^3.4.2", |
|
14 | 13 | }, |
15 | 14 | "scripts": { |
16 | 15 | "start": "react-scripts start", |
17 | | - "build": "BABEL_ENV=production babel src -d dist", |
| 16 | + "build": "react-scripts build", |
18 | 17 | "lint": "eslint . --ext .js,.jsx", |
19 | 18 | "test": "react-scripts test", |
20 | 19 | "eject": "react-scripts eject", |
|
23 | 22 | "build-storybook-docs": "build-storybook -s public --docs", |
24 | 23 | "deploy-storybook": "storybook-to-ghpages" |
25 | 24 | }, |
26 | | - "babel": { |
27 | | - "presets": [ |
28 | | - "react-app" |
29 | | - ] |
30 | | - }, |
31 | 25 | "eslintConfig": { |
32 | 26 | "extends": "react-app" |
33 | 27 | }, |
|
44 | 38 | ] |
45 | 39 | }, |
46 | 40 | "devDependencies": { |
47 | | - "@babel/cli": "^7.8.4", |
48 | 41 | "@storybook/addon-a11y": "^5.2.6", |
49 | 42 | "@storybook/addon-actions": "^5.2.6", |
50 | 43 | "@storybook/addon-docs": "^5.2.6", |
| 44 | + "@storybook/addon-knobs": "^5.2.6", |
51 | 45 | "@storybook/addon-links": "^5.2.6", |
52 | 46 | "@storybook/addon-storysource": "^5.2.6", |
53 | 47 | "@storybook/addons": "^5.2.6", |
|
61 | 55 | "description": "UI Storybook design system", |
62 | 56 | "main": "dist/index.js", |
63 | 57 | "publishConfig": { |
64 | | - "registry":"https://npm.pkg.github.com/@user-interviews" |
| 58 | + "registry": "https://npm.pkg.github.com/@user-interviews" |
65 | 59 | }, |
66 | 60 | "repository": "https://github.com/user-interviews/ui-design-system.git", |
67 | 61 | "author": "Dave Ferris <[email protected]>", |
|
0 commit comments