-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 772 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 772 Bytes
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": "mattwaler",
"version": "1.0.0",
"description": "Personal website for Matt Waler.",
"type": "module",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview"
},
"keywords": [
"tailwind",
"astro",
"alpine"
],
"author": "Matt Waler",
"license": "MIT",
"dependencies": {
"@alpinejs/anchor": "^3.15.3",
"@alpinejs/intersect": "^3.15.2",
"@astrojs/rss": "^4.0.18",
"alpinejs": "^3.1.0",
"grid-rows-masonry": "^1.2.4",
"typed.js": "^3.0.0"
},
"overrides": {
"vite": "^7"
},
"devDependencies": {
"@astrojs/sitemap": "^3.7.1",
"@tailwindcss/forms": "^0.5.10",
"@tailwindcss/vite": "^4.0.6",
"astro": "^6.0.4",
"tailwindcss": "^4.0.0"
}
}