summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorYuren Hao <97327730+YurenHao0426@users.noreply.github.com>2025-08-06 02:11:57 -0700
committerYuren Hao <97327730+YurenHao0426@users.noreply.github.com>2025-08-06 02:11:57 -0700
commitecfbb5c0ff41333363c7615d4a51acecc06c72a3 (patch)
treee6cf818423afd2c9b6ae168f3150c7d36021ecdf /package.json
parent79ec5fd1f0188a88f937737185c542e644cf98e4 (diff)
fix: handle namespace and add proxy support32yry8-codex/test-uiuc-api-cors-response
Diffstat (limited to 'package.json')
-rw-r--r--package.json30
1 files changed, 30 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..1b076e1
--- /dev/null
+++ b/package.json
@@ -0,0 +1,30 @@
+{
+ "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",
+ "undici": "^6.21.3"
+ },
+ "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"
+ }
+}