-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.15 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.15 KB
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
{
"name": "ecamp-site",
"description": "Landingpage",
"private": true,
"scripts": {
"dev": "astro dev --port=3005",
"start": "astro dev",
"build": "astro build",
"inspect:dev": "node --inspect ./node_modules/astro/astro.js dev",
"inspect:build": "node --inspect ./node_modules/astro/astro.js build",
"preview": "astro preview"
},
"devDependencies": {
"@astrojs/mdx": "4.2.6",
"@astrojs/netlify": "6.3.2",
"@astrojs/rss": "4.0.11",
"@astrojs/sitemap": "3.3.1",
"@astrojs/tailwind": "^5.1.0",
"@playform/compress": "^0.0.12",
"@playform/inline": "^0.0.7",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.13",
"astro": "5.7.10",
"astro-iconify": "^1.3.1",
"astro-loader-i18n": "^0.3.1",
"feed": "^4.2.2",
"github-slugger": "^2.0.0",
"hast-util-from-html-isomorphic": "^2.0.0",
"prettier": "^3.5.3",
"prettier-plugin-astro": "^0.14.1",
"rehype-autolink-headings": "^6.1.1",
"rehype-slug": "^5.1.0",
"remark-attributes": "^0.3.0",
"sharp": "^0.34.1",
"svgo": "^3.0.2",
"tailwindcss": "^3.3.3"
},
"engines": {
"node": ">=22"
}
}