-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 757 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 757 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
{
"name": "website",
"type": "module",
"version": "1.0.0",
"author": "Alex Naibuu <me@naibuu.dev>",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"astro": "astro",
"lint": "prettier --check .",
"format": "prettier --write ."
},
"dependencies": {
"@astrojs/vercel": "^10.0.4",
"@iconify-json/ph": "^1.2.2",
"@tailwindcss/vite": "^4.2.1",
"astro": "^6.1.6",
"astro-icon": "^1.1.5",
"classnames": "^2.5.1",
"tailwindcss": "^4.2.1",
"typescript": "^5.9.3"
},
"devDependencies": {
"prettier": "^3.8.1",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.7.2"
}
}