generated from onwidget/astrowind
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
37 lines (37 loc) · 848 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
{
"name": "@netlesh/astro-business-template",
"version": "0.6.0",
"private": false,
"author": "Cem Kaan Kösalı<[email protected]>",
"license": "MIT",
"homepage": "https://github.com/netlesh/astro-business-template",
"keywords": [
"template",
"all-in-one",
"sitemap",
"business",
"astro",
"tailwind",
"tailwindcss",
"postcss"
],
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview"
},
"devDependencies": {
"@astrojs/sitemap": "^3.1.4",
"@astrojs/tailwind": "^5.1.0",
"@tailwindcss/typography": "^0.5.12",
"astro": "^4.6.3",
"autoprefixer": "^10.4.19",
"daisyui": "^4.10.2",
"prettier-plugin-astro": "^0.13.0"
},
"dependencies": {
"lucide-astro": "^0.372.0",
"urlencode": "^2.0.0"
}
}