-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 2.21 KB
/
package.json
File metadata and controls
72 lines (72 loc) · 2.21 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
{
"name": "web-blog",
"private": true,
"description": "A simplified bare-bones starter for Gatsby",
"version": "1.0.0",
"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",
"cypress": "cypress open"
},
"dependencies": {
"@fontsource/lexend": "^4.5.10",
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"@mdx-js/runtime": "^1.6.22",
"babel-plugin-styled-components": "^1.12.0",
"classnames": "^2.3.2",
"date-fns": "^2.28.0",
"dotenv": "^16.3.1",
"firebase": "^10.1.0",
"gatsby": "^2.26.1",
"gatsby-image": "^2.10.0",
"gatsby-plugin-manifest": "^4.18.0",
"gatsby-plugin-mdx": "^1.8.0",
"gatsby-plugin-no-sourcemaps": "^5.12.0",
"gatsby-plugin-offline": "^5.18.0",
"gatsby-plugin-react-helmet": "^5.13.0",
"gatsby-plugin-remove-serviceworker": "^1.0.0",
"gatsby-plugin-sharp": "^2.13.4",
"gatsby-plugin-sitemap": "^5.14.0",
"gatsby-plugin-styled-components": "^3.8.0",
"gatsby-plugin-webfonts": "^1.1.4",
"gatsby-remark-images": "^3.10.0",
"gatsby-source-filesystem": "^2.9.1",
"gatsby-transformer-sharp": "^2.11.0",
"js-beautify": "^1.14.9",
"prism-react-renderer": "^1.3.5",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-ga4": "^1.4.1",
"react-helmet": "^6.1.0",
"react-loadable": "^5.5.0",
"react-simple-code-editor": "^0.13.1",
"react-vis": "^1.12.1",
"rxjs": "^7.5.5",
"styled-components": "^5.2.1",
"uuid": "^9.0.0"
},
"devDependencies": {
"@types/react-helmet": "^6.1.5",
"@types/react-loadable": "^5.5.6",
"@types/react-vis": "^1.11.15",
"@types/styled-components": "^5.1.7",
"cypress": "^12.9.0",
"gatsby-plugin-robots-txt": "^1.8.0",
"prettier": "2.2.1",
"typescript": "^5.0.3"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-hello-world"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}