-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.64 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": "faithful-filament",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev --open",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"dependencies": {
"@astrojs/mdx": "^3.1.9",
"@astrojs/partytown": "^2.1.2",
"@astrojs/react": "^3.6.3",
"@astrojs/rss": "^4.0.9",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/tailwind": "^5.1.2",
"@img/sharp-win32-x64": "^0.33.5",
"@playform/compress": "^0.0.4",
"algoliasearch": "^4.24.0",
"aplayer": "^1.10.1",
"astro": "^4.16.14",
"astro-compressor": "^0.4.1",
"canvas-confetti": "^1.9.3",
"dotenv": "^16.4.5",
"drizzle-orm": "^0.31.4",
"flowbite": "^2.5.2",
"fuse.js": "^7.0.0",
"marked": "^14.1.4",
"mdast-util-to-string": "^4.0.0",
"nodemailer": "^6.9.16",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"reading-time": "^1.5.0",
"remark-toc": "^9.0.0",
"sharp": "^0.33.5",
"sharp-ico": "^0.1.5",
"tailwindcss": "^3.4.15"
},
"devDependencies": {
"@antfu/eslint-config": "^2.27.3",
"@tailwindcss/typography": "^0.5.15",
"@types/canvas-confetti": "^1.6.4",
"@types/marked": "^6.0.0",
"@types/nodemailer": "^6.4.17",
"drizzle-kit": "^0.22.8",
"eslint": "^9.15.0",
"eslint-plugin-astro": "^0.34.0",
"eslint-plugin-format": "^0.1.2",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.14",
"mysql2": "^3.11.4",
"preline": "^2.5.1",
"timeago.js": "^4.0.2"
}
}