-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1 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
{
"name": "webdev-coach-blog",
"description": "The WebDev Coach Blog",
"license": "MIT",
"main": "n/a",
"version": "1.1.3",
"author": "Aryan Jabbari",
"repository": "https://github.com/AryanJ-NYC/webdev-coach-blog.git",
"scripts": {
"start": "yarn develop",
"prebuild": "gatsby clean",
"build": "gatsby build",
"predevelop": "gatsby clean",
"develop": "gatsby develop",
"serve": "gatsby serve",
"format": "prettier --trailing-comma es5 --no-semi --single-quote --write \"{gatsby-*.js,src/**/*.js}\"",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@narative/gatsby-theme-novela": "^0.15.0",
"gatsby": "^2.13.67",
"gatsby-plugin-google-analytics": "^2.1.7",
"gatsby-plugin-mailchimp": "^5.1.2",
"gatsby-plugin-netlify": "^2.1.5",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-youtube": "^7.9.0"
},
"devDependencies": {
"prettier": "^2.0.0",
"rimraf": "^3.0.0"
},
"keywords": [
"gatsby"
]
}