-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 846 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 846 Bytes
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
{
"name": "@nitodeco/slime-mold-simulation",
"description": "A simulation of slime mold growth",
"author": "Nico Möhn",
"license": "MIT",
"homepage": "https://slime.nicomoehn.codes",
"repository": {
"type": "git",
"url": "https://github.com/nitodeco/slime-mold-simulation"
},
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"check": "biome check . --write --unsafe"
},
"packageManager": "bun@1.3.3",
"dependencies": {
"lucide-solid": "0.556.0",
"solid-js": "1.9.10"
},
"devDependencies": {
"@biomejs/biome": "2.3.8",
"@webgpu/types": "0.1.67",
"@tailwindcss/vite": "4.1.17",
"autoprefixer": "10.4.22",
"postcss": "^8.5.6",
"tailwindcss": "4.1.17",
"typescript": "5.9.3",
"vite": "7.2.6",
"vite-plugin-solid": "2.11.10"
}
}