-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
79 lines (79 loc) · 2.41 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
{
"name": "bobmatyas.com",
"private": true,
"description": "A Gatsby powered simple site",
"version": "0.1.0",
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing \"",
"type-check": "./node_modules/typescript/bin/tsc --noEmit --skipLibCheck"
},
"dependencies": {
"@builder.io/partytown": "^0.7.1",
"@types/react": "^18.0.8",
"@types/react-burger-menu": "^2.8.3",
"@types/react-dom": "^18.0.3",
"@weknow/gatsby-remark-codepen": "^0.1.0",
"eslint-webpack-plugin": "^3.2.0",
"gatsby": "^5.0.1",
"gatsby-cli": "^5.1.0",
"gatsby-plugin-canonical-urls": "^5.0.0",
"gatsby-plugin-feed": "^5.0.0",
"gatsby-plugin-image": "^3.0.0",
"gatsby-plugin-netlify": "^5.0.1",
"gatsby-plugin-sharp": "^5.0.0",
"gatsby-plugin-sitemap": "^6.0.0",
"gatsby-plugin-typescript": "^5.0.0",
"gatsby-plugin-typescript-checker": "^1.1.1",
"gatsby-remark-images": "^7.0.0",
"gatsby-remark-prismjs": "^7.0.0",
"gatsby-source-filesystem": "^5.0.0",
"gatsby-source-webmentions": "^1.2.0",
"gatsby-transformer-remark": "^6.0.0",
"gatsby-transformer-sharp": "^5.0.0",
"keyv": "^4.5.0",
"prismjs": "^1.26.0",
"react": "^18.2.0",
"react-burger-menu": "^3.0.6",
"react-dom": "^18.2.0",
"react-is": "^18.2.0",
"typescript": "^4.5.4"
},
"devDependencies": {
"@netlify/plugin-gatsby": "^3.4.8",
"@tailwindcss/typography": "^0.5.7",
"@typescript-eslint/eslint-plugin": "^5.9.1",
"@typescript-eslint/parser": "^5.9.1",
"ajv": "^8.11.2",
"autoprefixer": "^10.4.12",
"eslint": "^8.6.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.28.0",
"gatsby-plugin-eslint": "^4.0.3",
"gatsby-plugin-postcss": "^6.0.0",
"postcss": "^8.4.17",
"prettier": "^2.5.1",
"tailwindcss": "^3.1.8"
},
"overrides": {
"gatsby-plugin-netlify": {
"gatsby": "^5.0.0"
},
"@netlify/plugin-gatsby": {
"@gatsbyjs/reach-router": "^2.0.0-v2.0"
}
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-hello-world"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}