-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
38 lines (38 loc) · 937 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": "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.2.1",
"@astrojs/sitemap": "^3.0.2",
"@astrojs/solid-js": "^3.0.2",
"@astrojs/tailwind": "^5.0.1",
"@astrolib/analytics": "^0.4.2",
"@fontsource/lato": "^5.0.15",
"@tailwindcss/typography": "^0.5.10",
"@types/marked": "^6.0.0",
"astro": "^3.2.3",
"astro-icon": "^0.8.1",
"astro-navbar": "^2.2.1",
"astro-seo": "^0.8.0",
"dayjs": "^1.11.10",
"marked": "^9.1.0",
"solid-icons": "^1.0.12",
"solid-js": "^1.4.3",
"tailwindcss": "^3.0.24",
"tw-elements": "^1.0.0",
"typescript": "^5.2.2",
"vanilla-cookieconsent": "^2.9.2"
},
"devDependencies": {
"postcss": "^8.4.31",
"sass": "^1.68.0"
}
}