-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 887 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 887 Bytes
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": "macremoteclient-webpage",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AlejandroGispert/MacRemoteClient-webpage.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"bugs": {
"url": "https://github.com/AlejandroGispert/MacRemoteClient-webpage/issues"
},
"homepage": "https://github.com/AlejandroGispert/MacRemoteClient-webpage#readme",
"dependencies": {
"@astrojs/sitemap": "^3.7.0",
"@astrojs/svelte": "^7.2.4",
"@astrojs/tailwind": "^6.0.2",
"astro": "^5.16.6",
"firebase": "^12.7.0",
"sharp": "^0.34.5",
"svelte": "^5.46.0",
"tailwindcss": "^3"
}
}