summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorblackhao <13851610112@163.com>2025-08-22 02:51:50 -0500
committerblackhao <13851610112@163.com>2025-08-22 02:51:50 -0500
commit4aab4087dc97906d0b9890035401175cdaab32d4 (patch)
tree4e2e9d88a711ec5b1cfa02e8ac72a55183b99123 /package.json
parentafa8f50d1d21c721dabcb31ad244610946ab65a3 (diff)
2.0
Diffstat (limited to 'package.json')
-rw-r--r--package.json31
1 files changed, 0 insertions, 31 deletions
diff --git a/package.json b/package.json
deleted file mode 100644
index daf0c3b..0000000
--- a/package.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
- "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"
- }
-}