-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
48 lines (48 loc) · 1.43 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
{
"name": "gatsby",
"private": true,
"description": "React gatsby",
"version": "2.0.0",
"author": "George Davituri / გიორგი დავითური",
"dependencies": {
"babel-plugin-styled-components": "^1.10.7",
"gatsby": "^2.21.26",
"gatsby-plugin-catch-links": "^2.1.24",
"gatsby-plugin-google-analytics": "^2.1.34",
"gatsby-plugin-manifest": "^2.2.40",
"gatsby-plugin-netlify-cms": "^4.1.37",
"gatsby-plugin-offline": "^2.2.10",
"gatsby-plugin-react-helmet": "^3.1.21",
"gatsby-plugin-sass": "^2.1.27",
"gatsby-plugin-sharp": "^2.4.4",
"gatsby-plugin-styled-components": "^3.1.18",
"gatsby-remark-images": "^3.1.43",
"gatsby-remark-prismjs": "^3.3.30",
"gatsby-source-filesystem": "^2.1.47",
"gatsby-transformer-remark": "^2.6.49",
"gatsby-transformer-sharp": "^2.3.13",
"netlify-cms-app": "^2.11.14",
"node-sass": "^7.0.0",
"prismjs": "^1.19.0",
"prop-types": "^15.7.2",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-helmet": "^5.2.0",
"styled-components": "^4.4.1"
},
"keywords": [
"gatsby",
"react"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"start": "gatsby develop",
"serve": "gatsby serve",
"format": "prettier --write \"src/**/*.{js,scss}\"",
"test": "echo \"Write tests! -> https://gatsby.app/unit-testing\""
},
"devDependencies": {
"prettier": "^1.19.1"
}
}