-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.47 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": "ayub.me",
"private": true,
"homepage": "https://ayubdevs.netlify.app/",
"description": "My personal portfolio website",
"version": "2.0.1",
"author": "Md. Ayub Shamim <ayub.devs@gmail.com>",
"dependencies": {
"aos": "^2.3.4",
"gatsby": "^2.15.28",
"gatsby-image": "^2.2.23",
"gatsby-plugin-manifest": "^2.2.20",
"gatsby-plugin-offline": "^3.0.11",
"gatsby-plugin-react-helmet": "^3.1.10",
"gatsby-plugin-sharp": "^2.2.27",
"gatsby-source-filesystem": "^2.1.28",
"gatsby-transformer-sharp": "^2.2.19",
"prop-types": "^15.7.2",
"react": "^16.10.1",
"react-dom": "^16.10.1",
"react-helmet": "^5.2.1",
"react-icons": "^4.6.0"
},
"devDependencies": {
"autoprefixer": "^10.4.8",
"gatsby-plugin-postcss": "^5.22.0",
"gh-pages": "^3.1.0",
"postcss": "^8.4.16",
"prettier": "^1.18.2",
"tailwindcss": "^3.1.8"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"predeploy": "npm run build",
"deploy": "gatsby build && gh-pages -d public -b master",
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing \""
},
"repository": {
"type": "git",
"url": "https://github.com/ayub6717/ayub.me"
},
"bugs": {
"url": "https://github.com/ayub6717/ayub.me/issues"
}
}