๐Ÿ“ฆ gatsbyjs / gatsby

๐Ÿ“„ package.json ยท 24 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{
  "name": "using-csv",
  "private": true,
  "description": "Gatsby example site using using-csv",
  "author": "Sonal Saldanha <sonal.saldanha@gmail.com>",
  "dependencies": {
    "gatsby": "next",
    "gatsby-plugin-google-analytics": "next",
    "gatsby-source-filesystem": "next",
    "gatsby-transformer-csv": "next",
    "react": "^18.2.0",
    "react-dom": "^18.2.0"
  },
  "keywords": [
    "gatsby"
  ],
  "license": "MIT",
  "main": "n/a",
  "scripts": {
    "develop": "gatsby develop",
    "build": "gatsby build",
    "start": "npm run develop"
  }
}