|
15 | 15 | "clean": "rimraf lib && yarn rimraf node_modules/@types/react-native", |
16 | 16 | "start": "(yarn tsc --watch & yarn babel src --out-dir lib --watch & yarn cpx \"src/**/*.{css,svg,png,jpg}\" lib --watch)", |
17 | 17 | "start:storybook": "start-storybook", |
18 | | - "build-storybook": "build-storybook -c .storybook -o public", |
19 | | - "build": "yarn clean && yarn tsc && yarn babel src --out-dir lib && yarn cpx \"src/**/*.{css,svg,png,jpg}\" lib", |
| 18 | + "build:storybook": "build-storybook -c .storybook -o public", |
| 19 | + "build:lib": "yarn clean && yarn tsc && yarn babel src --out-dir lib && yarn cpx \"src/**/*.{css,svg,png,jpg}\" lib", |
| 20 | + "build": "yarn build:lib && yarn build:storybook", |
20 | 21 | "build:dev": "yarn build", |
21 | 22 | "prepublish": "yarn build" |
22 | 23 | }, |
23 | 24 | "dependencies": { |
24 | 25 | "@babel/plugin-transform-flow-strip-types": "^7.0.0", |
25 | 26 | "@sentry/browser": "^5.6.2", |
| 27 | + "@babel/polyfill": "^7.4.4", |
| 28 | + "@codesandbox/notifications": "^1.0.3", |
| 29 | + "@codesandbox/template-icons": "^0.7.0", |
26 | 30 | "@tippy.js/react": "^2.1.1", |
27 | 31 | "babel-plugin-preval": "^3.0.1", |
28 | 32 | "codesandbox-api": "^0.0.22", |
|
50 | 54 | "devDependencies": { |
51 | 55 | "@babel/cli": "^7.2.3", |
52 | 56 | "@babel/core": "^7.5.5", |
| 57 | + "@babel/plugin-proposal-class-properties": "^7.5.5", |
| 58 | + "@babel/plugin-proposal-object-rest-spread": "^7.5.5", |
| 59 | + "@babel/plugin-syntax-dynamic-import": "^7.2.0", |
| 60 | + "@babel/plugin-transform-async-to-generator": "^7.5.0", |
| 61 | + "@babel/plugin-transform-runtime": "^7.5.5", |
| 62 | + "@storybook/addon-a11y": "^5.1.11", |
53 | 63 | "@storybook/addon-actions": "^5.1.9", |
54 | 64 | "@storybook/addon-knobs": "^5.1.9", |
| 65 | + "@storybook/addon-storysource": "^5.1.11", |
| 66 | + "@storybook/addon-viewport": "^5.1.11", |
55 | 67 | "@storybook/react": "^5.1.9", |
56 | 68 | "@types/color": "0.12.1", |
57 | 69 | "@types/humps": "^1.1.2", |
|
64 | 76 | "@types/styled-components": "^4.1.13", |
65 | 77 | "babel-jest": "^24.8.0", |
66 | 78 | "babel-loader": "^8.0.6", |
| 79 | + "babel-plugin-lodash": "^3.3.4", |
| 80 | + "babel-plugin-macros": "^2.6.1", |
| 81 | + "babel-plugin-system-import-transformer": "^4.0.0", |
67 | 82 | "cpx": "^1.5.0", |
68 | 83 | "jest": "^24.8.0", |
69 | 84 | "rimraf": "^2.6.3", |
|
0 commit comments