-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
33 lines (33 loc) · 859 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
{
"name": "astro-template-portfolio",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"check": "astro check",
"astro": "astro"
},
"dependencies": {
"@astrojs/node": "^8.2.5",
"@astrojs/sitemap": "^3.1.4",
"@astrojs/tailwind": "^5.1.0",
"@astrojs/vercel": "^7.5.4",
"@fontsource-variable/montserrat": "^5.0.17",
"@fontsource/open-sans": "^5.0.12",
"astro": "^4.7.0",
"astro-robots-txt": "^1.0.0",
"astro-seo": "0.8.0",
"tailwindcss": "^3.3.3"
},
"devDependencies": {
"@typescript-eslint/parser": "5.59.7",
"eslint": "8.41.0",
"eslint-plugin-astro": "0.27.1",
"prettier": "2.8.8",
"prettier-plugin-astro": "0.9.0",
"prettier-plugin-tailwindcss": "0.3.0"
}
}