-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
43 lines (43 loc) · 1.26 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
{
"name": "resume-mohammad-javad-ghasemy",
"version": "1.0.0",
"private": true,
"description": "resume-mohammad-javad-ghasemy",
"author": "Mohammad Javad Ghasemy",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"deploy": "gatsby build && gh-pages -d public",
"upgrade-interactive": "npm-check --update"
},
"dependencies": {
"@mdx-js/react": "^2.3",
"@react-pdf/renderer": "^3.1.12",
"fontkit": "^2.0.2",
"gatsby": "^5",
"gatsby-plugin-image": "^3",
"gatsby-plugin-manifest": "^5",
"gatsby-plugin-mdx": "^5",
"gatsby-plugin-sharp": "^5",
"gatsby-source-filesystem": "^5",
"gatsby-transformer-json": "^5",
"gatsby-transformer-sharp": "^5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-pdf-html": "^1.1.18"
},
"devDependencies": {
"autoprefixer": "^10.4.13",
"gatsby-plugin-postcss": "^6.3.0",
"gh-pages": "^5.0.0",
"npm-check": "^6.0.1",
"postcss": "^8.4.27",
"tailwindcss": "^3.3.3"
}
}