-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
86 lines (86 loc) · 2.57 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "mapc-zoning-atlas",
"private": true,
"description": "Staging site for MAPC's Zoning Atlas",
"version": "0.1.0",
"license": "0BSD",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"start": "yarn develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "jest",
"deploy": "gatsby build --prefix-paths && gh-pages -d public"
},
"dependencies": {
"@ardatan/aggregate-error": "^0.0.6",
"airtable": "^0.12.2",
"axios": "^1.6.8",
"d3-format": "^3.1.0",
"esri-leaflet": "^3.0.12",
"esri-leaflet-geocoder": "^3.1.4",
"gatsby": "^5.13.3",
"gatsby-plugin-anchor-links": "^1.2.1",
"gatsby-plugin-google-gtag": "^5.13.1",
"gatsby-plugin-manifest": "^5.13.1",
"gatsby-plugin-react-leaflet": "^4.0.3",
"gatsby-plugin-sass": "^6.13.1",
"gatsby-plugin-sharp": "^5.13.1",
"gatsby-source-filesystem": "^5.13.1",
"gatsby-source-pg": "^1.0.0-rc.0",
"intersection-observer": "^0.12.2",
"leaflet": "^1.9.4",
"phosphor-react": "^1.0.0",
"prop-types": "^15.7.2",
"react": "^18.2.0",
"react-dev-tools": "0.0.1",
"react-dom": "^18.2.0",
"react-esri-leaflet": "^2.0.1",
"react-leaflet": "^4.2.1",
"react-modal": "^3.12.1",
"react-table": "^7.5.0"
},
"devDependencies": {
"@graphile-contrib/pg-simplify-inflector": "^6.1.0",
"@jest/globals": "^29.7.0",
"@stylistic/eslint-plugin-js": "^1.7.0",
"@testing-library/dom": "^9.3.4",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^14.2.2",
"@testing-library/user-event": "^14.5.2",
"babel-jest": "^29.7.0",
"babel-preset-gatsby": "^3.13.1",
"eslint": "^8.57.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.21.2",
"eslint-plugin-react-hooks": "^4.1.2",
"gatsby-cli": "^5.13.2",
"gatsby-transformer-remark": "^6.13.1",
"gatsby-transformer-sharp": "^5.13.1",
"gh-pages": "^6.1.1",
"jest": "^29.7.0",
"path-browserify": "^1.0.1",
"prettier": "^3.2.5",
"react-test-renderer": "^18.2.0",
"sass": "^1.72.0"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-hello-world"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"resolutions": {
"graphql": "^15.8.0",
"graphql-compose": "^9.0.0"
},
"prettier": {
"singleQuote": true
}
}