-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.63 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "mailtemi",
"version": "2.0.0",
"description": "",
"author": "themefisher",
"license": "",
"packageManager": "[email protected]",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"json": "node scripts/jsonGenerator.js",
"format": "prettier -w ."
},
"dependencies": {
"@astrojs/mdx": "^3.1.9",
"@astrojs/rss": "^4.0.9",
"@astrojs/react": "^3.6.2",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/tailwind": "^5.1.2",
"astro": "^4.16.18",
"astro-auto-import": "^0.4.4",
"astro-font": "^0.1.81",
"astro-embed": "^0.7.2",
"astro-icon": "^1.1.0",
"date-fns": "^3.3.1",
"disqus-react": "^1.1.5",
"github-slugger": "^2.0.0",
"gray-matter": "^4.0.3",
"marked": "^14.1.3",
"react-feather": "^2.0.10",
"react-icons": "^5.3.0",
"react-lite-youtube-embed": "^2.4.0",
"react-youtube": "^10.1.0",
"remark-collapse": "^0.1.2",
"remark-toc": "^9.0.0",
"shufflejs": "^6.1.1",
"swiper": "^11.1.14",
"@tabler/icons-react": "*"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.10",
"@types/marked": "^5.0.2",
"@types/react": "^18.2.54",
"@iconify-json/flat-color-icons": "^1.1.10",
"@iconify-json/tabler": "^1.1.113",
"postcss": "^8.4.34",
"prettier": "^3.2.5",
"prettier-plugin-astro": "^0.13.0",
"prettier-plugin-tailwindcss": "^0.5.11",
"autoprefixer": "^10.4.17",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sass": "^1.70.0",
"sharp": "0.33.1",
"tailwind-bootstrap-grid": "^5.1.0",
"tailwindcss": "^3.4.1",
"typescript": "5.3.3"
}
}