-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 1.03 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
{
"private": true,
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "3.1.9",
"@astrojs/prefetch": "0.4.1",
"@astrojs/tailwind": "5.1.2",
"@catppuccin/palette": "^1.2.0",
"caniuse-lite": "^1.0.30001684",
"chart.js": "^4.2.1",
"mdast-util-to-string": "^4.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-typist-component": "1.0.5",
"reading-time": "^1.5.0"
},
"devDependencies": {
"@astrojs/react": "3.6.3",
"@astrojs/sitemap": "3.2.1",
"@catppuccin/tailwindcss": "^0.1.1",
"@ianvs/prettier-plugin-sort-imports": "^4.3.1",
"@types/react": "^18.0.28",
"astro": "latest",
"prettier": "^3.2.5",
"prettier-plugin-astro": "0.13.0",
"prettier-plugin-tailwindcss": "^0.6.5",
"tailwindcss": "^3.2.7",
"typescript": "^5.0.2"
}
}