-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.06 KB
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1.06 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
{
"name": "autoresearch-webgpu",
"version": "0.0.1",
"private": true,
"type": "module",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^6.0.0",
"@sveltejs/adapter-cloudflare": "^7.2.8",
"@sveltejs/kit": "^2.21.0",
"@sveltejs/vite-plugin-svelte": "^5.0.0",
"@tailwindcss/vite": "^4.0.0",
"@webgpu/types": "^0.1.69",
"svelte": "^5.0.0",
"tailwindcss": "^4.0.0",
"tsx": "^4.21.0",
"typescript": "^5.7.0",
"vite": "^6.2.0"
},
"dependencies": {
"@codemirror/lang-javascript": "^6.2.5",
"@codemirror/language": "^6.12.2",
"@codemirror/state": "^6.6.0",
"@codemirror/theme-one-dark": "^6.1.3",
"@codemirror/view": "^6.40.0",
"@electric-sql/pglite": "^0.3.16",
"@jax-js/jax": "^0.1.0",
"@jax-js/loaders": "^0.1.1",
"@jax-js/optax": "^0.1.0",
"@lezer/highlight": "^1.2.3",
"codemirror": "^6.0.2",
"jszip": "^3.10.1"
},
"pnpm": {
"onlyBuiltDependencies": [
"esbuild"
]
}
}