|
8 | 8 | "scripts": {
|
9 | 9 | "storybook": "start-storybook -s ./public -p 9001 -c .storybook",
|
10 | 10 | "test": "echo \"Error: no test specified\" && exit 1",
|
11 |
| - "build:commonjs": "cross-env BABEL_ENV=commonjs babel src --out-dir lib", |
12 |
| - "build:es": "cross-env BABEL_ENV=es babel src --out-dir es", |
| 11 | + "build:commonjs": "BABEL_ENV=commonjs babel src --out-dir lib", |
| 12 | + "build:es": "BABEL_ENV=es babel src --out-dir es", |
13 | 13 | "build": "yarn run build:commonjs && yarn run build:es",
|
14 | 14 | "clean": "rimraf lib es",
|
15 | 15 | "prepare": "yarn run clean && yarn run build"
|
|
30 | 30 | "devDependencies": {
|
31 | 31 | "@storybook/addon-actions": "^3.2.16",
|
32 | 32 | "@storybook/react": "^3.2.18",
|
33 |
| - "react-responsive-select": "^3.0.10" |
| 33 | + "babel-cli": "^6.26.0", |
| 34 | + "babel-plugin-transform-class-properties": "^6.24.1", |
| 35 | + "babel-plugin-transform-object-rest-spread": "^6.26.0", |
| 36 | + "rimraf": "^2.6.2" |
34 | 37 | },
|
35 | 38 | "dependencies": {
|
36 | 39 | "array.prototype.find": "^2.0.4",
|
37 |
| - "babel-plugin-transform-class-properties": "^6.24.1", |
38 |
| - "babel-plugin-transform-object-rest-spread": "^6.26.0", |
39 |
| - "cross-env": "^5.1.1", |
40 | 40 | "prop-types": "^15.6.0",
|
41 | 41 | "react": "^16.1.1",
|
42 | 42 | "react-dom": "^16.1.1",
|
43 | 43 | "react-slick": "^0.16.0",
|
44 |
| - "rimraf": "^2.6.2", |
45 |
| - "styled-jsx": "^2.2.1" |
| 44 | + "styled-jsx": "^2.2.1", |
| 45 | + "react-responsive-select": "^3.0.10" |
46 | 46 | }
|
47 | 47 | }
|
0 commit comments