-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
34 lines (34 loc) · 866 Bytes
/
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
{
"name": "astrocloud",
"type": "module",
"version": "0.1.3",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^2.1.1",
"@astrojs/sitemap": "^3.1.5",
"@astrojs/tailwind": "^5.1.0",
"@fontsource/poppins": "^5.0.8",
"@tailwindcss/typography": "^0.5.13",
"@types/canvas-confetti": "^1.6.3",
"astro": "^4.1.2",
"astro-icon": "^1.0.2",
"autoprefixer": "^10.4.15",
"canvas-confetti": "^1.9.1",
"dotenv": "^16.3.1",
"postcss": "^8.4.28",
"tailwindcss": "^3.3.5",
"theme-change": "^2.5.0"
},
"devDependencies": {
"@iconify-json/mingcute": "^1.1.15",
"@iconify-json/nonicons": "^1.1.7",
"@iconify-json/simple-icons": "^1.1.88",
"daisyui": "^4.7.3"
}
}