-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.9 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": "Parlandim blog",
"version": "1.0.0",
"private": true,
"description": "Meu blog pessoal, onde compartilho conhecimento e experiências sobre desenvolvimento de software, tecnologia e carreira.",
"author": "Gu-Parlandim",
"keywords": [
"gatsby"
],
"scripts": {
"dev": "gatsby develop --host=0.0.0.0",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@giscus/react": "^3.0.0",
"@mdx-js/react": "^2.3.0",
"axios": "^1.7.2",
"babel-plugin-styled-components": "^2.1.4",
"framer-motion": "^11.2.10",
"gatsby": "^5.13.3",
"gatsby-omni-font-loader": "^2.0.2",
"gatsby-plugin-alias-imports": "^1.0.5",
"gatsby-plugin-catch-links": "^5.13.1",
"gatsby-plugin-google-tagmanager": "^5.13.1",
"gatsby-plugin-image": "^3.13.1",
"gatsby-plugin-manifest": "^5.13.1",
"gatsby-plugin-mdx": "^5.13.1",
"gatsby-plugin-sharp": "^5.13.1",
"gatsby-plugin-sitemap": "^6.13.1",
"gatsby-plugin-styled-components": "^6.13.1",
"gatsby-remark-autolink-headers": "^6.13.1",
"gatsby-remark-images": "^7.13.1",
"gatsby-remark-prismjs": "^7.13.1",
"gatsby-source-filesystem": "^5.13.1",
"gatsby-transformer-remark": "^6.13.1",
"gatsby-transformer-sharp": "^5.13.1",
"notistack": "^3.0.1",
"prismjs": "^1.29.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-paginate": "^8.2.0",
"react-vertical-timeline-component": "^3.6.0",
"reading-time": "^1.5.0",
"slugify": "^1.6.6",
"styled-components": "^6.1.9"
},
"devDependencies": {
"@types/node": "^20.11.19",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.19",
"@types/react-helmet": "^6.1.11",
"@types/react-vertical-timeline-component": "^3.3.6",
"typescript": "^5.3.3"
}
}