-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.37 KB
/
Copy pathpackage.json
File metadata and controls
48 lines (48 loc) · 1.37 KB
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
{
"name": "safi-dev",
"version": "2.0.0",
"private": true,
"description": "Sher Safi — Developer Portfolio",
"author": "Sher Safi",
"keywords": [
"gatsby",
"portfolio"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"lint": "eslint src/",
"format": "prettier --write ."
},
"dependencies": {
"@fontsource/fira-code": "^5.0.0",
"@fontsource/rubik": "^5.0.0",
"@mdx-js/react": "^2.3.0",
"babel-plugin-styled-components": "^2.1.4",
"date-fns": "^2.30.0",
"gatsby": "^5.13.0",
"gatsby-plugin-image": "^3.13.0",
"gatsby-plugin-manifest": "^5.13.0",
"gatsby-plugin-mdx": "^5.13.0",
"gatsby-plugin-sharp": "^5.13.0",
"gatsby-plugin-sitemap": "^6.13.0",
"gatsby-plugin-styled-components": "^6.13.0",
"gatsby-remark-code-titles": "^1.1.0",
"gatsby-remark-images": "^7.13.0",
"gatsby-remark-prismjs": "^7.13.0",
"gatsby-source-filesystem": "^5.13.0",
"gatsby-transformer-json": "^5.13.0",
"gatsby-transformer-remark": "^6.13.0",
"gatsby-transformer-sharp": "^5.13.0",
"prismjs": "^1.29.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^5.4.0",
"remark-unwrap-images": "^2.1.0",
"styled-components": "^6.1.0",
"three": "^0.184.0"
}
}