-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.12 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
{
"name": "mithqal-culator",
"type": "module",
"version": "1.0",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"build:prod": "bun run fetchMetalsAPI && astro build && bun run delMetalsLock",
"preview": "astro preview",
"astro": "astro",
"prettier": "prettier --write .",
"fetchMetalsAPI": "bun runMetalsAPI.js",
"delMetalsLock": "bun deleteMetalsLock.js"
},
"dependencies": {
"@astrojs/netlify": "^5.1.3",
"@astrojs/partytown": "^2.0.4",
"@astrojs/sitemap": "^3.1.1",
"@astrojs/svelte": "5.2.0",
"@astrojs/tailwind": "^5.1.0",
"@netlify/functions": "^2.6.0",
"astro": "4.5.2",
"astro-seo": "^0.8.2",
"bits-ui": "^0.19.5",
"clsx": "^2.1.0",
"cmdk-sv": "^0.0.13",
"lucide-svelte": "^0.341.0",
"prettier-plugin-svelte": "^3.2.1",
"svelte": "^4.2.11",
"tailwind-merge": "^2.2.1",
"tailwind-variants": "^0.2.0",
"tailwindcss": "^3.4.1"
},
"devDependencies": {
"daisyui": "latest",
"prettier": "^3.2.5",
"prettier-plugin-astro": "^0.13.0",
"prettier-plugin-tailwindcss": "^0.5.11"
}
}