-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.29 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
{
"name": "bustling-bar",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.7.0",
"@astrojs/mdx": "^3.0.1",
"@astrojs/netlify": "^5.2.1",
"@astrojs/rss": "^4.0.6",
"@astrojs/sitemap": "^3.1.5",
"@astrojs/svelte": "^5.4.0",
"@astrojs/tailwind": "^5.1.0",
"@astrojs/vercel": "^7.6.0",
"@iconify-json/tabler": "^1.1.113",
"@playform/build": "^0.0.10",
"@playform/compress": "^0.0.10",
"@playform/format": "^0.0.4",
"@playform/inline": "^0.0.6",
"@tabler/icons-svelte": "^3.5.0",
"astro": "^4.9.2",
"astro-icon": "^1.1.0",
"astro-robots-txt": "^1.0.0",
"astro-seo": "^0.8.3",
"astro-spa": "^1.3.9",
"damerau-levenshtein": "^1.0.8",
"gsap": "^3.12.5",
"random-js": "^2.1.0",
"sass": "^1.77.4",
"svelte": "^4.2.17",
"svelte-breakpoints": "^0.3.0",
"tailwindcss": "^3.4.3",
"two.js": "^0.8.13",
"typed.js": "^2.1.0",
"typescript": "^5.4.5"
},
"devDependencies": {
"@biomejs/biome": "^1.7.3",
"@iconify/types": "^2.0.0",
"@types/damerau-levenshtein": "^1.0.2",
"@types/gsap": "^3.0.0"
}
}