-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.08 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.08 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
{
"name": "ed-rare-router",
"type": "module",
"version": "1.06.0-alpha",
"author": {
"name": "R.W. Harper",
"url": "https://linkedin.com/in/rwhwrites"
},
"license": "GPL-3.0",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"setup": "node scripts/setup.js",
"export:rares": "node scripts/export-rares-json.js",
"generate:rare-coords": "node scripts/generate-rare-coords.js",
"update:rare-inara-links": "node scripts/update-rare-inara-links.js",
"fetch:market": "node scripts/fetch-edsm-market-data.js",
"worker": "node workers/eddn-worker.js",
"worker:dev": "node --watch workers/eddn-worker.js",
"start": "npm run dev"
},
"dependencies": {
"@astrojs/node": "^9.5.1",
"@astrojs/react": "^4.4.2",
"@tailwindcss/vite": "^4.1.17",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"astro": "^5.16.4",
"react": "^19.2.1",
"react-dom": "^19.2.1",
"tailwindcss": "^4.1.17",
"zeromq": "^6.0.0-beta.20"
},
"devDependencies": {}
}