-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) Β· 1.36 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
{
"name": "@yuxxeun/basssic",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"format": "prettier --write .",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/mdx": "^3.1.8",
"@astrojs/react": "^3.6.2",
"@astrojs/sitemap": "^3.2.0",
"@astrojs/tailwind": "^5.1.2",
"@astrojs/vercel": "^7.8.1",
"@fontsource-variable/inter": "^5.1.0",
"@fontsource-variable/newsreader": "^5.1.0",
"@supabase/supabase-js": "^2.45.4",
"@tiptap/starter-kit": "^2.8.0",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/react": "^18.3.10",
"@types/react-dom": "^18.3.0",
"@vercel/analytics": "^1.3.1",
"@vercel/speed-insights": "^1.0.12",
"astro": "^4.16.1",
"canvas-confetti": "^1.9.3",
"dayjs": "^1.11.13",
"justd-icons": "^1.4.45",
"lenis": "^1.1.13",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.8",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-highlight-syntax": "^1.2.1",
"sonner": "^1.5.0",
"tailwindcss": "^3.4.13",
"tailwindcss-animated": "^1.1.2",
"typescript": "^5.6.2"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.15",
"@types/canvas-confetti": "^1.6.4"
}
}