-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 2.35 KB
/
package.json
File metadata and controls
76 lines (76 loc) · 2.35 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
{
"name": "gatsby-starter-default",
"private": true,
"description": "A simple starter to get up and developing quickly with Gatsby",
"version": "0.1.0",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"dependencies": {
"@mdx-js/mdx": "^1.6.16",
"@mdx-js/react": "^1.6.16",
"babel-plugin-styled-components": "^1.11.1",
"gatsby": "^2.24.41",
"gatsby-image": "^2.4.15",
"gatsby-plugin-layout": "^1.3.10",
"gatsby-plugin-manifest": "^2.4.22",
"gatsby-plugin-mdx": "^1.2.34",
"gatsby-plugin-offline": "^3.2.23",
"gatsby-plugin-react-helmet": "^3.3.10",
"gatsby-plugin-react-svg": "^3.0.0",
"gatsby-plugin-sharp": "^2.6.26",
"gatsby-plugin-styled-components": "^3.3.10",
"gatsby-remark-images": "^3.3.25",
"gatsby-source-filesystem": "^2.3.24",
"gatsby-transformer-sharp": "^2.5.12",
"gsap": "^3.4.2",
"prism-react-renderer": "^1.1.1",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-helmet": "^6.1.0",
"react-hook-form": "^6.3.2",
"styled-components": "^5.1.1",
"typeface-merriweather": "0.0.72",
"typeface-open-sans": "0.0.75"
},
"devDependencies": {
"@testing-library/cypress": "^6.0.0",
"@testing-library/jest-dom": "^5.11.2",
"@testing-library/react": "^10.4.8",
"axe-core": "^4.0.1",
"babel-jest": "^26.3.0",
"babel-preset-gatsby": "^0.5.5",
"cypress": "^4.12.1",
"cypress-axe": "^0.8.1",
"gatsby-cli": "^2.12.82",
"gh-pages": "^3.1.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^26.3.0",
"jest-styled-components": "^7.0.2",
"prettier": "^2.0.5",
"start-server-and-test": "^1.11.3"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"deploy": "gatsby build && gh-pages -d public -b master",
"develop": "gatsby develop",
"dev": "gatsby develop -H 0.0.0.0",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "jest --watch",
"cy:open": "cypress open",
"test:e2e": "start-server-and-test develop http://localhost:8000 cy:open"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}