forked from mswjs/mswjs.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 1.97 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
{
"name": "msw-website",
"private": true,
"description": "Official website and documentation for the Mock Service Worker library.",
"version": "0.0.0",
"author": "Artem Zakharchenko <[email protected]>",
"dependencies": {
"@mdx-js/mdx": "^1.5.8",
"@mdx-js/react": "^1.5.8",
"@svgr/webpack": "^5.3.1",
"atomic-layout": "^0.16.1",
"dotenv": "^8.2.0",
"gatsby": "^2.20.12",
"gatsby-image": "^2.3.1",
"gatsby-plugin-google-analytics": "^2.3.4",
"gatsby-plugin-manifest": "^2.3.3",
"gatsby-plugin-mdx": "^1.1.6",
"gatsby-plugin-offline": "^3.1.2",
"gatsby-plugin-react-helmet": "^3.2.1",
"gatsby-plugin-sass": "^2.2.1",
"gatsby-plugin-sharp": "^2.5.3",
"gatsby-plugin-svgr": "^2.0.2",
"gatsby-plugin-typescript": "^2.3.1",
"gatsby-source-filesystem": "^2.2.2",
"gatsby-transformer-sharp": "^2.4.3",
"node-match-path": "^0.4.2",
"prop-types": "^15.7.2",
"react": "^16.12.0",
"react-cdx": "^0.2.1",
"react-dom": "^16.12.0",
"react-helmet": "^5.2.1",
"react-icons": "^3.9.0",
"react-intersection-observer": "^8.26.2",
"rehype-slug": "^3.0.0",
"remark-validate-links": "^10.0.0",
"styled-components": "^5.0.1"
},
"devDependencies": {
"@open-draft/until": "^1.0.3",
"@types/react-helmet": "^6.0.0",
"@types/styled-components": "^5.0.1",
"apollo-fetch": "^0.7.0",
"babel-plugin-styled-components": "^1.10.7",
"gatsby-plugin-styled-components": "^3.3.3",
"node-sass": "^4.13.1",
"prettier": "^1.19.1"
},
"keywords": [
"msw"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "yarn clean && yarn develop",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"repository": {
"type": "git",
"url": "https://github.com/mswjs/mswjs.io"
},
"bugs": {
"url": "https://github.com/mswjs/mswjs.io/issues"
}
}