-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
80 lines (80 loc) · 2.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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "petervaladez.com",
"private": true,
"description": "Personal site for Peter Valadez built with Gatsby & integrated with Forestry",
"license": "MIT",
"version": "0.1.0",
"author": "peter valadez",
"scripts": {
"build": "gatsby build",
"dev": "gatsby develop -o",
"develop": "gatsby develop -o",
"format": "eslint 'src/**/*.{js,jsx}' --fix",
"start": "gatsby develop -o",
"serve": "gatsby serve",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\"",
"forestry-preview": "gatsby develop -p 8080 -H 0.0.0.0",
"clean": "gatsby clean"
},
"dependencies": {
"@weknow/gatsby-remark-codepen": "^0.1.0",
"formik": "^2.2.1",
"gatsby": "^2.24.89",
"gatsby-image": "^2.4.21",
"gatsby-plugin-netlify": "^2.5.0",
"gatsby-plugin-react-helmet": "^3.3.14",
"gatsby-plugin-sass": "^2.3.21",
"gatsby-plugin-sharp": "^2.6.43",
"gatsby-plugin-twitter": "^2.3.12",
"gatsby-remark-autolink-headers": "^2.3.16",
"gatsby-remark-copy-linked-files": "^2.3.19",
"gatsby-remark-images": "^3.3.39",
"gatsby-remark-normalize-paths": "^1.1.0",
"gatsby-remark-prismjs": "^3.5.16",
"gatsby-remark-relative-images": "^2.0.2",
"gatsby-source-filesystem": "^2.3.37",
"gatsby-transformer-remark": "^2.8.46",
"gatsby-transformer-sharp": "^2.5.20",
"gatsby-transformer-yaml": "^2.4.15",
"lodash": "^4.17.20",
"lodash-es": "^4.17.15",
"prismjs": "^1.22.0",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-google-recaptcha": "^2.1.0",
"react-helmet": "^6.1.0",
"react-spring": "^8.0.27",
"react-youtube": "^7.13.0",
"swiper": "^6.3.5"
},
"devDependencies": {
"@iconify/icons-ant-design": "^1.0.8",
"@iconify/icons-bx": "^1.0.5",
"@iconify/icons-cib": "^1.0.3",
"@iconify/icons-codicon": "^1.0.6",
"@iconify/react": "^1.1.3",
"common-tags": "^1.8.0",
"eslint": "^7.12.1",
"eslint-config-airbnb": "^18.2.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^4.2.0",
"gatsby-plugin-webpack-bundle-analyser-v2": "^1.1.16",
"prettier": "^2.1.2",
"prettier-airbnb-config": "^1.0.0",
"prop-types": "^15.7.2",
"sass": "^1.27.0"
},
"prettier": "prettier-airbnb-config",
"keywords": [
"gatsby",
"forestry"
],
"repository": {
"type": "git",
"url": "https://github.com/pvaladez/petervaladez.com"
}
}