-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.25 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
{
"name": "restauzap",
"version": "0.0.1",
"type": "module",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"host": "astro dev --host",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"format": "prettier --write . --plugin=prettier-plugin-astro --plugin=prettier-plugin-svelte --plugin=prettier-plugin-tailwindcss"
},
"dependencies": {
"@astrojs/prefetch": "^0.4.1",
"@astrojs/svelte": "^4.0.3",
"@astrojs/tailwind": "^5.0.2",
"@fontsource/poppins": "^5.0.8",
"@growthbook/growthbook": "^0.29.0",
"@nanostores/persistent": "^0.9.1",
"animate.css": "^4.1.1",
"astro": "^3.3.2",
"nanostores": "^0.9.4",
"sharp": "^0.32.6",
"svelte": "^4.2.2",
"tailwindcss": "^3.3.3",
"unpic": "^3.10.1"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.10",
"astro-icon": "^0.8.1",
"daisyui": "^3.9.3",
"prettier": "^3.0.3",
"prettier-plugin-astro": "^0.12.0",
"prettier-plugin-svelte": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.6"
},
"engines": {
"node": ">=18.14.1"
}
}