-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 966 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 966 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
36
{
"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 && bun audit fix"
},
"dependencies": {
"@moq/publish": "^0.2.2",
"@moq/watch": "^0.2.2",
"astro": "^5.18.0",
"solid-js": "^1.9.11",
"unique-names-generator": "^4.7.1"
},
"devDependencies": {
"@astrojs/mdx": "4.3.0",
"@astrojs/rss": "^4.0.15",
"@astrojs/solid-js": "5.1.0",
"@astrojs/tailwind": "6.0.2",
"@biomejs/biome": "^2.4.4",
"@tailwindcss/forms": "^0.5.11",
"@tailwindcss/typography": "^0.5.19",
"@types/node": "^22.19.13",
"tailwindcss": "^3.4.19",
"vite-plugin-static-copy": "^2.3.2",
"wrangler": "^4.69.0"
},
"packageManager": "bun@1.3.4"
}