-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.19 KB
/
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
42
43
44
45
46
47
{
"name": "barrakudes-landing",
"type": "module",
"version": "2.0.0",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"format": "prettier --write ."
},
"dependencies": {
"@astrojs/mdx": "^2.2.1",
"@astrojs/rss": "^4.0.5",
"@astrojs/sitemap": "^3.1.1",
"@astrojs/tailwind": "^5.1.0",
"@fontsource/inter": "^5.0.17",
"@fontsource/londrina-solid": "^5.0.18",
"astro": "^4.5.8",
"astro-seo-schema": "^4.0.0",
"schema-dts": "^1.1.2",
"tailwindcss": "^3.4.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/barrakudesbegur/landing.git"
},
"keywords": [
"begur",
"landing",
"barrakudes"
],
"author": "barrakudesbegur",
"license": "MIT",
"browserslist": "> 0.5%, last 2 versions, not dead",
"bugs": {
"url": "https://github.com/barrakudesbegur/landing/issues"
},
"homepage": "https://github.com/barrakudesbegur/landing#readme",
"devDependencies": {
"@tailwindcss/typography": "^0.5.10",
"prettier": "^3.2.5",
"prettier-plugin-astro": "^0.13.0",
"prettier-plugin-tailwindcss": "^0.5.12"
}
}