-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
90 lines (90 loc) · 2.76 KB
/
package.json
File metadata and controls
90 lines (90 loc) · 2.76 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
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
{
"name": "sourceaura",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "ASTRO_TELEMETRY_DISABLED=1 astro dev",
"start": "astro dev",
"ml:start": "cd ml/ase && ./.venv/bin/python3 -m uvicorn api:app --port 8000",
"dev:all": "bun run dev & bun run ml:start",
"build": "astro build && pagefind --site dist",
"dev:search": "astro build && pagefind --site dist && astro dev",
"postbuild": "pagefind --site dist",
"preview": "astro preview",
"astro": "astro"
},
"license": "MIT",
"dependencies": {
"@astrojs/check": "^0.9.6",
"@astrojs/db": "0.19.0",
"@astrojs/mdx": "^4.3.13",
"@astrojs/preact": "^4.1.3",
"@astrojs/rss": "4.0.15",
"@astrojs/sitemap": "3.7.0",
"@astrojs/tailwind": "^6.0.2",
"@astrojs/vercel": "9.0.4",
"@astrojs/vue": "5.1.4",
"@nextui-org/react": "^2.6.11",
"@radix-ui/react-avatar": "^1.1.11",
"@radix-ui/react-hover-card": "^1.1.15",
"@radix-ui/react-menubar": "^1.1.16",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-progress": "^1.1.8",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-toast": "^1.2.15",
"@radix-ui/react-tooltip": "^1.2.8",
"@react-spring/web": "^9.7.5",
"@react-three/drei": "^9.122.0",
"@react-three/fiber": "^8.18.0",
"@sentry/astro": "^10.32.1",
"@spotlightjs/astro": "^3.2.6",
"@tabler/icons-react": "^3.36.0",
"@types/react": "^18.3.27",
"@types/react-dom": "^18.3.7",
"@use-gesture/vanilla": "^10.3.1",
"@vercel/kv": "^3.0.0",
"astro": "5.17.1",
"astro-i18n-aut": "^0.7.3",
"astro-icon": "^1.1.5",
"astro-pagefind": "^1.8.5",
"astro-tooltips": "^0.6.2",
"autoprefixer": "^10.4.23",
"baseline-browser-mapping": "^2.9.11",
"caniuse-lite": "^1.0.30001761",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "^3.6.0",
"framer-motion": "^11.18.2",
"lucide-react": "^0.453.0",
"motion": "^10.18.0",
"nprogress": "^0.2.0",
"preact": "^10.28.1",
"react-day-picker": "^8.10.1",
"react-icons": "^5.5.0",
"recharts": "^2.15.4",
"run": "^1.5.0",
"simplex-noise": "^4.0.3",
"tailwind-merge": "^2.6.0",
"tailwindcss": "^3.4.17",
"tailwindcss-animate": "^1.0.7",
"three": "^0.169.0",
"three-globe": "^2.45.0",
"tiny-invariant": "^1.3.3",
"typescript": "^5.9.3",
"vue": "^3.5.26",
"vue-typer": "^1.2.0"
},
"devDependencies": {
"@iconify-json/mdi": "^1.2.3",
"@tailwindcss/typography": "^0.5.19",
"pagefind": "^1.4.0",
"postcss": "^8.5.6",
"prettier": "^3.7.4",
"prettier-plugin-astro": "^0.13.0",
"prettier-plugin-organize-imports": "^3.2.4",
"prettier-plugin-tailwindcss": "^0.5.14"
},
"trustedDependencies": [
"@sentry/cli"
]
}