-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
49 lines (49 loc) · 1.19 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "tauri-astro-app",
"version": "1.0.7",
"Description": "¿What if the god of perfect language, Rust, and the god of the web, Typescript, had a baby? Well, this is it, Tauri + Astro, the perfect combination to make the web a whole new world.",
"publishConfig": {
"access": "public"
},
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"tauri": "tauri",
"clean": "rm -rf dist && rm -rf tauri/target && rm -rf tauri/src-taur"
},
"dependencies": {
"@tauri-apps/api": "^1.4.0",
"astro": "^3.0.7"
},
"devDependencies": {
"tslib": "^2.6.0",
"typescript": "^5.0.2",
"@tauri-apps/cli": "^1.4.0"
},
"keywords": [
"tauri",
"astro",
"rust",
"typescript",
"web",
"desktop",
"app",
"electron",
"svelte",
"react",
"vue"
],
"author": "Miguel Gargallo",
"homepage": "https://github.com/miguelgargallo/tauri-astro-app",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/miguelgargallo/tauri-astro-app.git"
},
"bugs": {
"url": "https://github.com/microsoft/vscode/issues"
}
}