-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.29 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.29 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
{
"name": "rustquant",
"description": "A modern Rust-powered framework for building high-frequency trading systems with performance, precision, and modular design.",
"cloudflare": {
"label": "Astro Framework Starter",
"products": [
"Workers"
],
"categories": [],
"icon_urls": [
"https://imagedelivery.net/wSMYJvS3Xw-n339CbDyDIA/5ca0ca32-e897-4699-d4c1-6b680512f000/public"
],
"preview_image_url": "https://imagedelivery.net/wSMYJvS3Xw-n339CbDyDIA/33bbbf02-eda2-4d3f-b244-c27a280f3900/public",
"publish": true
},
"dependencies": {
"@astrojs/cloudflare": "12.6.0",
"@astrojs/mdx": "4.3.0",
"@astrojs/rss": "4.0.11",
"@astrojs/sitemap": "3.4.1",
"@fortawesome/fontawesome-free": "^7.0.0",
"astro": "5.10.1",
"d3": "^7.9.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-external-links": "^3.0.0",
"remark-wiki-link": "^2.0.1",
"typescript": "5.8.3"
},
"devDependencies": {
"@types/d3": "^7.4.3",
"wrangler": "4.21.x"
},
"scripts": {
"astro": "astro",
"build": "astro build",
"cf-typegen": "wrangler types",
"check": "astro build && tsc && wrangler deploy --dry-run",
"deploy": "wrangler deploy",
"dev": "astro dev",
"preview": "astro build && wrangler dev"
},
"type": "module"
}