-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.52 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.52 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "click-launch",
"version": "3.0.1",
"type": "module",
"license": "MIT",
"author": "Jordan Kowal",
"homepage": "https://github.com/Jordan-Kowal/click-launch#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/Jordan-Kowal/click-launch.git"
},
"bugs": {
"url": "https://github.com/Jordan-Kowal/click-launch/issues"
},
"description": "Desktop app for managing your local dev stack - configure once, launch everything with a click.",
"keywords": [
"es6",
"typescript",
"ts",
"solidjs",
"gui",
"wails",
"launcher",
"process manager",
"click launch"
],
"scripts": {
"biome:check": "biome check ./src",
"biome:check:fix": "biome check ./src --write --unsafe",
"tsc": "tsc",
"test": "vitest run",
"reinstall": "rimraf bun.lock node_modules/ && bun install"
},
"dependencies": {
"@solidjs/router": "0.16.1",
"@tanstack/solid-virtual": "3.13.24",
"@wailsio/runtime": "3.0.0-alpha.79",
"js-yaml": "4.1.1",
"lucide-solid": "1.14.0",
"solid-js": "1.9.12",
"solid-toast": "0.5.0",
"uplot": "1.6.32"
},
"devDependencies": {
"@biomejs/biome": "2.4.13",
"@tailwindcss/typography": "0.5.19",
"@tailwindcss/vite": "4.2.4",
"@types/js-yaml": "4.0.9",
"daisyui": "5.5.19",
"postcss": "8.5.13",
"rimraf": "6.1.3",
"solid-devtools": "0.34.5",
"tailwindcss": "4.2.4",
"typescript": "6.0.3",
"vite": "8.0.10",
"vite-plugin-solid": "2.11.12",
"vitest": "4.1.5"
}
}