-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 1003 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 1003 Bytes
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": "andreafranchini.com",
"private": true,
"description": "A website that is more like a zen garden than an actual website.",
"author": "Andrea Franchini <hello@andreafranchini.com>",
"homepage": "https://andreafranchini.com",
"version": "8.0.0",
"repository": {
"type": "git",
"url": "git+https://github.com/andreafra/andreafra.github.io.git"
},
"type": "module",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.5.6",
"@astrojs/mdx": "^2.1.1",
"@astrojs/sitemap": "^3.1.1",
"@astrojs/tailwind": "^5.1.0",
"@fontsource-variable/manrope": "^5.0.19",
"astro": "^4.4.15",
"gsap": "^3.12.5",
"octokit": "^3.1.2",
"tailwindcss": "^3.4.1",
"typescript": "^5.4.2"
},
"packageManager": "pnpm@8.7.0+sha512.1d61f8c10e8a5a5dbfbddea0f1f5efb7dbd5177223073aec953cf230aa46416884b9427a6421dba78f28ad0f93fbede38ba57083237b350243de6b1e3a8ce71d"
}