This repository has been archived by the owner on Dec 5, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
48 lines (48 loc) · 1.42 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
{
"name": "noahyamamoto.com",
"private": true,
"description": "Source code for my personal website",
"version": "0.1.0",
"license": "MIT",
"scripts": {
"develop": "gatsby develop",
"start": "npm run develop",
"build": "gatsby build",
"push": "npm rebuild && git push"
},
"dependencies": {
"gatsby": "^2.21.22",
"gatsby-image": "^2.4.3",
"gatsby-plugin-catch-links": "^2.3.1",
"gatsby-plugin-google-analytics": "^2.3.1",
"gatsby-plugin-manifest": "^2.0.21",
"gatsby-plugin-offline": "^2.2.10",
"gatsby-plugin-react-helmet": "^3.3.1",
"gatsby-plugin-sharp": "^2.0.17",
"gatsby-remark-prismjs": "^3.5.1",
"gatsby-source-filesystem": "^2.3.1",
"gatsby-transformer-json": "^2.4.1",
"gatsby-transformer-remark": "^2.8.7",
"gatsby-transformer-sharp": "^2.1.10",
"normalize.css": "^8.0.1",
"prismjs": "^1.20.0",
"prop-types": "^15.6.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-helmet": "^5.2.1"
},
"repository": {
"type": "git",
"url": "https://github.com/Egrodo/noahyamamoto.com"
},
"devDependencies": {
"@babel/plugin-proposal-optional-chaining": "^7.9.0",
"babel-preset-gatsby": "^0.1.11",
"eslint": "^5.16.0",
"eslint-config-airbnb": "^17.1.1",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.19.0"
}
}