-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
50 lines (50 loc) · 1.44 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
{
"name": "fp-blog",
"description": "Blog pessoal",
"version": "1.0.0",
"author": "fptbb",
"dependencies": {
"gatsby": "^2.15.29",
"gatsby-image": "^2.2.24",
"gatsby-plugin-feed": "^2.3.15",
"gatsby-plugin-i18n": "^1.0.1",
"gatsby-plugin-less": "^3.0.9",
"gatsby-plugin-manifest": "^2.2.20",
"gatsby-plugin-offline": "^3.0.11",
"gatsby-plugin-react-helmet": "^3.1.10",
"gatsby-plugin-robots-txt": "^1.5.0",
"gatsby-plugin-sharp": "^2.2.28",
"gatsby-plugin-sitemap": "^2.2.16",
"gatsby-remark-copy-linked-files": "^2.2.1",
"gatsby-remark-images": "^3.1.25",
"gatsby-remark-prismjs": "^3.3.17",
"gatsby-source-filesystem": "^2.1.29",
"gatsby-transformer-remark": "^2.6.27",
"gatsby-transformer-sharp": "^2.2.20",
"less": "^3.10.3",
"prismjs": "^1.17.1",
"prop-types": "^15.6.2",
"react": "^16.10.2",
"react-dom": "^16.10.2",
"react-helmet": "^6.0.0",
"react-icons": "^3.7.0",
"react-share": "^4.1.0",
"moment": "^2.28.0"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"dev": "gatsby develop",
"start": "npm run dev",
"serve": "gatsby serve",
"format": "prettier --write \"src/**/*.js\"",
"test": "echo \"Error: no test specified\" && exit 1",
"deploy": "git add . && git commit -am \"Auto Push\" && git push -u origin master"
},
"devDependencies": {
"prettier": "^2.0.4"
}
}