generated from nienow/micro-frontend-container
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 875 Bytes
/
package.json
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
{
"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"
},
"dependencies": {
"@astrojs/mdx": "^3.1.9",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/solid-js": "^4.4.3",
"@astrojs/tailwind": "^5.1.2",
"astro": "^4.16.13",
"astro-font-picker": "^0.2.1",
"astro-google-fonts-optimizer": "^0.2.2",
"astro-robots": "^2.1.1",
"remark-code-titles": "^0.1.2",
"sass": "^1.81.0",
"sharp": "^0.33.5",
"solid-js": "^1.9.3",
"tailwindcss": "^3.4.15"
},
"devDependencies": {
"@types/fs-extra": "^11.0.4",
"fs-extra": "^11.2.0",
"node-inject-html": "^0.0.5",
"ts-node": "^10.9.2",
"typescript": "^5.6.3",
"wrangler": "^3.87.0"
}
}