-
Notifications
You must be signed in to change notification settings - Fork 36
/
package.json
135 lines (135 loc) · 4.25 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
{
"name": "miragejs",
"private": true,
"description": "",
"version": "0.1.0",
"authors": [
"Sam Selikoff <[email protected]>",
"Ryan Toronto <[email protected]>"
],
"scripts": {
"clean": "gatsby clean",
"build": "gatsby build",
"dev": "gatsby develop",
"format": "prettier --write src/**/*.{js,jsx}",
"start": "npm run develop",
"develop": "gatsby develop -H 0.0.0.0",
"serve": "gatsby serve",
"test": "jest",
"percy:exec": "percy exec",
"cy:run": "cypress run",
"cy:open": "cypress open --config baseUrl=http://localhost:8000",
"test-and-build": "run-s test build",
"build-and-serve": "run-s build serve",
"test:cy:run": "start-test build-and-serve 9000 cy:run",
"test:cy:open": "start-test build-and-serve 9000 cy:open",
"prettier:check": "prettier --list-different .",
"prettier:write": "prettier --write ."
},
"dependencies": {
"@juggle/resize-observer": "^3.2.0",
"@mdx-js/mdx": "^1.6.18",
"@mdx-js/react": "^1.6.19",
"@n8tb1t/use-scroll-position": "^1.0.43",
"@reach/dialog": "^0.10.5",
"@reach/router": "^1.3.4",
"@react-hook/window-size": "^3.0.7",
"@svgr/webpack": "^5.4.0",
"@tailwindcss/custom-forms": "^0.2.1",
"@u-wave/react-vimeo": "^0.9.0",
"@urql/exchange-auth": "^0.1.0",
"@xstate/react": "^0.8.1",
"autoprefixer": "^9.8.6",
"babel-plugin-styled-components": "^1.11.1",
"codemirror": "^5.58.1",
"dedent": "^0.7.0",
"docsearch.js": "^2.6.3",
"eslint-plugin-chai-friendly": "^0.6.0",
"focus-visible": "^5.2.0",
"gatsby": "^2.24.80",
"gatsby-image": "^2.4.21",
"gatsby-plugin-manifest": "^2.6.1",
"gatsby-plugin-mdx": "^1.2.51",
"gatsby-plugin-netlify": "^2.3.19",
"gatsby-plugin-postcss": "^2.3.13",
"gatsby-plugin-purgecss": "^5.0.0",
"gatsby-plugin-react-helmet": "^3.3.14",
"gatsby-plugin-react-svg": "^3.0.0",
"gatsby-plugin-sharp": "^2.8.0",
"gatsby-plugin-styled-components": "^3.3.14",
"gatsby-plugin-svgr": "^2.0.2",
"gatsby-plugin-typescript": "^2.6.0",
"gatsby-remark-images": "^3.3.38",
"gatsby-source-filesystem": "^2.3.35",
"gatsby-transformer-sharp": "^2.7.0",
"graphql": "^15.3.0",
"hex-rgb": "^4.2.0",
"install": "^0.13.0",
"json5": "^2.1.3",
"nanoid": "^3.1.18",
"prettier": "^2.1.2",
"prop-types": "^15.7.2",
"query-string": "^6.13.7",
"react": "^16.14.0",
"react-dom": "16.13.1",
"react-helmet": "^6.1.0",
"react-hotkeys-hook": "^2.4.0",
"react-markdown": "^4.3.1",
"react-outside-click-handler": "^1.3.0",
"react-spring": "^8.0.27",
"react-transition-group": "^4.4.1",
"react-use-measure": "^2.0.2",
"remark-slug": "^6.0.0",
"source-map-support": "^0.5.19",
"styled-components": "^5.2.0",
"tailwindcss": "^1.9.5",
"tmp": "^0.2.1",
"ts-node": "^8.10.2",
"urql": "^1.10.1",
"use-debounce": "^3.4.3",
"xstate": "^4.14.0"
},
"devDependencies": {
"@miragejs/graphql": "^0.1.4",
"@percy/cypress": "^2.3.2",
"@testing-library/jest-dom": "^5.11.6",
"@testing-library/react": "^10.4.9",
"@types/jest": "^26.0.14",
"babel-eslint": "^10.1.0",
"babel-jest": "^26.6.3",
"babel-preset-gatsby": "^0.5.12",
"cypress": "^4.12.1",
"esdoc": "miragejs/esdoc#015a3426b2e53b2b0270a9c00133780db3f1d144",
"esdoc-accessor-plugin": "^1.0.0",
"esdoc-ecmascript-proposal-plugin": "^1.0.0",
"eslint": "^6.8.0",
"eslint-config-react-app": "^5.2.1",
"eslint-plugin-cypress": "^2.11.2",
"eslint-plugin-flowtype": "^4.7.0",
"eslint-plugin-import": "^2.x",
"eslint-plugin-jsx-a11y": "^6.x",
"eslint-plugin-react": "^7.x",
"eslint-plugin-react-hooks": "^2.5.1",
"identity-obj-proxy": "^3.0.0",
"jest": "^25.5.4",
"miragejs": "^0.1.41",
"npm-run-all": "^4.1.5",
"parse-numeric-range": "^1.2.0",
"react-syntax-highlighter": "^12.2.1",
"react-test-renderer": "^16.13.1",
"start-server-and-test": "^1.11.5",
"ts-jest": "^25.5.1",
"typescript": "^3.9.7"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}