-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1.07 KB
/
package.json
File metadata and controls
35 lines (35 loc) · 1.07 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
{
"name": "moq.dev",
"type": "module",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev --open",
"build": "astro build --production",
"preview": "wrangler pages dev ./dist",
"deploy": "wrangler deploy",
"prod": "astro build --production && wrangler pages dev ./dist --open",
"check": "biome ci && tsc --noEmit",
"fix": "biome check --write && pnpm audit fix"
},
"dependencies": {
"@kixelated/hang": "link:../moq/js/hang",
"astro": "^5.8.2",
"solid-js": "^1.9.7",
"unique-names-generator": "^4.7.1"
},
"devDependencies": {
"@biomejs/biome": "2.0.5",
"vite-plugin-static-copy": "^2.3.1",
"@astrojs/mdx": "4.3.0",
"@astrojs/rss": "^4.0.12",
"@astrojs/solid-js": "5.1.0",
"@astrojs/tailwind": "6.0.2",
"@tailwindcss/forms": "^0.5.10",
"@tailwindcss/typography": "^0.5.16",
"tailwindcss": "^3.4.17",
"@types/node": "^22.15.29",
"wrangler": "^4.29.1"
},
"packageManager": "pnpm@10.11.0+sha512.6540583f41cc5f628eb3d9773ecee802f4f9ef9923cc45b69890fb47991d4b092964694ec3a4f738a420c918a333062c8b925d312f42e4f0c263eb603551f977"
}