-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.55 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "sngr.my.id",
"version": "0.0.1",
"type": "module",
"scripts": {
"astro": "astro",
"build": "conc bun:check && conc bun:gen:icons && astro build",
"cf-typegen": "wrangler types",
"check": "conc bun:check:*",
"check:astro": "astro check",
"check:format": "prettier --check .",
"deploy": "conc bun:build && wrangler pages deploy",
"dev": "KEYSTATIC=true astro dev",
"format": "prettier --write .",
"gen:icons": "pwa-assets-generator --preset minimal-2023 public/favicon.svg",
"preview": "conc bun:build && wrangler pages dev",
"start": "conc bun:dev"
},
"dependencies": {
"@astrojs/cloudflare": "11.1.0",
"@astrojs/react": "3.6.2",
"@astrojs/rss": "4.0.9",
"@astrojs/sitemap": "3.2.1",
"@astrojs/tailwind": "5.1.2",
"@fontsource-variable/inter": "5.0.21",
"@keystatic/astro": "5.0.3",
"@keystatic/core": "0.5.39",
"astro": "4.16.10",
"fuse.js": "7.0.0"
},
"devDependencies": {
"@astrojs/check": "0.9.4",
"@cloudflare/workers-types": "4.20240821.1",
"@tailwindcss/forms": "0.5.9",
"@tailwindcss/typography": "0.5.15",
"@types/react": "18.3.10",
"@types/react-dom": "18.3.0",
"@vite-pwa/assets-generator": "0.2.6",
"concurrently": "8.2.2",
"marked": "14.1.4",
"prettier": "3.3.3",
"prettier-config-standard": "7.0.0",
"prettier-plugin-astro": "0.14.1",
"prettier-plugin-tailwindcss": "0.6.6",
"react": "18.3.1",
"react-dom": "18.3.1",
"tailwindcss": "3.4.10",
"typescript": "5.5.4",
"wrangler": "3.74.0"
}
}