-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.07 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
43
{
"name": "josevigil.com",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"sync": "astro sync"
},
"dependencies": {
"@astrojs/lit": "^3.0.0",
"@astrojs/mdx": "^1.1.0",
"@astrojs/preact": "^3.0.0",
"@astrojs/react": "^3.0.2",
"@astrojs/rss": "^2.4.3",
"@astrojs/sitemap": "^1.3.3",
"@astrojs/solid-js": "^3.0.1",
"@astrojs/svelte": "^4.0.2",
"@astrojs/tailwind": "^4.0.0",
"@astrojs/vue": "^3.0.0",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/line-clamp": "^0.4.4",
"astro": "^3.1.1",
"astro-emoji": "^1.2.0",
"astro-icon": "^0.8.1",
"fuse.js": "^6.6.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"svelte": "^4.2.0",
"svelte-check": "^3.5.1",
"svelte-preprocess": "^5.0.4",
"svelte-types": "^0.0.7",
"tailwindcss": "^3.3.2"
},
"devDependencies": {
"prettier": "^2.8.8",
"prettier-plugin-astro": "^0.10.0",
"sass": "^1.63.6"
}
}