-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.76 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
61
62
63
{
"name": "portfolio",
"version": "3.3.3",
"private": true,
"description": "Fast, modern portfolio and blog powered by Gatsby",
"license": "MIT",
"homepage": "https://vondenstein.com",
"author": {
"name": "Stephen Vondenstein",
"email": "[email protected]",
"url": "https://vondenstein.com"
},
"repository": {
"type": "git",
"url": "https://github.com/vondenstein/portfolio"
},
"bugs": {
"email": "[email protected]",
"url": "https://github.com/vondenstein/portfolio/issues"
},
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@mdx-js/react": "^2.3.0",
"gatsby": "^5.13.3",
"gatsby-plugin-canonical-urls": "^5.13.1",
"gatsby-plugin-catch-links": "^5.13.1",
"gatsby-plugin-git-lastmod": "^0.1.2",
"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-typography": "^5.13.1",
"gatsby-remark-images": "^7.13.1",
"gatsby-remark-prismjs": "^7.13.1",
"gatsby-source-filesystem": "^5.13.1",
"gatsby-source-graphql": "^5.13.1",
"gatsby-transformer-json": "^5.13.1",
"gatsby-transformer-sharp": "^5.13.1",
"prismjs": "^1.29.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-typography": "^0.16.23",
"reading-time": "^1.5.0",
"typography": "^0.16.24"
},
"devDependencies": {
"@types/node": "^18.19.22",
"@types/react": "^18.2.64",
"@types/react-dom": "^18.2.21",
"typescript": "^4.9.5"
}
}