-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.18 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
{
"name": "andreabianchi.me",
"type": "module",
"version": "3.0.0",
"license": "MIT",
"author": "Andrea Bianchi",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro build && wrangler pages dev ./dist",
"deploy": "astro build && wrangler pages deploy ./dist",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.3",
"@astrojs/cloudflare": "^11.1.0",
"@astrojs/mdx": "^3.1.7",
"@astrojs/react": "^3.6.2",
"@astrojs/rss": "^4.0.7",
"@astrojs/sitemap": "^3.1.6",
"@astrojs/svelte": "^5.7.1",
"astro": "^4.15.10",
"mdast-util-to-string": "^4.0.0",
"photoswipe": "^5.4.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-masonry-css": "^1.0.16",
"react-photoswipe-gallery": "^3.0.2",
"reading-time": "^1.5.0",
"sass": "^1.79.4",
"svelte": "^4.2.19",
"svelte-preprocess": "^6.0.3",
"typescript": "^5.6.2"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20240925.0",
"@types/node": "^22.7.4",
"eslint": "^9.11.1",
"svelte-feather-icons": "^4.1.0",
"wrangler": "^3.79.0"
}
}