-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 877 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": "zetapp",
"version": "0.0.0",
"description": "",
"type": "module",
"scripts": {
"start": "vite",
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"tauri": "tauri"
},
"license": "MIT",
"dependencies": {
"@solidjs/router": "^0.13.1",
"@tailwindcss/typography": "^0.5.12",
"@tauri-apps/api": ">=2.0.0-beta.0",
"@tauri-apps/plugin-log": "2.0.0-beta.2",
"@tauri-apps/plugin-shell": ">=2.0.0-beta.0",
"@tauri-apps/plugin-store": "2.0.0-beta.2",
"autoprefixer": "^10.4.19",
"daisyui": "^4.9.0",
"moment": "^2.30.1",
"postcss-cli": "^11.0.0",
"solid-js": "^1.7.8",
"tailwindcss": "^3.4.3"
},
"devDependencies": {
"@tauri-apps/cli": ">=2.0.0-beta.0",
"internal-ip": "^7.0.0",
"typescript": "^5.0.2",
"vite": "^5.0.0",
"vite-plugin-solid": "^2.8.0"
}
}