generated from zankhq/astro-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 1.88 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "portfolio-2024",
"type": "module",
"version": "1.1.0",
"author": "rawr51919",
"description": "My portfolio website, made in Astro and linking to my webpages and projects currently live on Vercel and elsewhere. Created using the Astro Starter Kit.",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/rawr51919/portfolio-2024.git"
},
"bugs": "https://github.com/rawr51919/portfolio-2024/issues",
"homepage": "https://github.com/rawr51919/portfolio-2024",
"files": [
"*"
],
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "npm run pwa:generate-assets && astro build",
"preview": "astro preview",
"astro": "astro",
"pwa:generate-assets": "pwa-assets-generator --preset minimal public/logo.svg"
},
"dependencies": {
"@astrojs/alpinejs": "^0.4.0",
"@astrojs/mdx": "^3.1.9",
"@astrojs/node": "^8.3.4",
"@astrojs/rss": "^4.0.9",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/tailwind": "^5.1.2",
"@astrojs/vercel": "^7.8.2",
"@fontsource-variable/inter": "^5.1.0",
"@types/alpinejs": "^3.13.10",
"@types/mdx": "^2.0.13",
"@vite-pwa/astro": "^0.4.3",
"alpinejs": "^3.14.3",
"astro": "^4.16.13",
"astro-compress": "^2.3.5",
"astro-critters": "^2.2.0",
"astro-htmx": "^1.0.6",
"astro-i18n-aut": "^0.7.0",
"astro-robots-txt": "^1.0.0",
"mdx": "^0.2.3",
"rehype": "^13.0.2",
"tailwindcss": "^3.4.15",
"vite-plugin-pwa": "^0.21.0",
"workbox-window": "^7.3.0"
},
"devDependencies": {
"@vite-pwa/assets-generator": "^0.2.6",
"astro-icon": "^1.1.2",
"astro-seo": "^0.8.4",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.8"
},
"prettier": {
"tabWidth": 4,
"useTabs": true,
"bracketSameLine": true,
"printWidth": 150,
"htmlWhitespaceSensitivity": "ignore",
"plugins": [
"prettier-plugin-astro",
"prettier-plugin-tailwindcss"
]
}
}