-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
62 lines (62 loc) · 1.9 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
{
"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 <[email protected]>",
"dependencies": {
"autoprefixer": "^10.4.12",
"gatsby": "^4.24.4",
"gatsby-image": "^3.11.0",
"gatsby-plugin-google-tagmanager": "^4.24.0",
"gatsby-plugin-manifest": "^4.24.0",
"gatsby-plugin-netlify-cms": "^6.24.0",
"gatsby-plugin-offline": "^5.24.0",
"gatsby-plugin-postcss": "^5.24.0",
"gatsby-plugin-purgecss": "^6.1.2",
"gatsby-plugin-react-helmet": "^5.24.0",
"gatsby-plugin-sharp": "^4.24.0",
"gatsby-remark-copy-linked-files": "^5.24.0",
"gatsby-remark-images": "^6.24.0",
"gatsby-remark-relative-images": "^2.0.2",
"gatsby-source-filesystem": "^4.24.0",
"gatsby-transformer-remark": "^5.24.0",
"gatsby-transformer-sharp": "^4.24.0",
"netlify-cms-app": "^2.15.72",
"postcss": "^8.4.18",
"prop-types": "^15.7.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-postscribe": "^0.1.3",
"remark-html": "^15.0.1",
"remark-preset-lint-recommended": "^6.1.2",
"sharp": "^0.31.1"
},
"devDependencies": {
"gh-pages": "^4.0.0",
"prettier": "^2.7.1",
"tailwindcss": "^3.1.8"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"clean": "gatsby clean",
"format": "prettier --write src/**/*.{js,jsx}",
"start": "npm run develop",
"serve": "gatsby serve",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\"",
"deploy:github": "npm run build && node ./scripts/deploy-github"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}