-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.76 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
52
53
54
55
56
57
58
59
60
61
62
{
"name": "restaurant-inspections",
"private": true,
"description": " Search restaurant inspections open data ",
"version": "1.0.0",
"author": "Jimmy McBroom <james.mcbroom@gmail.com>",
"contributors": [
"Jimmy McBroom",
"Jessica McInchak"
],
"dependencies": {
"date-fns": "^2.29.2",
"dayjs": "^1.11.5",
"det-header-test": "^1.0.3",
"gatsby": "^4.22.1",
"gatsby-image": "^3.11.0",
"gatsby-plugin-google-analytics": "^4.22.0",
"gatsby-plugin-less": "^6.22.0",
"gatsby-plugin-manifest": "^4.22.0",
"gatsby-plugin-offline": "^5.22.0",
"gatsby-plugin-react-helmet": "^5.22.0",
"gatsby-plugin-sharp": "^4.22.0",
"gatsby-source-filesystem": "^4.22.0",
"gatsby-source-pg": "^1.0.0-rc.0",
"gatsby-transformer-sharp": "^4.22.0",
"gh-pages": "^4.0.0",
"less": "^4.1.3",
"postgraphile-plugin-connection-filter": "^2.3.0",
"prop-types": "^15.7.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-vis": "^1.11.6",
"semantic-ui-css": "^2.4.1",
"semantic-ui-less": "^2.4.1",
"semantic-ui-react": "^2.1.3"
},
"devDependencies": {
"gatsby-plugin-netlify": "^5.1.0",
"prettier": "^2.7.1"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write src/**/*.{js,jsx}",
"start": "npm run develop",
"serve": "gatsby serve",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\"",
"deploy": "gatsby build --prefix-paths && gh-pages -d public"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}