-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.16 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.16 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
{
"name": "may-screen",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev --host",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview --host",
"astro": "astro"
},
"dependencies": {
"@ark-ui/solid": "^4.10.1",
"@astrojs/solid-js": "^5.0.4",
"@nanostores/solid": "^0.5.0",
"@solid-primitives/keyed": "^1.5.0",
"@solid-primitives/scheduled": "^1.5.0",
"@solid-primitives/upload": "^0.1.0",
"@unocss/reset": "^65.4.3",
"astro": "^5.2.5",
"clsx": "^2.1.1",
"limax": "^4.1.0",
"lucide-solid": "^0.543.0",
"nanostores": "^0.11.3",
"peerjs": "^1.5.4",
"solid-js": "^1.9.4",
"solid-motionone": "^1.0.3",
"workbox-window": "^7.3.0"
},
"devDependencies": {
"@iconify-json/ph": "^1.2.2",
"@unocss/preset-icons": "^65.4.3",
"@unocss/preset-web-fonts": "^65.4.3",
"@unocss/transformer-directives": "^65.4.3",
"@vite-pwa/astro": "^0.5.0",
"@vitejs/plugin-legacy": "^7.2.1",
"resize-observer-polyfill": "^1.5.1",
"terser": "^5.43.1",
"unocss": "^65.4.3",
"vite-plugin-pwa": "^0.21.1"
},
"packageManager": "pnpm@10.2.0"
}