-
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 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1 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": "browserlab-r",
"private": true,
"version": "1.4.0",
"description": "Zero-cloud R statistical computing environment, deterministic AI audit co-pilot, and pedagogical IDE running 100% in your browser powered by WebR (WASM 4.3).",
"homepage": "https://browserlab.vercel.app",
"repository": {
"type": "git",
"url": "https://github.com/PrinceBad/BrowserLab-R.git"
},
"keywords": [
"r",
"webr",
"webassembly",
"wasm",
"statistics",
"statistical-analysis",
"data-science",
"nielit",
"ai-copilot",
"pedagogy",
"react",
"vite",
"zero-cloud"
],
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@types/react": "^19.2.18",
"@types/react-dom": "^19.2.7",
"@vitejs/plugin-react": "^4.3.4",
"react": "^19.2.8",
"react-dom": "^19.2.8",
"webr": "^0.4.2"
},
"devDependencies": {
"typescript": "^5.4.5",
"vite": "^5.2.11"
}
}