-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·44 lines (44 loc) · 1.22 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
{
"name": "rayriffy-blog-next",
"version": "0.0.1",
"private": true,
"type": "module",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "pnpm data build && astro build",
"preview": "astro preview",
"astro": "astro",
"clean": "pnpm data clean",
"format": "prettier --write --plugin-search-dir=. .",
"data": "pnpm --silent tem tools/markdownBuilder.ts",
"tem": "node --experimental-specifier-resolution=node --loader ts-node/esm"
},
"devDependencies": {
"@astrojs/markdown-remark": "^4.2.1",
"@astrojs/rss": "^4.0.5",
"@astrojs/sitemap": "^3.1.1",
"@astrojs/tailwind": "^5.1.0",
"@tailwindcss/typography": "^0.5.10",
"astro": "^4.4.5",
"blurhash": "^2.0.5",
"dayjs": "^1.11.10",
"dotenv": "^16.4.5",
"html-entities": "^2.4.0",
"prettier": "^2.8.8",
"prettier-plugin-astro": "^0.9.1",
"prettier-plugin-tailwindcss": "^0.3.0",
"reading-time": "^1.5.0",
"tailwindcss": "^3.4.1",
"ts-node": "^10.9.2",
"unist-util-select": "4.0.3",
"wretch": "^2.8.0"
},
"dependencies": {
"contentful-cli": "^2.8.27",
"flowbite": "^1.8.1",
"pnpm": "^8.15.4",
"sharp": "^0.33.2",
"typescript": "^5.3.3"
}
}