-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.55 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
{
"name": "mohib.me",
"private": false,
"description": "Personal blog site",
"version": "0.0.1",
"author": "Mohib <mbmohib@gmail.com>",
"dependencies": {
"autoprefixer": "^10.4.1",
"daisyui": "^1.22.0",
"gatsby": "^4.4.0",
"gatsby-plugin-advanced-sitemap": "^2.0.0",
"gatsby-plugin-google-gtag": "^4.5.0",
"gatsby-plugin-image": "^2.4.0",
"gatsby-plugin-manifest": "^4.4.0",
"gatsby-plugin-offline": "^5.4.0",
"gatsby-plugin-postcss": "^5.4.0",
"gatsby-plugin-purgecss": "^6.1.0",
"gatsby-plugin-react-helmet": "^5.4.0",
"gatsby-plugin-sharp": "^4.4.0",
"gatsby-remark-autolink-headers": "^5.5.0",
"gatsby-remark-images": "^6.5.1",
"gatsby-remark-prismjs": "^6.5.0",
"gatsby-source-filesystem": "^4.4.0",
"gatsby-transformer-remark": "^5.5.1",
"gatsby-transformer-sharp": "^4.4.0",
"postcss": "^8.4.5",
"prismjs": "^1.26.0",
"prop-types": "^15.8.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.0",
"@types/react-helmet": "^6.1.5",
"prettier": "^2.5.1",
"tailwindcss": "^3.0.10",
"typescript": "^4.5.4"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
}
}