-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 905 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": "bandeiras",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"format": "prettier -w --plugin-search-dir=. .",
"astro": "astro"
},
"dependencies": {
"@astrojs/sitemap": "^1.3.2",
"@astrojs/tailwind": "^3.1.3",
"@fancyapps/ui": "^5.0.19",
"@fontsource-variable/assistant": "^5.0.5",
"@fontsource/homemade-apple": "^5.0.5",
"@tailwindcss/typography": "^0.5.9",
"astro": "^2.5.6",
"tailwindcss": "^3.3.2"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.59.6",
"@typescript-eslint/parser": "^5.59.6",
"eslint": "^8.41.0",
"eslint-plugin-astro": "^0.27.0",
"prettier": "^2.8.8",
"prettier-plugin-astro": "^0.9.0",
"prettier-plugin-tailwindcss": "^0.3.0",
"typescript": "^5.0.4"
}
}