-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 872 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
35
{
"name": "goodmotion-astro",
"type": "module",
"version": "1.0.0",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build && bun robots.js",
"preview": "astro preview",
"astro": "astro",
"robots": "bun robots.js",
"favicon": "bun favicon.js"
},
"dependencies": {
"@astrojs/mdx": "^4.0.1",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/vue": "^5.0.1",
"astro": "^5.0.2",
"gsap": "^3.12.5",
"sharp": "^0.33.5",
"vue": "^3.5.12"
},
"devDependencies": {
"@astrojs/tailwind": "^5.1.3",
"@iconify-json/ic": "^1.2.1",
"@iconify-json/mdi": "^1.2.1",
"@tailwindcss/typography": "^0.5.15",
"@tailwindcss/vite": "^4.0.0-beta.5",
"@types/xml2js": "^0.4.14",
"astro-icon": "^1.1.1",
"favicons": "^7.2.0",
"tailwindcss": "^3.4.13",
"xml2js": "^0.6.2"
}
}