-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1.68 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "storybook-docker",
"version": "1.0.0",
"description": "quick startup to develope your react components",
"main": "dist/index.js",
"scripts": {
"start": "npm run start-storybook -- -p 9009",
"storybook": "npm run start-storybook -- -p 9001",
"build-storybook": "build-storybook --static-dir ./node_modules/@jenkins-cd/design-language/dist/assets/ --output-dir website-build",
"start-storybook": "start-storybook --static-dir ./node_modules/@jenkins-cd/design-language/dist/assets/",
"storybook:port": "npm run start-storybook -- -p ",
"lint": "./node_modules/.bin/eslint .",
"lint:fix": "npm run lint -- --fix",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": "git+https://github.com/scherler/storybook-docker.git",
"author": "Thorsten Scherler",
"license": "MIT",
"bugs": {
"url": "https://github.com/scherler/storybook-docker/issues"
},
"homepage": "https://github.com/scherler/storybook-docker#readme",
"dependencies": {
"@jenkins-cd/design-language": "0.0.129",
"@kadira/storybook": "2.35.3",
"react": "15.5.4",
"react-dom": "15.5.4"
},
"devDependencies": {
"babel-eslint": "7.2.3",
"babel-plugin-transform-decorators-legacy": "1.3.4",
"babel-preset-es2015": "6.24.1",
"babel-preset-react": "6.24.1",
"babel-preset-stage-0": "6.24.1",
"enzyme": "2.8.2",
"eslint": "3.19.0",
"eslint-config-airbnb": "15.0.1",
"eslint-plugin-import": "2.2.0",
"eslint-plugin-jsx-a11y": "5.0.3",
"eslint-plugin-react": "7.0.1",
"expect": "1.20.2",
"jsdom": "10.1.0",
"mocha": "3.4.1",
"react-router": "^4.1.1",
"storybook-addon-specifications": "1.0.16"
}
}