-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
36 lines (36 loc) · 971 Bytes
/
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
{
"name": "congreso-fonetica-poetica",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"format": "prettier --write ."
},
"dependencies": {
"@astrojs/svelte": "^5.6.0",
"@astrojs/tailwind": "^5.1.0",
"@fontsource/barlow": "^5.0.13",
"astro": "^4.7.0",
"astro-google-fonts-optimizer": "^0.2.2",
"astro-seo-metadata": "^0.6.0",
"posthog-js": "^1.161.3",
"svelte": "^4.2.17",
"svelte-tags-input": "^6.0.0",
"tailwindcss": "^3.4.3",
"tailwindcss-animated": "^1.0.1",
"typescript": "^5.4.5"
},
"devDependencies": {
"@iconify/tailwind": "^1.1.1",
"@skeletonlabs/skeleton": "^2.10.1",
"@skeletonlabs/tw-plugin": "^0.4.0",
"prettier": "^3.2.5",
"prettier-plugin-astro": "^0.13.0",
"prettier-plugin-svelte": "^3.2.3",
"svelte-reveal": "^1.1.0"
}
}