-
Notifications
You must be signed in to change notification settings - Fork 23
/
package.json
29 lines (29 loc) Β· 850 Bytes
/
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
{
"name": "portfolio-template",
"description": "Deploy your portfolio in 5 minutes β‘ Built with Astro π and TailwindCSS β¨ Achieve a perfect Lighthouse score π― ",
"author": "Ahmed Zougari <[email protected]> (http://ahmedz.dev)",
"type": "module",
"version": "3.0.0",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.7.0",
"@astrojs/tailwind": "^5.1.0",
"astro": "^4.11.1",
"valibot": "^0.35.0"
},
"devDependencies": {
"prettier": "^3.3.2",
"prettier-plugin-astro": "^0.14.0",
"prettier-plugin-tailwindcss": "^0.6.5",
"sharp": "^0.33.4",
"tailwindcss": "^3.4.4",
"typescript": "^5.5.2"
},
"packageManager": "[email protected]"
}