-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.17 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
{
"name": "goodcar-rent-site",
"description": "GoodCar.rent company site",
"version": "2.0.0",
"author": "Deksden <deksden@deksden.com>",
"dependencies": {
"dotenv-safe": "^8.2.0",
"fbjs": "^1.0.0",
"gatsby": "^2.21.22",
"gatsby-plugin-facebook-pixel": "gabefromutah/gatsby-plugin-facebook-pixel",
"gatsby-plugin-gtag": "^1.0.13",
"gatsby-plugin-manifest": "^2.4.2",
"gatsby-plugin-offline": "^3.2.1",
"gatsby-plugin-react-helmet": "^3.3.1",
"gatsby-plugin-robots-txt": "^1.5.0",
"gatsby-plugin-sitemap": "^2.4.2",
"gatsby-plugin-yandex-metrika": "^2.3.0",
"gatsby-source-graphql": "^2.5.1",
"object-assign": "^4.1.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-helmet": "^6.0.0",
"webpack": "^4.43.0"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write '**/*.js'",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"prettier": "^2.0.5"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
}
}