|
1 | 1 | { |
2 | 2 | "name": "@foxcomm/storefront-react", |
3 | | - "version": "1.4.0", |
| 3 | + "version": "1.5.0", |
4 | 4 | "description": "FoxCommerce Storefront React UI Library", |
5 | 5 | "main": "lib/index.js", |
6 | 6 | "scripts": { |
7 | | - "build-gulp": "gulp", |
8 | | - "build-js": "babel src -d lib", |
9 | | - "build": "npm run build-gulp && npm run build-js", |
10 | | - "prepublish": "npm run build", |
11 | | - "sg": "NODE_PATH=./src styleguidist server --config styleguide.config.js", |
| 7 | + "build": "make build", |
| 8 | + "prepublish": "make build", |
12 | 9 | "flow": "flow check" |
13 | 10 | }, |
14 | 11 | "publishConfig": { |
|
31 | 28 | "homepage": "https://github.com/FoxComm/storefront.react.js#readme", |
32 | 29 | "devDependencies": { |
33 | 30 | "@foxcomm/babel-plugin-react-stylenames": "^3.1.0", |
34 | | - "babel-cli": "^6.24.1", |
35 | 31 | "babel-eslint": "^7.2.3", |
36 | 32 | "babel-loader": "^7.0.0", |
37 | 33 | "babel-plugin-module-resolver": "^2.7.1", |
|
54 | 50 | "fs-extra": "^3.0.1", |
55 | 51 | "gulp": "^3.9.1", |
56 | 52 | "gulp-add-src": "^0.2.0", |
| 53 | + "gulp-babel": "^6.1.2", |
57 | 54 | "gulp-concat": "^2.6.1", |
58 | 55 | "gulp-postcss": "^7.0.0", |
59 | 56 | "gulp-sourcemaps": "^2.6.0", |
|
70 | 67 | "react-styleguidist": "^5.2.1", |
71 | 68 | "style-loader": "^0.17.0", |
72 | 69 | "through2": "^2.0.3", |
| 70 | + "unionfs": "^0.0.9", |
| 71 | + "vinyl-file": "^3.0.0", |
73 | 72 | "webpack": "^3.0.0", |
74 | 73 | "webpack-svgstore-plugin": "^4.0.1" |
75 | 74 | }, |
|
0 commit comments