๐Ÿ“ฆ gatsbyjs / gatsby

๐Ÿ“„ package.json ยท 40 lines
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{
  "name": "gatsby-example-using-drupal",
  "private": true,
  "description": "Gatsby example site using the Drupal source plugin",
  "version": "1.0.0",
  "author": "Kyle Mathews <mathews.kyle@gmail.com>",
  "dependencies": {
    "gatsby": "next",
    "gatsby-image": "next",
    "gatsby-plugin-glamor": "next",
    "gatsby-plugin-google-analytics": "next",
    "gatsby-plugin-offline": "next",
    "gatsby-plugin-sharp": "next",
    "gatsby-plugin-typography": "next",
    "gatsby-source-drupal": "next",
    "gatsby-transformer-sharp": "next",
    "glamor": "^2.20.40",
    "gray-percentage": "^2.0.0",
    "lodash": "^4.17.20",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "react-icons": "^2.2.7",
    "react-typography": "^0.16.19",
    "typeface-josefin-sans": "^0.0.75",
    "typeface-josefin-slab": "^0.0.72",
    "typeface-rochester": "^0.0.72",
    "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"
  }
}