-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.22 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1.22 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
44
{
"name": "crowd-sim",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"test": "node --import tsx --test --test-reporter spec src/backend/engine/density.invariants.test.ts",
"preview": "vite preview",
"generate:results": "mkdir -p results/figures && npx tsx scripts/generate-results.ts"
},
"dependencies": {
"framer-motion": "^12.42.2",
"gsap": "^3.12.2",
"katex": "^0.16.9",
"lucide-react": "^1.8.0",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-katex": "^3.1.0",
"zustand": "^5.0.12"
},
"devDependencies": {
"@eslint/js": "^9.39.4",
"@napi-rs/canvas": "^1.0.0",
"@types/node": "^24.13.2",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@types/react-katex": "^3.0.4",
"@vitejs/plugin-react": "^4.3.0",
"autoprefixer": "^10.4.20",
"eslint": "^10.4.0",
"eslint-plugin-react-hooks": "^7.1.1",
"eslint-plugin-react-refresh": "^0.5.2",
"globals": "^17.6.0",
"postcss": "^8.4.40",
"tailwindcss": "^3.4.10",
"tsx": "^4.18.1",
"typescript": "~5.5.0",
"typescript-eslint": "^8.59.2",
"vite": "^5.4.0"
}
}