-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
51 lines (51 loc) · 1.47 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
{
"name": "principles-of-wealth",
"description": "Principles of wealth - a summary of Naval's podcast",
"version": "0.1.0",
"author": "Rou Hun Fan <lowen.f@gmail.com>",
"dependencies": {
"gatsby": "^2.29.3",
"gatsby-plugin-catch-links": "^2.7.0",
"gatsby-plugin-google-analytics": "^2.8.0",
"gatsby-plugin-manifest": "^2.9.1",
"gatsby-plugin-offline": "^2.2.7",
"gatsby-plugin-preload-fonts": "^1.6.1",
"gatsby-plugin-react-helmet": "^3.7.0",
"gatsby-plugin-sass": "^2.8.0",
"gatsby-plugin-sitemap": "^2.9.0",
"gatsby-plugin-transition-link": "^1.20.5",
"gatsby-remark-external-links": "^0.0.4",
"gatsby-source-filesystem": "^2.8.1",
"gatsby-transformer-remark": "^2.13.1",
"intersection-observer": "^0.7.0",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-helmet": "^5.2.1",
"splitting": "^1.0.6"
},
"devDependencies": {
"autoprefixer": "^9.8.6",
"css-mqpacker": "^7.0.0",
"node-sass": "^7.0.0",
"prettier": "^1.18.2"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"serve": "gatsby serve",
"preload-fonts": "gatsby-preload-fonts"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}