-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 948 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
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "portfolio-web-24",
"type": "module",
"version": "0.0.1",
"author": {
"name": "efrencodes"
},
"homepage": "https://www.efrencodes.com",
"keywords": [
"JavaScript",
"Astro",
"tailwindcss",
"typescript"
],
"repository": {
"type": "git",
"url": "https://github.com/efrencodes/portfolio-web-astro.git"
},
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"format": "prettier -w ."
},
"dependencies": {
"@astrojs/mdx": "^1.1.2",
"@astrojs/sitemap": "^3.0.2",
"@astrojs/tailwind": "^5.0.2",
"@astrojs/vercel": "^5.1.0",
"@tailwindcss/typography": "^0.5.10",
"astro": "^3.3.1",
"astro-seo": "^0.8.0",
"prettier": "3.0.3",
"prettier-plugin-astro": "0.12.0",
"prettier-plugin-tailwindcss": "0.5.5",
"tailwindcss": "^3.0.24"
},
"license": "MIT"
}