-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
60 lines (60 loc) · 1.73 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
{
"name": "acanimal-site",
"description": "A minimal blog template built with Gatsby",
"version": "0.1.0",
"author": "Antonio Santiago <[email protected]>",
"dependencies": {
"@emotion/react": "11.4.0",
"@emotion/styled": "11.3.0",
"gatsby": "3.6.2",
"gatsby-image": "3.6.0",
"gatsby-plugin-catch-links": "3.6.0",
"gatsby-plugin-emotion": "6.6.0",
"gatsby-plugin-feed": "3.6.0",
"gatsby-plugin-google-gtag": "3.6.0",
"gatsby-plugin-manifest": "3.6.0",
"gatsby-plugin-react-helmet": "4.6.0",
"gatsby-plugin-sharp": "3.6.0",
"gatsby-plugin-sitemap": "4.2.0",
"gatsby-remark-images": "5.3.0",
"gatsby-remark-prismjs": "5.3.0",
"gatsby-remark-reading-time": "1.1.0",
"gatsby-source-filesystem": "3.6.0",
"gatsby-transformer-json": "3.6.0",
"gatsby-transformer-remark": "4.3.0",
"gatsby-transformer-sharp": "3.6.0",
"gh-pages": "3.2.0",
"moment": "2.29.1",
"prism-themes": "1.7.0",
"prismjs": "1.23.0",
"prop-types": "15.7.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-helmet": "6.1.0",
"slug": "5.0.1",
"typeface-nunito": "1.1.13"
},
"devDependencies": {
"prettier": "2.3.0"
},
"keywords": [
"acanimal",
"blog"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"dev": "gatsby develop",
"format": "prettier --write src/**/*.{js,jsx}",
"serve": "gatsby serve",
"deploy": "gatsby build && gh-pages -d public -b master",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\""
},
"repository": {
"type": "git",
"url": "https://github.com/acanimal/acanimal.github.io.git"
},
"bugs": {
"url": "https://github.com/acanimal/acanimal.github.io/issues"
}
}