-
Notifications
You must be signed in to change notification settings - Fork 72
/
package.json
35 lines (35 loc) · 916 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
{
"name": "@example/basics",
"type": "module",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"prebuild:fetch-theme-color": "node fetch-theme-color.cjs",
"bookshop": "npx @bookshop/generate --bookshop src/components"
},
"dependencies": {
"@astrojs/react": "^2.1.3",
"@bookshop/astro-bookshop": "3.6.0",
"@bookshop/astro-engine": "3.6.0",
"@bookshop/generate": "3.6.0",
"@makotot/ghostui": "^2.0.0",
"@types/react": "^18.0.25",
"@types/react-dom": "^18.0.9",
"astro": "^2.4.5",
"punycode": "^2.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@astrojs/rss": "^1.0.3",
"@types/luxon": "^3.1.0",
"astro-seo": "^0.6.0",
"markdown-it": "^13.0.1",
"sass": "^1.56.1"
}
}