-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.27 KB
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1.27 KB
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
{
"name": "finfacts",
"type": "module",
"version": "0.1.0",
"private": true,
"description": "FinFacts — a scientifically rigorous shark education website built with Astro.",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"prebuild": "node -e \"const f='scripts/fetch-occurrences.mjs',fs=require('fs');fs.existsSync(f)?require('child_process').execFileSync(process.execPath,[f],{stdio:'inherit'}):console.log('[prebuild] '+f+' not present yet; skipping data fetch')\"",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"lint:a11y": "node scripts/a11y-check.mjs",
"lint:lhci": "lhci autorun"
},
"dependencies": {
"@astrojs/mdx": "^4.3.0",
"@astrojs/preact": "^4.1.0",
"@astrojs/sitemap": "^3.4.1",
"@deck.gl/core": "^9.3.4",
"@deck.gl/layers": "^9.3.4",
"@deck.gl/mapbox": "^9.3.4",
"@observablehq/plot": "^0.6.17",
"astro": "^5.13.0",
"astro-pagefind": "^1.8.3",
"d3": "^7.9.0",
"fuse.js": "^7.4.2",
"maplibre-gl": "^5.24.0",
"preact": "^10.27.0"
},
"devDependencies": {
"@axe-core/playwright": "^4.10.0",
"@lhci/cli": "^0.14.0",
"@types/d3": "^7.4.3",
"pagefind": "^1.3.0",
"playwright": "^1.48.0"
},
"engines": {
"node": ">=20.0.0"
}
}