-
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) · 1.06 KB
/
package.json
File metadata and controls
35 lines (35 loc) · 1.06 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": "randombits.dev",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"deploy": "pnpm run build && wrangler pages deploy ./dist",
"deployPreview": "pnpm run build && wrangler pages deploy --branch dev ./dist"
},
"dependencies": {
"@astrojs/mdx": "^5.0.3",
"@astrojs/sitemap": "^3.7.2",
"@astrojs/solid-js": "^6.0.1",
"astro": "^6.1.2",
"astro-font-picker": "^0.2.2",
"astro-robots": "^2.3.1",
"remark-code-titles": "^0.1.2",
"sass": "^1.98.0",
"sharp": "^0.34.5",
"solid-js": "^1.9.12",
"tailwindcss": "^4.2.2"
},
"devDependencies": {
"@tailwindcss/vite": "^4.2.2",
"@types/fs-extra": "^11.0.4",
"fs-extra": "^11.3.4",
"node-inject-html": "^0.0.5",
"ts-node": "^10.9.2",
"typescript": "^6.0.2",
"wrangler": "^4.78.0"
},
"packageManager": "pnpm@10.5.2+sha512.da9dc28cd3ff40d0592188235ab25d3202add8a207afbedc682220e4a0029ffbff4562102b9e6e46b4e3f9e8bd53e6d05de48544b0c57d4b0179e22c76d1199b"
}