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{
"name": "gatsby-example-using-prefetching-preloading-modules",
"private": true,
"description": "Gatsby example site using Prefetching/Preloading modules",
"version": "2.0.0",
"author": "Nuttapol Laoticharoen <pistachio.uss@gmail.com>",
"dependencies": {
"babel-plugin-styled-components": "^1.11.1",
"gatsby": "next",
"gatsby-plugin-offline": "next",
"gatsby-plugin-react-helmet": "next",
"gatsby-plugin-styled-components": "next",
"gatsby-plugin-typography": "next",
"lodash": "^4.17.20",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet": "^5.2.1",
"react-typography": "^0.16.19",
"slash": "^1.0.0",
"styled-components": "^3.4.10",
"typography": "^0.16.19",
"typography-breakpoint-constants": "^0.16.19"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"main": "n/a",
"scripts": {
"develop": "gatsby develop",
"build": "gatsby build",
"start": "npm run develop"
}
}