-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.52 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.52 KB
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
47
48
49
50
51
{
"name": "",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev --host",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"deploy": "gh-pages -d dist --nojekyll true --cname michaelgauci.com"
},
"dependencies": {
"@astrojs/check": "^0.8.2",
"@astrojs/mdx": "^3.0.0",
"@astrojs/react": "^3.6.0",
"@astrojs/rss": "^4.0.7",
"@astrojs/sitemap": "^3.1.6",
"@astrojs/tailwind": "^5.1.0",
"@fontsource-variable/inter": "^5.1.0",
"@fontsource-variable/source-serif-4": "^5.1.0",
"@microflash/rehype-figure": "^2.1.4",
"@tailwindcss/container-queries": "^0.1.1",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"astro": "^4.12.2",
"astro-expressive-code": "^0.41.2",
"astro-icon": "^1.1.1",
"astro-integration-lottie": "^0.3.0",
"gsap": "^3.12.5",
"lottie-web": "^5.12.2",
"react": "^18.3.1",
"react-collapse": "^5.1.1",
"react-dom": "^18.3.1",
"rehype-katex": "^7.0.1",
"remark-directive": "^4.0.0",
"remark-math": "^6.0.0",
"tailwindcss": "^3.4.7",
"tailwindcss-text-fill-stroke": "^2.0.0-beta.3",
"typescript": "^5.5.3"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.15",
"@types/react-collapse": "^5.0.4",
"gh-pages": "^6.1.1",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-astro-organize-imports": "^0.4.9",
"prettier-plugin-tailwindcss": "^0.6.5"
}
}