-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.67 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
{
"name": "astro-bookshop-starter",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"simulate-cloudcannon-build": "run-s astro build && mkdir dist/_cloudcannon && echo '{}' >> dist/_cloudcannon/info.json && ./.cloudcannon/postbuild",
"preview": "astro preview",
"astro": "astro",
"prebuild:fetch-theme-color": "node fetch-theme-color.cjs"
},
"dependencies": {
"@astrojs/alpinejs": "^0.4.0",
"@astrojs/mdx": "^2.2.4",
"@astrojs/react": "^3.0.2",
"@astrojs/tailwind": "^5.0.0",
"@bookshop/astro-bookshop": "3.10.1",
"@fortawesome/fontawesome-svg-core": "^6.5.2",
"@fortawesome/free-brands-svg-icons": "^6.5.2",
"@fortawesome/free-regular-svg-icons": "^6.5.2",
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"@types/alpinejs": "^3.13.10",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"alpinejs": "^3.13.8",
"astro": "4.0.0",
"astro-embed": "^0.7.2",
"diff": "^5.2.0",
"dotenv": "^16.4.5",
"hast-util-from-html-isomorphic": "^2.0.0",
"punycode": "^2.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sharp": "^0.33.5",
"smartling-api-sdk-nodejs": "^2.11.0",
"tailwindcss": "^3.3.3"
},
"devDependencies": {
"@astrojs/rss": "^3.0.0",
"@bookshop/astro-engine": "3.10.1",
"@bookshop/generate": "3.10.1",
"@types/markdown-it": "^14.0.1",
"astro-seo": "^0.8.0",
"markdown-it": "^13.0.1",
"node-html-markdown": "^1.3.0",
"npm-run-all": "^4.1.5",
"rosey": "^2.1.0",
"slugify": "^1.6.6",
"yaml": "^2.4.2"
}
}