forked from storybookjs/frontpage
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
90 lines (90 loc) · 2.87 KB
/
package.json
File metadata and controls
90 lines (90 loc) · 2.87 KB
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"name": "gatsby-storybook-frontpage",
"description": "Storybook frontpage",
"version": "1.0.0",
"author": {
"name": "Dominic Nguyen",
"email": "dom@hichroma.com"
},
"dependencies": {
"@babel/plugin-proposal-class-properties": "7.0.0",
"@storybook/design-system": "^1.1.6",
"babel-plugin-styled-components": "^1.9.4",
"gatsby": "^2.15.14",
"gatsby-image": "^2.2.18",
"gatsby-plugin-manifest": "^2.2.16",
"gatsby-plugin-offline": "^3.0.6",
"gatsby-plugin-react-helmet": "^3.1.7",
"gatsby-plugin-segment-js": "^3.0.1",
"gatsby-plugin-sharp": "^2.2.21",
"gatsby-plugin-styled-components": "^3.1.5",
"gatsby-plugin-web-font-loader": "^1.0.4",
"gatsby-source-filesystem": "^2.1.22",
"gatsby-source-github-repo": "^1.2.1",
"gatsby-transformer-sharp": "^2.2.14",
"global": "^4.3.2",
"lodash": "^4.17.11",
"mobx": "^5.7.0",
"mobx-react": "^5.4.2",
"mobx-react-form": "^1.35.1",
"pluralize": "^7.0.0",
"polished": "^2.3.0",
"prop-types": "^15.6.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-github-button": "^0.1.11",
"react-hanger": "^1.2.0",
"react-helmet": "^5.2.0",
"react-lazyload": "^2.3.0",
"recompose": "^0.30.0",
"styled-components": "^4.1.2",
"validatorjs": "^3.15.1"
},
"keywords": [
"storybook"
],
"license": "MIT",
"scripts": {
"build:self": "gatsby build",
"build:docs": "./scripts/clone_and_build_docs.sh",
"build": "yarn build:self && yarn build:docs",
"develop": "gatsby develop",
"start": "npm run develop",
"format": "prettier --write \"src/**/*.js\"",
"lint": "eslint .",
"test": "echo \"Error: no test specified\" && exit 1",
"storybook": "start-storybook -p 6006 -s static",
"build-storybook": "build-storybook -s static",
"chromatic": "CHROMATIC_APP_CODE=dd2oqshntir chromatic test"
},
"devDependencies": {
"@babel/core": "^7.6.0",
"@storybook/addon-actions": "^v5.2.0-rc.11",
"@storybook/addon-links": "^v5.2.0-rc.11",
"@storybook/addons": "^v5.2.0-rc.11",
"@storybook/react": "^v5.2.0-rc.11",
"babel-eslint": "^10.0.3",
"babel-loader": "^8.0.6",
"babel-preset-gatsby": "^0.1.3",
"eslint": "^5.10.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-prettier": "^3.3.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-prettier": "^3.0.0",
"eslint-plugin-react": "^7.11.1",
"prettier": "^1.14.2",
"prettier-eslint": "^8.8.2",
"storybook-chromatic": "^2.2.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/storybooks/frontpage.git"
},
"bugs": {
"url": "https://github.com/storybooks/frontpage/issues"
},
"readme": "ERROR: No README data found!",
"homepage": "https://github.com/storybooks/frontpage#readme",
"_id": "gatsby-storybook-frontpage@1.0.0"
}