-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·137 lines (137 loc) · 4.54 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
{
"name": "cooking-in-pjs-gatsby",
"description": "Cooking In Pajamas Blog Theme",
"version": "1.0.0",
"author": "Sumedha Pramod <[email protected]>",
"homepage": "http://cookinginpjs.com",
"keywords": [
"gatsby",
"ghost",
"cooking-in-pjs",
"cooking-in-pajamas"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/pramodsum/cooking-in-pjs.git"
},
"resolutions": {
"sharp": "0.22.1"
},
"engines": {
"node": ">= 8.9.0"
},
"bugs": {
"url": "https://github.com/pramodsum/cooking-in-pjs/issues"
},
"main": "n/a",
"scripts": {
"serve": "gatsby build && NODE_ENV=production gatsby serve",
"build": "gatsby build",
"dev": "gatsby develop",
"prettier": "yarn prettier --write src/**/*.js && eslint src/ --ext .js --cache --fix",
"prettier-write": "./prettier_write_all.sh",
"prettier-check": "pretty-quick --check",
"test": "echo \"Error: no test specified\" && exit 1",
"type-check": "tsc --noEmit",
"lint": "eslint --ignore-path .gitignore . --ext ts --ext tsx"
},
"devDependencies": {
"@types/lodash": "^4.14.149",
"@types/react": "^16.9.5",
"@types/react-dom": "^16.9.1",
"@types/react-helmet": "^5.0.15",
"@types/styled-system": "^5.1.2",
"@typescript-eslint/eslint-plugin": "^2.27.0",
"@typescript-eslint/parser": "^2.27.0",
"babel-eslint": "10.0.3",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.10.1",
"eslint-plugin-emotion": "^10.0.14",
"eslint-plugin-ghost": "0.6.0",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-react-hooks": "^3.0.0",
"gatsby-plugin-codegen": "^1.1.0",
"gatsby-plugin-generate-types": "^0.1.0",
"prettier": "^1.18.2",
"pretty-quick": "^1.11.0",
"react-responsive-navbar": "^1.0.11",
"tslint": "^5.20.0",
"tslint-config-prettier": "^1.18.0",
"tslint-consistent-codestyle": "^1.16.0",
"tslint-eslint-rules": "^5.4.0",
"tslint-loader": "^3.5.4",
"tslint-plugin-prettier": "^2.0.1",
"tslint-react": "^4.1.0",
"typescript": "^3.6.3"
},
"dependencies": {
"@chakra-ui/core": "^0.7.0",
"@emotion/core": "^10.0.28",
"@emotion/styled": "^10.0.27",
"@fortawesome/fontawesome-svg-core": "^1.2.12",
"@fortawesome/free-brands-svg-icons": "^5.6.3",
"@fortawesome/free-regular-svg-icons": "^5.6.3",
"@fortawesome/free-solid-svg-icons": "^5.6.3",
"@fortawesome/react-fontawesome": "^0.1.3",
"@material-ui/core": "^4.9.9",
"@reach/router": "^1.2.1",
"@tryghost/helpers": "1.1.17",
"@tryghost/helpers-gatsby": "1.0.20",
"babel-plugin-styled-components": "^1.10.6",
"cheerio": "1.0.0-rc.3",
"classnames": "^2.2.6",
"emotion-theming": "^10.0.27",
"gatsby": "^2.20.13",
"gatsby-awesome-pagination": "0.3.4",
"gatsby-image": "2.2.29",
"gatsby-plugin-advanced-sitemap": "1.4.5",
"gatsby-plugin-catch-links": "2.1.15",
"gatsby-plugin-disqus": "^1.1.4",
"gatsby-plugin-emotion": "^4.1.9",
"gatsby-plugin-feed": "2.3.19",
"gatsby-plugin-force-trailing-slashes": "1.0.4",
"gatsby-plugin-google-analytics": "^2.0.5",
"gatsby-plugin-instagram-embed": "^2.0.1",
"gatsby-plugin-jss": "^2.0.5",
"gatsby-plugin-manifest": "2.2.23",
"gatsby-plugin-pinterest": "^3.0.0",
"gatsby-plugin-react-helmet": "3.1.13",
"gatsby-plugin-remove-serviceworker": "^1.0.0",
"gatsby-plugin-sharp": "2.2.32",
"gatsby-plugin-styled-components": "^3.1.8",
"gatsby-plugin-tslint": "^0.0.2",
"gatsby-plugin-typescript": "^2.1.11",
"gatsby-source-filesystem": "2.1.33",
"gatsby-source-ghost": "4.0.1",
"gatsby-source-shopify": "^3.1.2",
"gatsby-transformer-sharp": "2.3.0",
"gh-pages": "^1.2.0",
"instafeed-lite": "^1.0.10",
"install-peers": "^1.0.3",
"lodash": "^4.17.15",
"mapbox-gl": "^0.52.0",
"prismjs": "^1.15.0",
"prop-types": "^15.7.2",
"react": "16.11.0",
"react-adsense": "^0.1.0",
"react-dom": "16.11.0",
"react-event-listener": "^0.6.5",
"react-helmet": "5.2.1",
"react-jss": "^8.6.1",
"react-map-gl": "^4.0.9",
"react-mapbox-gl": "^4.1.0",
"react-markdown": "^4.0.4",
"react-transition-group": "^4.3.0",
"react-typography": "^0.16.13",
"shopify-buy": "^2.9.2",
"styled-components": "^5.0.1",
"styled-system": "^5.1.5",
"typeface-merriweather": "0.0.43",
"typeface-montserrat": "0.0.43",
"typography": "^0.16.17",
"typography-theme-wordpress-2016": "^0.15.10"
}
}