-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
94 lines (94 loc) · 3.13 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
87
88
89
90
91
92
93
94
{
"name": "psmfc-pmep",
"description": "A simple tool to explore various characteristics of estuaries along the U.S. West Coast.",
"version": "0.6.0",
"author": "Brendan C. Ward <[email protected]>",
"dependencies": {
"@emotion-icons/fa-regular": "^3.6.0",
"@emotion-icons/fa-solid": "^3.13.0",
"@emotion/eslint-plugin": "^11.2.0",
"@emotion/react": "^11.1.5",
"@emotion/styled": "^11.1.5",
"@mapbox/geo-viewport": "^0.4.1",
"@rebass/grid": "^6.0.0",
"@sentry/react": "^6.2.3",
"@theme-ui/color": "^0.6.2",
"@theme-ui/components": "^0.6.0",
"@theme-ui/css": "^0.6.0",
"crossfilter2": "^1.5.4",
"eslint-plugin-react-hooks": "^4.2.0",
"gatsby": "^3.2.1",
"gatsby-background-image": "^1.5.0",
"gatsby-plugin-catch-links": "^3.1.0",
"gatsby-plugin-google-gtag": "^3.1.0",
"gatsby-plugin-image": "^1.2.0",
"gatsby-plugin-manifest": "^3.1.0",
"gatsby-plugin-offline": "^4.1.0",
"gatsby-plugin-react-helmet": "^4.1.0",
"gatsby-plugin-sharp": "^3.1.2",
"gatsby-plugin-sitemap": "^3.1.0",
"gatsby-plugin-theme-ui": "^0.6.0",
"gatsby-source-filesystem": "^3.1.0",
"gatsby-transformer-json": "^3.1.0",
"gatsby-transformer-sharp": "^3.1.0",
"gbimage-bridge": "^0.1.1",
"immutable": "^4.0.0-rc.12",
"mapbox-gl": "^1.13.0",
"path-browserify": "^1.0.1",
"postcss": "^8.2.8",
"process": "^0.11.10",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"react-icons": "^4.2.0",
"react-immutable-proptypes": "^2.2.0",
"react-typography": "^0.16.19",
"react-use-dimensions": "^1.2.1",
"react-window": "^1.8.6",
"theme-ui": "^0.6.1",
"typeface-open-sans": "^1.1.13",
"typeface-oswald": "^1.1.13"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"start": "gatsby develop",
"build": "gatsby build",
"format": "prettier --write \"src/**/*.js\"",
"lint:scripts": "eslint './src/**/*.jsx' './src/**/*.js'",
"lint:styles": "stylelint './src/**/*.jsx' './src/**/*.js'",
"test": "echo \"Write tests! -> https://gatsby.app/unit-testing\""
},
"devDependencies": {
"@babel/eslint-parser": "^7.13.14",
"@babel/plugin-transform-react-jsx": "^7.13.12",
"@babel/preset-react": "^7.13.13",
"@emotion/babel-plugin": "^11.2.0",
"@emotion/babel-plugin-jsx-pragmatic": "^0.1.5",
"babel-eslint": "^10.1.0",
"babel-preset-gatsby": "^1.2.0",
"eslint": "^7.23.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.3.0",
"eslint-plugin-react": "^7.22.0",
"prettier": "^2.2.1",
"stylelint": "^13.12.0",
"stylelint-config-recommended": "^4.0.0",
"stylelint-config-standard": "^21.0.0",
"stylelint-config-styled-components": "^0.1.1",
"stylelint-processor-styled-components": "^1.10.0"
},
"repository": {
"type": "git",
"url": "https://github.com/consbio/psmfc-pmep"
},
"bugs": {
"url": "https://github.com/consbio/psmfc-pmep/issues"
}
}