|
1 | 1 | { |
2 | 2 | "name": "react-css-grid", |
3 | 3 | "version": "1.0.0", |
4 | | - "description": "React layout component based on CSS Grid Layout", |
| 4 | + "description": "React layout component based on CSS Grid Layout and built with styled-components", |
5 | 5 | "main": "dist/index.js", |
6 | 6 | "scripts": { |
7 | 7 | "prepublish": "babel src -d dist", |
8 | | - "start": "start-storybook -c storybook -p 8000", |
9 | | - "build": "build-storybook -c storybook -o .site", |
10 | | - "deploy": "storybook-to-ghpages", |
| 8 | + "start": "webpack-dev-server", |
| 9 | + "build": "webpack -p", |
11 | 10 | "test": "nyc ava" |
12 | 11 | }, |
13 | 12 | "keywords": [ |
|
27 | 26 | }, |
28 | 27 | "devDependencies": { |
29 | 28 | "@storybook/react": "^3.2.8", |
30 | | - "@storybook/storybook-deployer": "^2.0.0", |
31 | 29 | "ava": "^0.22.0", |
32 | 30 | "babel-cli": "^6.26.0", |
33 | 31 | "babel-core": "^6.26.0", |
34 | 32 | "babel-preset-env": "^1.6.0", |
35 | 33 | "babel-preset-react": "^6.24.1", |
36 | 34 | "babel-register": "^6.26.0", |
| 35 | + "grid-styled": "^2.0.0-10", |
37 | 36 | "nyc": "^11.1.0", |
38 | 37 | "react": "^15.6.1", |
39 | 38 | "react-dom": "^15.6.1", |
40 | | - "react-test-renderer": "^15.6.1" |
| 39 | + "react-live": "^1.7.0", |
| 40 | + "react-test-renderer": "^15.6.1", |
| 41 | + "react-x-ray": "^1.0.0-2", |
| 42 | + "refunk": "^1.0.0-2", |
| 43 | + "webpack": "^3.5.5", |
| 44 | + "webpack-dev-server": "^2.7.1" |
41 | 45 | }, |
42 | 46 | "ava": { |
43 | 47 | "require": [ |
|
0 commit comments