1 | {
|
2 | "name": "demo",
|
3 | "version": "0.1.0",
|
4 | "private": true,
|
5 | "devDependencies": {
|
6 | "react-scripts": "0.7.0",
|
7 | "@kadira/storybook": "file:../"
|
8 | },
|
9 | "dependencies": {
|
10 | "react": "^15.3.2",
|
11 | "react-dom": "^15.3.2"
|
12 | },
|
13 | "scripts": {
|
14 | "start": "react-scripts start",
|
15 | "build": "react-scripts build",
|
16 | "test": "react-scripts test --env=jsdom",
|
17 | "eject": "react-scripts eject",
|
18 | "storybook": "start-storybook -p 9009 -s public",
|
19 | "build-storybook": "build-storybook -s public"
|
20 | }
|
21 | }
|