-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.28 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": "suresh-pradhana",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.4.1",
"@astrojs/rss": "^4.0.2",
"@astrojs/svelte": "^5.0.3",
"@astrojs/tailwind": "^5.1.0",
"@astrojs/vercel": "^7.7.1",
"@auth/core": "^0.32.0",
"@libsql/client": "^0.6.2",
"@svelte-plugins/tooltips": "^3.0.1",
"astro": "^4.1.2",
"astro-robots-txt": "^1.0.0",
"auth-astro": "^4.1.2",
"canvas-sketch": "^0.7.7",
"canvas-sketch-cli": "^1.11.21",
"canvas-sketch-util": "^1.10.0",
"cookie": "^0.6.0",
"feather-icons": "^4.29.1",
"flowbite": "^2.3.0",
"glslify": "^7.1.1",
"markdown-it": "^14.0.0",
"mdast-util-to-string": "^4.0.0",
"nice-color-palettes": "^3.0.0",
"reading-time": "^1.5.0",
"sanitize-html": "^2.11.0",
"sharp": "^0.33.4",
"sv-tooltip": "^0.1.7",
"svelte": "^4.2.9",
"svelte-markdown": "^0.4.1",
"tailwindcss": "^3.4.1",
"three": "^0.160.1",
"typescript": "^5.3.3"
},
"devDependencies": {
"@types/markdown-it": "^12.2.3",
"@types/sanitize-html": "^2.9.0",
"svelte-hamburgers": "^4.2.0"
}
}