-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 854 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
{
"name": "astro-site",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@alexanderniebuhr/prettier-plugin-unocss": "^0.0.4",
"@astrojs/mdx": "2.0.3",
"@astrojs/rss": "4.0.1",
"@astrojs/sitemap": "3.0.4",
"@astrojs/solid-js": "4.0.1",
"@astrojs/vercel": "6.1.3",
"@fontsource/instrument-serif": "^5.0.5",
"@tanstack/solid-table": "^8.11.2",
"@tanstack/table-core": "^8.11.2",
"@tryghost/content-api": "^1.11.16",
"astro": "4.1.1",
"solid-js": "^1.8.7",
"tailwind-merge": "^2.2.0"
},
"devDependencies": {
"@unocss/astro": "^0.58.3",
"prettier": "^3.0.0",
"prettier-plugin-astro": "^0.11.0",
"unocss": "^0.58.3"
}
}