-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.11 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
{
"name": "@example/basics",
"type": "module",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev --port 3010",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^0.15.1",
"@astrojs/node": "^5.0.3",
"@astrojs/prefetch": "^0.1.2",
"@astrojs/sitemap": "^1.0.1",
"@astrojs/svelte": "^2.0.1",
"@astrojs/tailwind": "^3.0.0",
"@astrojs/vercel": "^3.0.0",
"@astrojs/vue": "^2.0.1",
"@formkit/themes": "^1.0.0-beta.15",
"@formkit/vue": "^1.0.0-beta.15",
"@twicpics/components": "^0.15.1",
"astro": "^2.0.4",
"astro-seo": "^0.7.1",
"class-variance-authority": "^0.4.0",
"flowbite": "^1.6.3",
"gsap": "^3.11.4",
"headroom.js": "^0.12.0",
"nanostores": "^0.7.4",
"npx": "^10.2.2",
"postmark": "^3.0.15",
"svelte": "^3.54.0",
"swiper": "^9.0.2",
"tailwindcss": "^3.0.24",
"vue": "^3.2.30"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.9",
"fontaine": "^0.2.3"
}
}