-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.14 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.14 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
{
"name": "lineup",
"version": "1.1.0",
"description": "",
"type": "module",
"author": {
"name": "Jaylen Douglas",
"email": "jaylen@capablellc.com",
"url": "https://capablellc.com"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"tauri": "tauri",
"lint": "biome check .",
"lint:fix": "biome check --write .",
"format": "biome format --write .",
"tauri:dev": "tauri dev",
"tauri:build": "tauri build",
"tauri:bundle": "tauri bundle",
"tauri:info": "tauri info",
"tauri:signer": "tauri signer",
"tauri:permissions": "tauri permission",
"tauri:capabilities": "tauri capabilities"
},
"license": "MIT",
"dependencies": {
"@kobalte/core": "^0.13.11",
"@solidjs/router": "^0.16.1",
"@tailwindcss/vite": "^4.2.4",
"@tauri-apps/api": "^2",
"@tauri-apps/plugin-dialog": "^2.7.0",
"@tauri-apps/plugin-opener": "^2",
"solid-js": "^1.9.3",
"solid-toast": "^0.5.0",
"tailwindcss": "^4.2.4"
},
"devDependencies": {
"@biomejs/biome": "^2.4.13",
"@tauri-apps/cli": "^2",
"@types/node": "^25.6.0",
"typescript": "~5.6.2",
"vite": "^6.0.3",
"vite-plugin-solid": "^2.11.0"
}
}