-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
105 lines (105 loc) · 3.52 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
{
"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.10.6",
"@emotion/styled": "^11.10.6",
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@gatsby-contrib/gatsby-plugin-elasticlunr-search": "^3.0.2",
"@skagami/gatsby-plugin-dark-mode": "^2.0.0",
"@types/firebase": "^3.2.1",
"@types/styled-components": "^5.1.26",
"add": "^2.0.6",
"babel-plugin-lodash": "^3.3.4",
"copy-to-clipboard": "^3.3.3",
"dotenv": "^16.1.4",
"firebase": "^9.21.0",
"framer-motion": "^10.12.8",
"fuse.js": "^6.6.2",
"gatsby": "^5.8.1",
"gatsby-plugin-advanced-sitemap": "^2.1.0",
"gatsby-plugin-canonical-urls": "^5.8.0",
"gatsby-plugin-dark-mode": "^1.1.2",
"gatsby-plugin-emotion": "^8.8.0",
"gatsby-plugin-env-variables": "^2.3.0",
"gatsby-plugin-flexsearch": "^1.0.3",
"gatsby-plugin-fusejs": "^2.0.1",
"gatsby-plugin-google-analytics": "^5.9.0",
"gatsby-plugin-gtag": "^1.0.13",
"gatsby-plugin-image": "^3.8.0",
"gatsby-plugin-local-search": "^2.0.1",
"gatsby-plugin-manifest": "^5.8.0",
"gatsby-plugin-mdx": "^5.9.0",
"gatsby-plugin-nprogress": "^5.8.0",
"gatsby-plugin-offline": "^4.14.0",
"gatsby-plugin-react-helmet": "^6.8.0",
"gatsby-plugin-robots-txt": "^1.8.0",
"gatsby-plugin-sharp": "^5.8.1",
"gatsby-plugin-sitemap": "^6.8.0",
"gatsby-plugin-typegen": "^3.1.0",
"gatsby-plugin-typescript": "^5.8.0",
"gatsby-remark-autolink-headers": "^6.9.0",
"gatsby-remark-copy-linked-files": "^6.9.0",
"gatsby-remark-external-links": "^0.0.4",
"gatsby-remark-images": "^7.9.0",
"gatsby-remark-prismjs": "^7.9.0",
"gatsby-remark-smartypants": "^6.9.0",
"gatsby-source-filesystem": "^5.8.0",
"gatsby-styled-components-dark-mode": "^2.0.5",
"gatsby-transformer-remark": "^6.9.0",
"gatsby-transformer-sharp": "^5.8.0",
"install": "^0.13.0",
"mdbreact": "^5.2.0",
"prismjs": "^1.29.0",
"query-string": "^8.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-ga": "^3.3.1",
"react-helmet": "^6.1.0",
"react-spring": "^9.7.1",
"react-toastify": "^9.1.2",
"react-toc": "^3.1.0",
"react-toggle-dark-mode": "^1.1.1",
"react-use-fusejs": "^2.0.1",
"recoil": "^0.7.7",
"remark-autolink-headings": "^7.0.1",
"remark-slug": "^7.0.1",
"remark-toc": "^8.0.1",
"styled-components": "^5.3.9",
"tocbot": "^4.21.0",
"yarn": "^1.22.19"
},
"devDependencies": {
"gh-pages": "^5.0.0",
"prettier": "^2.8.7",
"typescript": "^5.0.4"
},
"keywords": [
"gatsby"
],
"license": "0BSD",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md,css}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1",
"deploy": "gatsby build && gh-pages -d public -b master"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gatsbyjs/gatsby-starter-default.git"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"homepage": "https://github.com/gatsbyjs/gatsby-starter-default#readme",
"main": "gatsby-browser.js"
}