-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.66 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.66 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
50
51
52
53
54
55
56
{
"name": "personal_site",
"type": "module",
"version": "1.0.0",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"pages:dev": "wrangler pages dev --compatibility-date=2024-02-08 -- astro dev",
"pages:deploy": "astro build && wrangler pages deploy ./dist"
},
"dependencies": {
"@astrojs/check": "^0.5.3",
"@astrojs/cloudflare": "^9.0.0",
"@astrojs/react": "^3.0.10",
"@astrojs/rss": "^4.0.5",
"@astrojs/sitemap": "^3.0.5",
"@astrojs/tailwind": "^5.1.0",
"@fontsource-variable/inter": "^5.0.17",
"@fontsource/architects-daughter": "^5.2.7",
"@fontsource/bebas-neue": "^5.0.19",
"@fontsource/dm-sans": "^5.0.21",
"@fontsource/dm-serif-display": "^5.0.19",
"@fontsource/just-another-hand": "^5.0.8",
"@fontsource/mansalva": "^5.2.7",
"@fontsource/permanent-marker": "^5.2.7",
"@tsparticles/preset-links": "^3.1.0",
"@tsparticles/react": "^3.0.0",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.19",
"@typescript-eslint/parser": "^5.62.0",
"astro": "^4.3.6",
"astro-icon": "^1.1.0",
"eslint": "^8.57.0",
"prettier": "^3.2.5",
"prettier-eslint": "^16.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-draggable": "^4.4.6",
"sass": "^1.72.0",
"tailwindcss": "^3.4.1",
"tailwindcss-animated": "^1.0.1",
"typescript": "^5"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20240208.0",
"@tailwindcss/typography": "^0.5.10",
"wrangler": "^3.28.1"
},
"engines": {
"npm": ">=2.0",
"node": ">=20.5.0"
}
}