-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
135 lines (135 loc) · 4.56 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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
{
"name": "admg-casei-frontend",
"private": true,
"description": "A gatsby frontend for CASEI, the Catalog of Archived Suborbital Earth Science Investigations | NASA ADMG",
"version": "1.1.0",
"contributors": [
"Necoline Hubner",
"Alice Rühl <[email protected]>",
"Edward Keeble",
"Tammo Feldman",
"Matt Robinson",
"Heidi Mok",
"Wille Mercel <[email protected]>",
"Lane Goodman <[email protected]>"
],
"dependencies": {
"@custom-react-hooks/use-fetch": "^1.5.1",
"@fontsource/titillium-web": "^4.5.2",
"@gatsbyjs/reach-router": "^1.3.4",
"@juggle/resize-observer": "^3.3.1",
"@knight-lab/timelinejs": "^3.9.3",
"@mapbox/geo-viewport": "^0.5.0",
"@mapbox/mapbox-gl-draw": "^1.3.0",
"@reach/accordion": "^0.18.0",
"@reach/auto-id": "^0.18.0",
"@reach/combobox": "^0.18.0",
"@reach/disclosure": "^0.18.0",
"@reach/listbox": "^0.18.0",
"@reach/menu-button": "^0.18.0",
"@reach/visually-hidden": "^0.18.0",
"@turf/area": "^7.1.0",
"@turf/bbox": "^7.1.0",
"@turf/boolean-disjoint": "^7.1.0",
"@turf/centroid": "^7.1.0",
"@turf/envelope": "^7.1.0",
"d3": "^7.3.0",
"date-fns": "^2.28.0",
"deck.gl": "^9.0.33",
"gatsby": "^5.13.7",
"gatsby-plugin-csp": "^1.1.4",
"gatsby-plugin-google-gtag": "5.13.1",
"gatsby-plugin-image": "^3.13.1",
"gatsby-plugin-less": "7.13.1",
"gatsby-plugin-manifest": "^5.13.1",
"gatsby-plugin-offline": "^6.13.2",
"gatsby-plugin-postcss": "6.13.1",
"gatsby-plugin-react-helmet": "^6.13.1",
"gatsby-plugin-sharp": "^5.13.1",
"gatsby-plugin-styled-components": "^6.13.1",
"gatsby-plugin-typography": "^5.13.1",
"gatsby-source-filesystem": "^5.13.1",
"gatsby-transformer-json": "^5.13.1",
"gatsby-transformer-sharp": "^5.13.1",
"lodash.debounce": "^4.0.8",
"mapbox-gl": "1.13.1",
"nuka-carousel": "^4.8.4",
"prop-types": "^15.8.1",
"react": "^18.3.1",
"react-datepicker": "^4.7.0",
"react-dom": "^18.3.1",
"react-helmet": "^6.1.0",
"react-tooltip": "^5.26.3",
"react-typography": "^0.16.20",
"sharp": "^0.33.4",
"styled-components": "^5.3.3",
"typography": "^0.16.21",
"use-debounce": "^7.0.1",
"wellknown": "^0.5.0"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/eslint-parser": "^7.25.1",
"@babel/preset-env": "^7.25.3",
"@babel/preset-typescript": "^7.24.7",
"@playwright/test": "1.31.2",
"@quickbaseoss/babel-plugin-styled-components-css-namespace": "^1.0.1",
"@testing-library/react-hooks": "^7.0.2",
"axe-core": "^4.4.1",
"axe-playwright": "^1.2.3",
"babel-jest": "^29.5.0",
"babel-plugin-istanbul": "^6.1.1",
"babel-plugin-styled-components": "^2.1.4",
"babel-preset-gatsby": "^3.13.2",
"eslint": "^8.10.0",
"eslint-config-prettier": "^8.4.0",
"eslint-config-react-app": "^7.0.0",
"eslint-plugin-inclusive-language": "^2.2.0",
"eslint-plugin-jest": "^26.1.1",
"eslint-plugin-playwright": "0.12.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.29.2",
"eslint-plugin-react-hooks": "^4.3.0",
"gatsby-plugin-perf-budgets": "^0.0.18",
"gatsby-plugin-webpack-bundle-analyser-v2": "^1.1.32",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-styled-components": "^7.2.0",
"postcss": "8.4.23",
"prettier": "^2.5.1",
"react-test-renderer": "^18.3.1",
"start-server-and-test": "^1.14.0"
},
"license": "MIT",
"scripts": {
"build": "gatsby build --prefix-paths",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"lint": "eslint --ignore-path .gitignore \"**/*.{js,jsx}\"",
"lint:fix": "eslint --ignore-path .gitignore \"**/*.{js,jsx}\" --fix",
"start": "gatsby develop",
"serve": "gatsby serve --prefix-paths",
"clean": "gatsby clean",
"test": "jest",
"tdd": "jest --watch",
"updateSnapshot": "jest --updateSnapshot",
"test:e2e": "start-server-and-test 'yarn serve -p 8888' http://localhost:8888/casei 'npx playwright test -c ./playwright/e2e'",
"test:cov": "nyc report --reporter=lcov --reporter=text",
"test:cov:summary": "nyc report --reporter=text-summary"
},
"repository": {
"type": "git",
"url": "https://github.com/NASA-IMPACT/admg-casei"
},
"bugs": {
"url": "https://github.com/NASA-IMPACT/admg-casei/issues"
},
"resolutions": {
"playwright": "1.31.2"
},
"overrides": {
"playwright": "1.31.2"
},
"browserslist": "> 0.25%, not dead"
}