2 "name": "stan-web-ide",
3 "version": "0.1.0",
4 "private": true,
5 "type": "module",
6 "scripts": {
7 "dev": "vite",
8 "build": "vite build",
9 "preview": "vite preview",
10 "typecheck": "bash scripts/typecheck.sh",
11 "smoke": "npm run build && node scripts/smoke.mjs"
12 },
13 "dependencies": {
14 "mcmc-stats": "^0.0.1",
15 "minwebide": "file:../minwebide",
b1dbd02Switch sampling to pure-WASI web workers; add results dashboardJeremy Magland 16 "plotly.js-basic-dist-min": "^3.7.0",
21efcb6stan web IDE: run Stan sampling in the browserJeremy Magland 17 "stan-language-server": "^0.4.9",
18 "vscode-languageserver": "^9.0.1",
19 "yaml": "^2.8.0"
20 },
21 "devDependencies": {
22 "playwright": "^1.61.1",
23 "typescript": "^5.9.0",
24 "vite": "^7.0.0"
25 }
26}