-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
52 lines (52 loc) · 1.38 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
{
"name": "simple-cafe-site-microcms-template",
"type": "module",
"version": "1.0.0",
"engines": {
"node": ">=18.0.0"
},
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/image": "0.16.8",
"@astrojs/partytown": "1.2.2",
"@astrojs/preact": "2.1.0",
"@astrojs/prefetch": "0.2.1",
"@astrojs/sitemap": "1.2.2",
"@astrojs/svelte": "2.1.1",
"@astrojs/tailwind": "3.1.1",
"@rgossiaux/svelte-headlessui": "1.0.2",
"astro": "2.4.5",
"astro-robots-txt": "0.5.0",
"astro-seo": "0.7.2",
"autoprefixer": "10.4.14",
"cheerio": "1.0.0-rc.12",
"clsx": "1.2.1",
"dayjs": "1.11.7",
"microcms-js-sdk": "2.4.0",
"preact": "10.13.2",
"sswr": "^1.10.0",
"svelte": "3.54.0",
"tailwindcss": "3.3.1"
},
"devDependencies": {
"@tailwindcss/typography": "0.5.9",
"@typescript-eslint/eslint-plugin": "5.59.5",
"@typescript-eslint/parser": "5.59.5",
"eslint": "8.40.0",
"eslint-plugin-astro": "0.27.0",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-svelte": "2.28.0",
"prettier": "2.8.8",
"prettier-plugin-astro": "0.8.1",
"prettier-plugin-svelte": "2.10.0",
"prettier-plugin-tailwindcss": "0.2.7",
"svelte-eslint-parser": "0.28.0",
"typescript": "5.0.4"
}
}