-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 901 Bytes
/
package.json
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": "mini-metars",
"version": "0.0.5",
"description": "",
"type": "module",
"scripts": {
"start": "vite",
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"tauri": "tauri"
},
"license": "MIT",
"dependencies": {
"@solid-primitives/autofocus": "^0.0.111",
"@solid-primitives/keyboard": "^1.2.8",
"@tauri-apps/api": ">=2.0.0-beta.0",
"@tauri-apps/plugin-dialog": "2.0.0-rc.0",
"@tauri-apps/plugin-log": "2.0.0-rc.0",
"@tauri-apps/plugin-os": "2.0.0-rc.0",
"@tauri-apps/plugin-shell": ">=2.0.0-beta.0",
"clsx": "^2.1.1",
"solid-js": "^1.7.8"
},
"devDependencies": {
"@tauri-apps/cli": ">=2.0.0-beta.0",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.40",
"prettier": "3.3.3",
"tailwindcss": "^3.4.7",
"typescript": "^5.2.2",
"vite": "^5.3.1",
"vite-plugin-solid": "^2.8.0"
}
}