-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.2 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
45
46
47
48
49
50
51
52
53
{
"name": "astro-template",
"description": "A template for Astro projects",
"keywords": [
"astro",
"astrojs",
"astro-template"
],
"author": "Sahil Langoo",
"license": "MIT",
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
],
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"devDependencies": {
"@astrojs/check": "^0.3.4",
"@astrojs/mdx": "^2.0.3",
"@astrojs/partytown": "^2.0.3",
"@astrojs/rss": "^4.0.1",
"@astrojs/sitemap": "^3.0.4",
"@astrojs/tailwind": "^5.1.0",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.10",
"astro": "^4.0.8",
"astro-breadcrumbs": "^1.8.1",
"astro-favicons": "^2.0.2",
"astro-font": "^0.0.28",
"astro-integration-lottie": "^0.2.3",
"astro-webmanifest": "^1.0.0",
"autoprefixer": "^10.4.16",
"daisyui": "^4.4.24",
"eslint": "^8.56.0",
"eslint-plugin-astro": "^0.30.0",
"lottie-web": "^5.12.2",
"postcss": "^8.4.32",
"prettier": "^3.1.1",
"prettier-plugin-astro": "^0.12.3",
"sharp": "^0.33.1",
"tailwindcss": "^3.4.0",
"theme-change": "^2.5.0",
"typescript": "^5.3.3"
}
}