-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.3 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
{
"name": "tvernon.tech",
"description": "Personal Site for Timothy Vernon",
"version": "1.0.0",
"author": "Timothy Vernon <[email protected]>",
"private": true,
"dependencies": {
"@emotion/core": "10.0.21",
"@emotion/styled": "10.0.17",
"@octokit/rest": "16.21.1",
"emotion": "10.0.17",
"emotion-server": "10.0.17",
"gatsby": "2.16.5",
"gatsby-plugin-emotion": "4.1.12",
"gatsby-plugin-google-analytics": "2.1.23",
"gatsby-plugin-react-helmet": "3.1.13",
"gatsby-plugin-sitemap": "2.2.19",
"gatsby-remark-autolink-headers": "2.1.16",
"gatsby-remark-prismjs": "3.3.20",
"gatsby-source-filesystem": "2.1.33",
"gatsby-transformer-remark": "2.6.30",
"googleapis": "39.1.0",
"prismjs": "1.17.1",
"react": "16.11.0",
"react-dom": "16.11.0",
"react-helmet": "5.2.1"
},
"keywords": [
"gatsby",
"react",
"emotion",
"blog"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write 'src/**/*.js'",
"test": "echo \"Error: no test specified\" && exit 1",
"start": "npm run develop"
},
"devDependencies": {
"prettier": "1.18.2"
},
"repository": {
"type": "git",
"url": "https://github.com/tvthatsme/tvernon.tech"
}
}