-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 872 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 872 Bytes
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
{
"name": "dfscript-web",
"version": "0.0.1",
"private": true,
"type": "module",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"devDependencies": {
"@astrojs/tailwind": "^4.0.0",
"astro": "^2.0.17",
"flowbite": "^2.2.1",
"sass": "^1.69.7",
"tailwind-scrollbar": "^3.0.0"
},
"dependencies": {
"@astrojs/cloudflare": "^6.1.3",
"@astrojs/prefetch": "^0.4.1",
"@astrojs/tailwind": "^4.0.0",
"@astrojs/svelte": "^3.1.1",
"@tailwindcss/typography": "^0.5.9",
"change-case": "^5.4.1",
"daisyui": "^4.6.0",
"flowbite": "^2.2.1",
"jsdom": "^23.2.0",
"link-preview-js": "^3.0.4",
"svelte": "^4.2.8",
"svelte-loading-spinners": "^0.3.4",
"tailwindcss": "^3.4.1",
"yarn": "^1.22.21"
}
}