-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 835 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 835 Bytes
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
{
"name": "website",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.3.0",
"@astrojs/sitemap": "^3.0.3",
"@astrojs/tailwind": "^5.0.2",
"@fontsource/lato": "^5.0.15",
"astro": "^3.4.0",
"astro-icon": "^0.8.1",
"astro-navbar": "^2.2.1",
"astro-seo": "^0.8.0",
"dayjs": "^1.11.10",
"marked": "^9.0.3",
"remark": "^15.0.1",
"sass": "^1.68.0",
"strip-markdown": "^6.0.0",
"tailwindcss": "^3.0.24",
"tw-elements": "^1.0.0",
"typescript": "^5.2.2",
"vanilla-cookieconsent": "^2.9.2"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.10",
"postcss": "^8.4.31"
}
}