generated from 0xi4o/quickstore
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 900 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
{
"name": "@mikes/starter",
"version": "0.0.1",
"private": true,
"type": "module",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"devDependencies": {
"@typescript-eslint/parser": "6.11.0",
"eslint": "^8.53.0",
"eslint-plugin-astro": "^0.29.1",
"prettier": "^3.1.0",
"prettier-plugin-astro": "^0.12.2",
"prettier-plugin-tailwindcss": "^0.5.7"
},
"dependencies": {
"@astrojs/mdx": "^1.1.5",
"@astrojs/partytown": "^2.0.2",
"@astrojs/sitemap": "^3.0.3",
"@astrojs/tailwind": "^5.0.2",
"@astrolib/seo": "^0.6.0",
"@fontsource-variable/league-spartan": "^5.0.17",
"@fontsource/libre-baskerville": "^5.0.8",
"@tailwindcss/typography": "^0.5.10",
"astro": "^3.5.4",
"astro-compress": "^2.2.3",
"lightgallery": "^2.7.2",
"sharp": "^0.32.6",
"tailwindcss": "^3.3.5"
}
}