-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 963 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 963 Bytes
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
{
"name": "epubkit-offical",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.5.10",
"@astrojs/mdx": "^2.3.1",
"@astrojs/react": "^3.3.4",
"@astrojs/sitemap": "^3.1.4",
"@astrojs/tailwind": "^5.1.0",
"@tailwindcss/typography": "^0.5.12",
"@types/canvas-confetti": "^1.6.3",
"@types/react": "^18.3.2",
"@types/react-dom": "^18.3.0",
"astro": "^4.6.2",
"astro-seo": "^0.8.3",
"autoprefixer": "^10.4.15",
"canvas-confetti": "^1.9.1",
"daisyui": "^4.11.1",
"feather-icons": "^4.29.1",
"glob": "^10.3.15",
"i18next": "^23.11.4",
"postcss": "^8.4.28",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.2.1",
"tailwindcss": "^3.3.5",
"typescript": "^5.4.5"
}
}