-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.56 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
{
"name": "portfolio",
"private": true,
"description": "A simple portfolio for developers",
"version": "0.1.2",
"author": "Smakosh <ismai23l@hotmail.com>",
"dependencies": {
"axios": "^0.21.1",
"dotenv": "^10.0.0",
"formik": "^2.1.4",
"gatsby": "^3.6.1",
"gatsby-plugin-canonical-urls": "^3.6.0",
"gatsby-plugin-google-analytics": "^3.6.0",
"gatsby-plugin-manifest": "^3.6.0",
"gatsby-plugin-nprogress": "^3.6.0",
"gatsby-plugin-offline": "^4.6.0",
"gatsby-plugin-react-helmet": "^4.6.0",
"gatsby-plugin-sitemap": "^4.2.0",
"gatsby-plugin-styled-components": "^4.6.0",
"gatsby-source-graphql": "^3.6.0",
"prop-types": "^15.6.2",
"react": "^17.0.2",
"react-anchor-link-smooth-scroll": "^1.0.12",
"react-dom": "^17.0.2",
"react-google-recaptcha": "^2.1.0",
"react-helmet": "^6.1.0",
"styled-components": "^5.3.0",
"yup": "^0.32.9"
},
"keywords": [
"gatsby",
"portfolio",
"developer"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"start": "npx vercel dev && gatsby develop -o",
"reset": "rm -rf .cache/ public/",
"test": "echo \"Write tests! -> https://gatsby.app/unit-testing\""
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"babel-plugin-styled-components": "^1.10.6",
"eslint": "^7.27.0"
},
"repository": {
"type": "git",
"url": "git@github.com:smakosh/gatsby-portfolio-dev.git"
},
"bugs": {
"url": "https://github.com/smakosh/gatsby-portfolio-dev/issues"
},
"resolutions": {
"graphql": "^15.4.0",
"graphql-compose": "^7.25.0",
"webpack": "^5.24.2",
"formik/deepmerge": "4.2.2"
}
}