-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.26 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.26 KB
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
45
46
47
48
49
{
"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 && rm -rf public/* && cp -r dist/* public/",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/prism": "^3.2.0",
"@astrojs/react": "^4.2.5",
"@astrojs/rss": "^4.0.11",
"@astrojs/tailwind": "^6.0.2",
"@fortawesome/fontawesome-free": "^6.7.1",
"@iconify-json/mdi": "^1.2.3",
"@types/axios": "^0.14.0",
"@types/react": "^18.0.33",
"@types/react-dom": "^18.0.11",
"astro": "^5.15.6",
"astro-icon": "^0.8.2",
"astro-seo": "^0.7.2",
"axios": "^1.12.2",
"canvas-confetti": "^1.9.3",
"dayjs": "^1.11.7",
"dotenv": "^16.5.0",
"font-awesome": "^4.7.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.5.0",
"react-use-lanyard": "^0.3.0",
"swr": "^2.2.5",
"tailwindcss": "^3.3.3",
"use-last-fm": "^0.6.1"
},
"pnpm": {
"patchedDependencies": {
"astro-icon@0.8.0": "patches/astro-icon@0.8.0.patch"
}
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.9",
"critical": "^7.2.1"
}
}