-
Notifications
You must be signed in to change notification settings - Fork 118
/
package.json
175 lines (175 loc) Β· 5.98 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
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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
{
"name": "gatsby-storybook-frontpage",
"description": "Storybook frontpage",
"version": "1.0.0",
"author": {
"name": "Dominic Nguyen",
"email": "[email protected]"
},
"resolutions": {
"sharp": "^0.29.0"
},
"dependencies": {
"@chromaui/tetra": "^1.16.9",
"@docsearch/css": "^3.2.1",
"@docsearch/react": "^3.0.0",
"@emotion/server": "^11.4.0",
"@google-cloud/bigquery": "^5.2.0",
"@mdx-js/mdx": "^1.6.16",
"@mdx-js/react": "^1.6.16",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-scroll-area": "^1.0.5",
"@radix-ui/react-tabs": "^1.0.4",
"@storybook/api": "^6.5.9",
"@storybook/components-marketing": "^3.1.1",
"@storybook/design-system": "7.13.1",
"@storybook/icons": "^1.2.9",
"@storybook/theming": "^6.5.9",
"core-js": "^3.22.8",
"date-fns": "^2.16.1",
"date-fns-tz": "^2.0.0",
"dotenv": "^8.2.0",
"encoding": "^0.1.13",
"framer-motion": "7.0.0",
"gatsby": "^4.16.0",
"gatsby-cli": "4.16.0",
"gatsby-image": "^3.11.0",
"gatsby-plugin-alias-imports": "^1.0.5",
"gatsby-plugin-emotion": "^7.16.0",
"gatsby-plugin-google-gtag": "^4.25.0",
"gatsby-plugin-layout": "^3.16.0",
"gatsby-plugin-manifest": "^4.16.0",
"gatsby-plugin-mdx": "^3.16.0",
"gatsby-plugin-netlify": "^5.0.0",
"gatsby-plugin-offline": "^5.16.0",
"gatsby-plugin-plausible": "^0.0.7",
"gatsby-plugin-react-helmet": "^5.16.0",
"gatsby-plugin-remove-trailing-slashes": "^4.16.0",
"gatsby-plugin-segment-js": "^3.7.1",
"gatsby-plugin-sharp": "^4.25.1",
"gatsby-plugin-sitemap": "^5.16.0",
"gatsby-plugin-typescript": "^4.16.0",
"gatsby-plugin-web-font-loader": "^1.0.4",
"gatsby-remark-autolink-headers": "^5.16.0",
"gatsby-remark-check-links": "^2.1.0",
"gatsby-remark-copy-linked-files": "^5.16.0",
"gatsby-remark-link-rewrite": "^0.2.1",
"gatsby-source-filesystem": "^4.16.0",
"gatsby-source-graphql": "^4.16.0",
"gatsby-transformer-sharp": "^4.16.0",
"gatsby-transformer-yaml": "^4.16.0",
"global": "^4.4.0",
"human-format": "^0.11.0",
"lodash": "^4.17.15",
"lru-cache": "^6.0.0",
"mobx": "^5.15.1",
"mobx-react": "^6.1.4",
"mobx-react-form": "^2.0.8",
"new-github-issue-url": "^1.0.0",
"node-fetch": "^2.6.1",
"pluralize": "^8.0.0",
"polished": "^3.4.2",
"prop-types": "^15.6.2",
"querystring": "^0.2.0",
"react": "^18",
"react-dom": "^18",
"react-helmet": "^6.1.0",
"react-lazyload": "^2.6.5",
"react-lite-youtube-embed": "^2.3.52",
"rehype": "^11.0.0",
"rehype-stringify": "^8.0.0",
"rehype-urls": "^1.1.1",
"remark-html": "^13.0.1",
"request": "^2.88.2",
"semver": "^7.5.2",
"shiki": "^0.14.5",
"snarkdown": "^2.0.0",
"unist-util-visit": "^2.0.3",
"use-debounce": "^8.0.4",
"usehooks-ts": "^2.9.1",
"validatorjs": "^3.15.1"
},
"keywords": [
"storybook"
],
"license": "MIT",
"scripts": {
"extract-monorepo-docs": "./scripts/extract-monorepo-docs.sh",
"append-package-tags-in-snippets": "node ./scripts/append-package-tags-in-snippets.js",
"prebuild": "yarn extract-monorepo-docs && yarn append-package-tags-in-snippets",
"build": "gatsby build",
"serve": "gatsby serve --prefix-paths",
"develop": "gatsby develop -H 0.0.0.0",
"clean": "gatsby clean",
"start": "npm run develop",
"start:skip-addons": "GATSBY_SKIP_ADDON_PAGES=true npm run develop",
"start:docs-only": "GATSBY_DOCS_ONLY=true npm run develop",
"format": "prettier --write \"src/**/*.js\"",
"lint": "eslint src .storybook --ext .js,.jsx,.json,.html,.ts,.tsx,.mjs --report-unused-disable-directives",
"test": "jest",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"chromatic": "chromatic --project-token dd2oqshntir",
"generate-types": "graphql-codegen --config graphql-types-codegen.yml",
"build:functions": "netlify-lambda build src/functions",
"build:all": "npm run build && npm run build:functions",
"build:with-prefix": "npm run build -- --prefix-paths && npm run build:functions",
"develop:functions": "netlify-lambda serve src/functions",
"develop:all": "concurrently --kill-others \"npm run develop\" \"npm run develop:functions\"",
"postinstall": "patch-package"
},
"devDependencies": {
"@babel/core": "^7.18.2",
"@babel/eslint-parser": "^7.18.2",
"@emotion/babel-plugin": "^11.9.2",
"@graphql-codegen/cli": "^1.9.1",
"@graphql-codegen/introspection": "1.16.3",
"@graphql-codegen/typescript": "^1.9.1",
"@storybook/addon-actions": "^6.5.9",
"@storybook/addon-essentials": "^6.5.9",
"@storybook/builder-webpack5": "^6.5.9",
"@storybook/eslint-config-storybook": "^3.1.2",
"@storybook/jest": "^0.0.10",
"@storybook/manager-webpack5": "^6.5.9",
"@storybook/react": "^6.5.9",
"@storybook/testing-library": "^0.0.11",
"@types/jest": "^27.0.0",
"@types/react": "^18",
"babel-preset-gatsby": "^2.16.0",
"chromatic": "^6.14.0",
"concurrently": "^5.3.0",
"dedent": "^0.7.0",
"eslint": "^8.17.0",
"eslint-plugin-storybook": "^0.5.12",
"gatsby-source-ghost": "^4.2.4",
"jest": "^27.0.0",
"netlify-lambda": "^2.0.1",
"patch-package": "^6.4.7",
"prettier": "^2.0.5",
"prettier-eslint": "^11.0.0",
"seedrandom": "^3.0.5",
"storybook-addon-outline": "^1.4.2",
"ts-jest": "^27.0.0",
"webfontloader": "^1.6.28",
"webpack": "^5.76.0"
},
"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": "[email protected]",
"proxy": {
"/.netlify/functions": {
"target": "http://localhost:9000",
"pathRewrite": {
"^/\\.netlify/functions": ""
}
}
}
}