-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
47 lines (47 loc) · 1.37 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
{
"name": "mojtabast-blog",
"description": "Mojtaba Espari Pour - Personal blog",
"version": "1.0.0",
"dependencies": {
"babel-plugin-styled-components": "^1.9.2",
"gatsby": "^4.11.2",
"gatsby-cli": "^4.11.2",
"gatsby-image": "^3.11.0",
"gatsby-plugin-feed": "^4.11.1",
"gatsby-plugin-google-analytics": "^4.11.0",
"gatsby-plugin-manifest": "^4.11.1",
"gatsby-plugin-offline": "^5.11.1",
"gatsby-plugin-react-helmet": "^5.11.0",
"gatsby-plugin-sharp": "^4.11.1",
"gatsby-plugin-styled-components": "^5.11.0",
"gatsby-remark-copy-linked-files": "^5.11.0",
"gatsby-remark-images": "^6.11.1",
"gatsby-remark-prismjs": "^6.11.0",
"gatsby-source-filesystem": "^4.11.1",
"gatsby-transformer-remark": "^5.11.1",
"gatsby-transformer-sharp": "^4.11.0",
"prismjs": "^1.27.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-helmet": "^6.1.0",
"styled-components": "^5.3.5"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"start": "npm run develop",
"format": "prettier --write \"src/**/*.js\"",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"prettier": "^1.14.2"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
}
}