-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 893 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
{
"name": "appjeniksaan-site",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "deno run --allow-read --allow-net https://deno.land/std@0.106.0/http/file_server.ts dist",
"astro": "astro",
"format": "prettier --check .",
"create": "deno run --allow-read --allow-write create.ts"
},
"devDependencies": {
"@astrojs/check": "0.9.4",
"@astrojs/rss": "4.0.9",
"@astrojs/tailwind": "5.1.2",
"@types/markdown-it": "14.1.2",
"@types/sanitize-html": "2.13.0",
"astro": "4.16.10",
"markdown-it": "14.1.0",
"prettier": "3.3.3",
"prettier-plugin-astro": "0.14.1",
"prettier-plugin-tailwindcss": "0.6.8",
"sanitize-html": "2.13.1",
"tailwindcss": "3.4.14",
"typescript": "5.6.3"
},
"packageManager": "pnpm@9.12.3"
}