forked from frontendmu/frontend.mu
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.91 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "frontend.mu",
"version": "0.0.3",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"update-contributors": "node ./automation/update-contributors.js"
},
"dependencies": {
"@astrojs/image": "^0.17.3",
"@astrojs/mdx": "^0.19.7",
"@astrojs/rss": "^2.4.4",
"@astrojs/sitemap": "^2.0.1",
"@directus/sdk": "^10.3.5",
"@heroicons/vue": "^2.0.18",
"@nanostores/persistent": "^0.9.1",
"@nanostores/vue": "^0.10.0",
"@supabase/supabase-js": "^2.32.0",
"@vueuse/core": "^10.3.0",
"astro": "^2.10.3",
"date-fns": "^2.30.0",
"nanostores": "^0.9.3",
"sharp": "^0.31.3",
"vanilla-tilt": "^1.8.0",
"vanilla-tilt-vue": "^0.1.3"
},
"devDependencies": {
"@astrojs/vue": "^2.2.1",
"@headlessui/vue": "^1.7.15",
"@iconify-json/emojione-monotone": "^1.1.4",
"@iconify-json/eos-icons": "^1.1.6",
"@iconify-json/fa6-solid": "^1.1.13",
"@iconify-json/fluent": "^1.1.29",
"@iconify-json/fluent-emoji-high-contrast": "^1.1.9",
"@iconify-json/fxemoji": "^1.1.4",
"@iconify-json/ic": "^1.1.13",
"@iconify-json/icon-park-twotone": "^1.1.9",
"@iconify-json/iconoir": "^1.1.30",
"@iconify-json/material-symbols": "^1.1.53",
"@iconify-json/mdi": "^1.1.53",
"@iconify-json/radix-icons": "^1.1.10",
"@iconify-json/carbon": "^1.1.19",
"@iconify-json/game-icons": "^1.1.2",
"@iconify-json/ph": "^1.1.6",
"@iconify-json/solar": "^1.1.2",
"@iconify-json/system-uicons": "^1.1.9",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/line-clamp": "^0.4.4",
"@tailwindcss/typography": "^0.5.9",
"autoprefixer": "^10.4.14",
"daisyui": "^3.5.1",
"postcss": "^8.4.27",
"slugify": "^1.6.6",
"tailwindcss": "^3.3.3",
"unplugin-icons": "^0.16.5",
"vue": "^3.3.4",
"web-vitals": "^3.4.0"
}
}