generated from mhyfritz/astro-landing-page
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
43 lines (43 loc) · 1.15 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
{
"name": "astro-landing-page",
"type": "module",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev --host 0.0.0.0",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"format": "prettier --write .",
"clean": "rimraf dist .astro node_modules",
"publish": "astro build && gh-pages -d dist"
},
"devDependencies": {
"@astrojs/image": "^0.17.2",
"@astrojs/tailwind": "^4.0.0",
"@iconify/json": "^2.2.147",
"@iconify/tailwind": "^0.1.4",
"@types/micromodal": "^0.3.3",
"astro": "^2.10.7",
"astro-icon": "^0.8.1",
"prettier": "2.8.8",
"prettier-plugin-astro": "^0.10.0",
"prettier-plugin-tailwindcss": "^0.3.0",
"rimraf": "^5.0.1",
"tailwindcss-fluid-type": "^2.0.3"
},
"dependencies": {
"@astrojs/sitemap": "^3.0.3",
"@astrojs/vue": "^2.2.1",
"@fontsource-variable/inter": "^5.0.4",
"astro-robots-txt": "^1.0.0",
"micromodal": "^0.4.10",
"sharp": "^0.32.1",
"sitemap": "^7.1.1",
"tailwindcss": "^3.3.2",
"tiny-invariant": "^1.3.1",
"vue": "^3.3.4",
"vue3-carousel": "^0.3.1"
}
}