generated from CloudCannon/astro-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 876 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
{
"name": "great-lakes-blog",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"prebuild:fetch-theme-color": "node fetch-theme-color.cjs"
},
"dependencies": {
"@astrojs/react": "^3.0.2",
"@astrojs/tailwind": "^5.0.0",
"@bookshop/astro-bookshop": "3.8.1",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"astro": "^3.0.10",
"json-to-pretty-yaml": "^1.2.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwindcss": "^3.3.3"
},
"devDependencies": {
"@astrojs/rss": "^3.0.0",
"@bookshop/astro-engine": "3.8.1",
"@bookshop/browser": "3.8.1",
"@bookshop/generate": "3.8.1",
"astro-seo": "^0.8.0",
"markdown-it": "^13.0.1",
"sass": "^1.66.1"
}
}