-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 2.01 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
61
62
63
64
65
66
67
{
"name": "markkovacs.com",
"private": true,
"description": "Personal portfolio site",
"version": "0.1.0",
"author": "Mark Kovacs",
"dependencies": {
"axios": "^0.21.1",
"defer-to-connect": "^2.0.1",
"dotenv": "^8.2.0",
"formik": "^2.2.2",
"framer-motion": "^3.2.1",
"gatsby": "^2.30.1",
"gatsby-image": "^2.9.0",
"gatsby-plugin-canonical-urls": "^2.8.0",
"gatsby-plugin-favicon": "^3.1.6",
"gatsby-plugin-google-analytics": "^2.9.0",
"gatsby-plugin-manifest": "^2.10.0",
"gatsby-plugin-nprogress": "^2.8.0",
"gatsby-plugin-offline": "^3.8.0",
"gatsby-plugin-react-helmet": "^3.8.0",
"gatsby-plugin-sharp": "^2.12.0",
"gatsby-plugin-sitemap": "^2.10.0",
"gatsby-plugin-styled-components": "^3.8.0",
"gatsby-source-filesystem": "^2.9.0",
"gatsby-source-graphql": "^2.12.0",
"gatsby-transformer-sharp": "^2.10.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",
"react-intersection-observer": "^8.31.1",
"styled-components": "^5.3.0",
"yup": "^0.32.9"
},
"keywords": [
"gatsby",
"portfolio",
"developer"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"start": "gatsby develop -o",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"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.11.1",
"eslint": "^7.26.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-config-prettier": "^7.1.0",
"eslint-config-wesbos": "1.0.1",
"eslint-plugin-html": "^6.1.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.23.2",
"eslint-plugin-react-hooks": "^4.2.0",
"prettier": "^2.1.2"
}
}