-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
69 lines (69 loc) · 1.99 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
{
"name": "React-Portfolio",
"description": "A clean, one-page portfolio using Gatsby.js, MDX, and React.",
"version": "1.0.0",
"author": "Chase Johnson",
"dependencies": {
"@mdx-js/mdx": "^1.6.16",
"@mdx-js/react": "^1.6.16",
"babel-plugin-styled-components": "^1.11.1",
"framer-motion": "^1.11.1",
"gatsby": "^2.24.50",
"gatsby-image": "^2.4.16",
"gatsby-plugin-gtag": "^1.0.13",
"gatsby-plugin-manifest": "^2.4.24",
"gatsby-plugin-mdx": "^1.2.35",
"gatsby-plugin-netlify": "^2.3.13",
"gatsby-plugin-offline": "^3.2.24",
"gatsby-plugin-react-helmet": "^3.3.10",
"gatsby-plugin-robots-txt": "^1.5.1",
"gatsby-plugin-sharp": "^2.6.28",
"gatsby-plugin-sitemap": "^2.4.12",
"gatsby-plugin-styled-components": "^3.3.10",
"gatsby-remark-external-links": "0.0.4",
"gatsby-remark-images": "^3.3.26",
"gatsby-source-filesystem": "^2.3.25",
"gatsby-transformer-sharp": "^2.5.13",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-helmet": "^5.2.1",
"react-visibility-sensor": "^5.1.1",
"smooth-scroll": "^16.1.3",
"styled-components": "^4.4.1",
"styled-modern-normalize": "^0.2.0",
"tiny-skeleton-loader-react": "^1.1.3",
"typeface-roboto": "0.0.75"
},
"devDependencies": {
"eslint-plugin-mdx": "^1.8.2",
"prettier": "^1.19.1"
},
"keywords": [
"gatsby",
"starter",
"mdx",
"PWA",
"netlify",
"portfolio",
"minimal",
"animations"
],
"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"
},
"repository": {
"type": "git",
"url": "https://github.com/chaseyb/react-portfolio"
},
"bugs": {
"url": "https://github.com/chaseyb/react-portfolio"
}
}