File size: 953 Bytes
59027a2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "fsm-article",
  "version": "1.0.0",
  "description": "Extracting Finite State Machines from LLM Agent Traces — interactive research article",
  "private": true,
  "type": "module",
  "scripts": {
    "dev": "astro dev",
    "build": "astro build",
    "preview": "astro preview --port 8080 --host"
  },
  "devDependencies": {
    "@astrojs/mdx": "^3.1.9",
    "astro": "^4.10.0",
    "astro-compressor": "^0.4.1",
    "postcss": "^8.5.6",
    "postcss-custom-media": "^11.0.6",
    "postcss-preset-env": "^10.3.1",
    "rehype-autolink-headings": "^7.1.0",
    "rehype-citation": "^2.3.1",
    "rehype-katex": "^7.0.1",
    "rehype-pretty-code": "^0.14.1",
    "rehype-slug": "^6.0.0",
    "remark-directive": "^3.0.0",
    "remark-footnotes": "^4.0.1",
    "remark-math": "^6.0.0",
    "remark-toc": "^9.0.0"
  },
  "engines": {
    "node": ">=20.0.0"
  },
  "dependencies": {
    "katex": "^0.16.22",
    "prism-themes": "^1.9.0"
  }
}