-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.07 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.07 KB
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
{
"name": "tools-island",
"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.4.1",
"@astrojs/starlight": "^0.17.3",
"@astrojs/starlight-tailwind": "^2.0.1",
"@astrojs/svelte": "^5.0.3",
"@astrojs/tailwind": "^5.1.0",
"astro": "^4.3.5",
"he": "^1.2.0",
"install": "^0.13.0",
"lodash-es": "^4.17.21",
"lorem-ipsum": "^2.0.8",
"sharp": "^0.32.5",
"sql-formatter": "^15.3.1",
"svelte": "^4.2.10",
"svelte-awesome-color-picker": "^3.0.5",
"tailwind-merge": "^2.2.1",
"tailwind-variants": "^0.1.20",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3",
"xml-formatter": "^3.6.2",
"yaml": "^2.3.4"
},
"devDependencies": {
"@vite-pwa/astro": "^0.3.0",
"flowbite": "^2.2.1",
"flowbite-svelte": "^0.44.23",
"vite-plugin-pwa": "^0.19.4",
"workbox-window": "^7.0.0"
},
"packageManager": "pnpm@10.10.0"
}