-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
40 lines (40 loc) · 1023 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
37
38
39
40
{
"name": "astro-engineering-blog",
"type": "module",
"version": "0.0.3",
"author": "Eddy Vinck",
"repository": {
"type": "git",
"url": "https://github.com/EddyVinck/astro-engineering-blog.git"
},
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^3.1.7",
"@astrojs/netlify": "^5.5.3",
"@astrojs/rss": "^4.0.7",
"@astrojs/sitemap": "^3.1.6",
"@astrojs/solid-js": "^4.4.2",
"@astrojs/tailwind": "^5.1.1",
"@astrojs/vercel": "^7.8.1",
"@nanostores/solid": "^0.5.0",
"appwrite": "^15.0.0",
"astro": "^4.15.10",
"fuse.js": "^7.0.0",
"lru-cache": "^11.0.1",
"nanostores": "^0.11.3",
"node-appwrite": "^14.1.0",
"solid-js": "^1.9.1",
"tailwindcss": "^3.4.13"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.15",
"prettier-plugin-tailwindcss": "^0.6.8",
"typescript": "^5.6.2"
}
}