-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.07 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
{
"name": "pixeljellyfish-astro",
"type": "module",
"version": "1.0.0",
"homepage": "https://pixeljellyfish.dev/",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/prism": "^2.1.2",
"@astrojs/react": "^2.1.1",
"@astrojs/rss": "^2.4.0",
"@astrojs/tailwind": "^5.1.3",
"@fortawesome/fontawesome-free": "^6.7.1",
"@types/axios": "^0.14.0",
"@types/react": "^18.0.33",
"@types/react-dom": "^18.0.11",
"astro": "^5.0.7",
"astro-icon": "^0.8.2",
"astro-seo": "^0.7.2",
"axios": "^1.4.0",
"dayjs": "^1.11.7",
"font-awesome": "^4.7.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-use-lanyard": "^0.3.0",
"swr": "^2.2.5",
"tailwindcss": "^3.3.3",
"use-last-fm": "^0.6.1"
},
"pnpm": {
"patchedDependencies": {
"[email protected]": "patches/[email protected]"
}
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.9"
}
}