-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.5 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.5 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "astrolabe",
"version": "1.0.0",
"description": "Interactive Pioneer/Voyager-plaque-style pulsar map generator — pick any star in the galaxy and get a triangulation map.",
"private": true,
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"start": "astro preview",
"astro": "astro",
"test": "vitest run",
"test:watch": "vitest",
"update-catalogue": "npx tsx scripts/process-catalogue.ts"
},
"keywords": [
"pulsar",
"pioneer-plaque",
"voyager",
"astronomy",
"galactic-coordinates",
"nextjs",
"react",
"svg"
],
"author": "Bhanu <https://bhanueso.dev>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Codeptor/astrolabe.git"
},
"homepage": "https://astrolabe.bhanueso.dev",
"bugs": {
"url": "https://github.com/Codeptor/astrolabe/issues"
},
"packageManager": "pnpm@10.33.0",
"dependencies": {
"@astrojs/react": "^4.4.2",
"@astrojs/sitemap": "^3.7.2",
"@astrojs/vercel": "^10.0.4",
"@tailwindcss/vite": "^4.2.2",
"@vercel/og": "^0.11.1",
"astro": "^6.1.6",
"lucide-react": "^1.7.0",
"react": "^19.2.4",
"react-dom": "^19.2.4"
},
"devDependencies": {
"@astrojs/check": "^0.9.8",
"@types/node": "^25.5.2",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"jsdom": "^29.0.1",
"tailwindcss": "^4.2.2",
"tsx": "^4.21.0",
"typescript": "^6.0.2",
"vitest": "^4.1.2"
}
}