-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 925 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
36
{
"name": "@example/basics",
"type": "module",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/cloudflare": "^5.0.0",
"@astrojs/mdx": "^0.14.0",
"@astrojs/react": "^1.2.2",
"@astrojs/sitemap": "^1.0.0",
"@astrojs/tailwind": "^2.1.3",
"@astrojs/vercel": "^2.4.0",
"@types/node": "^18.11.18",
"@vercel/analytics": "^0.1.8",
"astro": "^1.6.8",
"astro-icon": "^0.8.0",
"astro-layouts": "^0.1.1",
"axios": "^1.2.2",
"daisyui": "^2.46.1",
"fuse.js": "^6.6.2",
"mdast-util-to-string": "^3.1.0",
"motion": "^10.15.3",
"prettier-plugin-astro": "0.7.0",
"reading-time": "^1.5.0",
"remark-code-title": "^0.2.2",
"spotify-web-api-js": "^1.5.2",
"tailwindcss": "^3.2.4"
}
}