-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
89 lines (89 loc) · 2.92 KB
/
package.json
File metadata and controls
89 lines (89 loc) · 2.92 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
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"name": "gatsby-starter-hello-world",
"private": true,
"description": "A simplified bare-bones starter for Gatsby",
"version": "0.1.0",
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,tsx,ts,json,md,scss,css}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1",
"type-check": "./node_modules/typescript/bin/tsc --noEmit --skipLibCheck"
},
"dependencies": {
"@fontsource/domine": "^4.5.9",
"@fontsource/fira-code": "^4.5.13",
"@fontsource/roboto": "^4.5.8",
"@fontsource/source-sans-pro": "^4.5.11",
"@mdx-js/react": "^2",
"babel-plugin-styled-components": "^2.0.7",
"dotenv": "17.3.1",
"gatsby": "^5",
"gatsby-plugin-google-analytics": "^5",
"gatsby-plugin-image": "^3",
"gatsby-plugin-manifest": "^5",
"gatsby-plugin-mdx": "^5",
"gatsby-plugin-offline": "^6",
"gatsby-plugin-prettier-eslint": "^1.0.6",
"gatsby-plugin-react-helmet": "^6",
"gatsby-plugin-react-svg": "^3.0.1",
"gatsby-plugin-sharp": "^5",
"gatsby-plugin-sitemap": "^6",
"gatsby-plugin-styled-components": "^6",
"gatsby-remark-images": "^7",
"gatsby-remark-prismjs": "^7",
"gatsby-remark-responsive-iframe": "^6",
"gatsby-source-filesystem": "^5",
"gatsby-transformer-sharp": "^5",
"prism-react-renderer": "^1.2.1",
"prismjs": "1.30.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-icons": "^4.2.0",
"sharp": "^0.34.5",
"styled-components": "^5.3.5",
"styled-components-breakpoint": "^2.1.1",
"styled-components-spacing": "^3.1.1"
},
"devDependencies": {
"@playwright/test": "1.58.2",
"@types/node": "25.5.0",
"@types/prismjs": "^1.26.6",
"@types/react": "18.3.28",
"@types/react-dom": "^18",
"@types/react-helmet": "^6.1.2",
"@types/styled-components": "5.1.36",
"@typescript-eslint/eslint-plugin": "^4.28.2",
"@typescript-eslint/parser": "^4.28.2",
"eslint": "^7.30.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-plugin-import": "2.32.0",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "7.37.5",
"eslint-plugin-react-hooks": "^7.0.0",
"gatsby-remark-code-titles": "^1.1.0",
"prettier": "^3.0.0",
"typescript": "^5"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-hello-world"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"resolutions": {
"@types/react": "^18.3.28",
"webpack": "^5.104.1",
"sharp": "^0.34.5"
},
"engines": {
"node": ">=18.0.0"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}