summaryrefslogtreecommitdiff
path: root/package.json
blob: 4844bba5cfdb2bb61a9badb621bb1d674c50502f (plain)
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
{
  "name": "uiuc-prereq-graph",
  "version": "0.1.0",
  "private": true,
  "type": "module",
  "scripts": {
    "dev": "vite",
    "build": "tsc --noEmit && vite build",
    "preview": "vite preview",
    "scrape": "node scripts/scrape.js 2025 fall",
    "test": "echo \"(no tests yet)\""
  },
  "dependencies": {
    "cytoscape": "^3.28.0",
    "cytoscape-dagre": "^2.5.0",
    "fast-xml-parser": "^4.4.2",
    "react": "^18.3.0",
    "react-cytoscapejs": "^2.0.0",
    "react-dom": "^18.3.0"
  },
  "devDependencies": {
    "@types/node": "^24.2.0",
    "@types/react": "^18.3.1",
    "@types/react-dom": "^18.3.1",
    "@vitejs/plugin-react": "^4.1.0",
    "typescript": "^5.5.2",
    "vite": "^5.2.1"
  }
}