-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 982 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
35
36
37
38
{
"name": "cocotier.ro",
"type": "module",
"version": "2.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build && jampack ./.vercel/output/static/",
"preview": "astro preview",
"astro": "astro",
"check": "astro check",
"format": "prettier --write ."
},
"dependencies": {
"@astrojs/rss": "^4.0.7",
"@astrojs/sitemap": "^3.1.6",
"@astrojs/tailwind": "^5.1.0",
"@astrojs/vercel": "^7.8.1",
"@divriots/jampack": "^0.26.0",
"@iconify-json/bi": "^1.1.24",
"@tailwindcss/typography": "^0.5.15",
"astro": "^4.15.6",
"astro-icon": "^1.1.1",
"astro-seo-metadata": "^0.6.0",
"markdown-it": "^14.1.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-figure": "^1.0.1",
"rehype-slug": "^6.0.0",
"remark-capitalize": "^1.1.0",
"sanitize-html": "^2.13.0",
"tailwindcss": "^3.4.10"
},
"devDependencies": {
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.6"
}
}