-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
72 lines (72 loc) · 2.25 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
{
"name": "average-joe",
"private": true,
"description": "Everything you’ve ever wanted to know about coffeehouses in Singapore.",
"version": "2.0.0",
"author": "Chester How <[email protected]>",
"dependencies": {
"@mdx-js/mdx": "^1.6.16",
"@mdx-js/react": "^1.6.16",
"@types/react": "^16.9.44",
"@types/react-dom": "^16.9.8",
"@types/rellax": "^1.7.3",
"@types/styled-components": "^5.1.2",
"babel-plugin-styled-components": "^1.10.6",
"gatsby": "^2.18.4",
"gatsby-image": "^2.2.34",
"gatsby-plugin-google-analytics": "^2.3.13",
"gatsby-plugin-manifest": "^2.2.30",
"gatsby-plugin-mdx": "^1.2.34",
"gatsby-plugin-netlify-cms": "^4.1.33",
"gatsby-plugin-offline": "^3.0.24",
"gatsby-plugin-react-helmet": "^3.1.16",
"gatsby-plugin-react-svg": "^3.0.0",
"gatsby-plugin-sharp": "^2.3.4",
"gatsby-plugin-sitemap": "^2.4.11",
"gatsby-plugin-styled-components": "^3.1.14",
"gatsby-remark-images": "^3.3.25",
"gatsby-remark-relative-images": "^0.3.0",
"gatsby-source-filesystem": "^2.1.39",
"gatsby-transformer-sharp": "^2.3.6",
"geolib": "^3.3.1",
"netlify-cms-app": "^2.9.7",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-dom": "^16.12.0",
"react-helmet": "^5.2.1",
"rellax": "^1.12.1",
"styled-components": "^5.3.0",
"typeface-lora": "^0.0.72",
"typescript": "^3.9.7"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^3.7.1",
"@typescript-eslint/parser": "^3.7.1",
"eslint": "^7.6.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
"prettier": "^1.19.1"
},
"keywords": [
"gatsby"
],
"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/chesterhow/average-joe"
},
"bugs": {
"url": "https://github.com/chesterhow/average-joe/issues"
}
}