-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.28 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
{
"name": "chrcit.com",
"description": "A personal website for Christian Cito",
"author": "Christian Cito",
"license": "MIT",
"homepage": "https://chrcit.com",
"repository": {
"type": "git",
"url": "https://github.com/chrcit/chrcit.com.git"
},
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"format": "prettier --write .",
"astro": "astro"
},
"dependencies": {
"@astro-community/astro-embed-twitter": "^0.5.3",
"@astro-community/astro-embed-youtube": "^0.4.3",
"@astrojs/mdx": "^2.0.2",
"@astrojs/partytown": "^2.0.3",
"@astrojs/sitemap": "^3.0.3",
"@astrojs/tailwind": "^5.0.4",
"@fontsource/montserrat": "^5.0.16",
"@fontsource/playfair-display": "^5.0.18",
"@fontsource/schibsted-grotesk": "^5.0.18",
"astro": "^4",
"astro-particles": "^2.10.0",
"astro-robots-txt": "^1.0.0",
"clsx": "^2.0.0",
"rehype-slug": "^6.0.0",
"remark-sectionize": "^2.0.0",
"tailwindcss": "^3.4.0",
"tsparticles": "^2.0.6"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.10",
"prettier": "^3.1.1",
"prettier-plugin-astro": "^0.12.3",
"prettier-plugin-tailwindcss": "^0.5.10"
}
}