-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
107 lines (107 loc) · 3.35 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
{
"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": {
"@emotion/react": "^11.1.5",
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"@reach/router": "^1.3.4",
"@react-icons/all-files": "^4.1.0",
"animate.css": "^4.1.1",
"chart.js": "^2.9.4",
"dotenv": "^8.2.0",
"gatsby": "^3.3.0",
"gatsby-core-utils": "^2.3.0",
"gatsby-image": "^3.3.0",
"gatsby-link": "^3.3.0",
"gatsby-plugin-gatsby-cloud": "^2.3.0",
"gatsby-plugin-google-analytics": "^3.3.0",
"gatsby-plugin-image": "^1.3.0",
"gatsby-plugin-mailchimp": "^5.2.2",
"gatsby-plugin-manifest": "^3.3.0",
"gatsby-plugin-mdx": "^2.3.0",
"gatsby-plugin-netlify-cms": "^5.3.0",
"gatsby-plugin-nprogress": "^3.3.0",
"gatsby-plugin-offline": "^4.0.0",
"gatsby-plugin-postcss": "^4.3.0",
"gatsby-plugin-react-helmet": "^4.3.0",
"gatsby-plugin-remove-serviceworker": "^1.0.0",
"gatsby-plugin-sharp": "^3.3.0",
"gatsby-plugin-sitemap": "^3.3.0",
"gatsby-plugin-social-cards": "^0.5.17",
"gatsby-plugin-styled-components": "^4.3.0",
"gatsby-plugin-transition-link": "^1.20.5",
"gatsby-plugin-twitter": "^3.3.0",
"gatsby-plugin-webfonts": "^2.1.0",
"gatsby-remark-images": "^5.0.0",
"gatsby-remark-lazy-load": "^1.0.2",
"gatsby-remark-prismjs": "^4.0.0",
"gatsby-remark-relative-images": "^2.0.2",
"gatsby-source-filesystem": "^3.3.0",
"gatsby-transformer-json": "^3.3.0",
"gatsby-transformer-remark": "^4.0.0",
"gatsby-transformer-sharp": "^3.3.0",
"graphql-type-json": "^0.3.2",
"gsap": "^3.6.1",
"lazysizes": "^5.3.2",
"lunr": "^2.3.9",
"netlify-cms-app": "^2.14.43",
"node-sass": "^5.0.0",
"postcss": "^8.2.10",
"postcss-preset-env": "^6.7.0",
"primjs": "^0.6.5",
"prismjs": "^1.23.0",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-bootstrap": "^1.5.2",
"react-chartjs-2": "^2.11.1",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"react-icons": "^4.2.0",
"react-instantsearch-dom": "^6.10.3",
"react-share": "^4.4.0",
"smooth-scroll": "^16.1.3",
"striptags": "^3.1.1",
"styled-components": "^5.2.3",
"styled-icons": "^10.33.0",
"styled-media-query": "^2.1.2"
},
"devDependencies": {
"@types/reach__router": "^1.3.7",
"babel-jest": "^26.6.3",
"babel-preset-gatsby": "^1.3.0",
"eslint-config-react-app": "^6.0.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^26.6.3",
"prettier": "^2.2.1",
"react-test-renderer": "^17.0.2"
},
"keywords": [
"gatsby"
],
"license": "0BSD",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
},
"jest": {
"moduleNameMapper": {
"^@reach/router(.*)": "<rootDir>/node_modules/@gatsbyjs/reach-router$1"
}
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}