-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.24 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.24 KB
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
{
"name": "my-site-astro",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^1.0.0",
"@astrojs/react": "^3.0.0",
"@astrojs/sitemap": "3.0.0",
"@astrojs/solid-js": "3.0.0",
"@astrojs/svelte": "4.0.0",
"@astrojs/tailwind": "^5.0.0",
"@astrojs/vercel": "5.2.0",
"@tailwindcss/typography": "0.5.10",
"astro": "^3.0.8",
"astro-icon": "^0.8.0",
"astro-robots-txt": "0.5.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"rehype-pretty-code": "^0.9.4",
"remark-toc": "^8.0.1",
"sharp": "0.32.0",
"shiki": "^0.14.1",
"solid-js": "^1.4.3",
"svelte": "^4.0.0",
"tailwindcss": "^3.3.3"
},
"devDependencies": {
"@astrojs/partytown": "2.0.0",
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"@typescript-eslint/eslint-plugin": "6.12.0",
"@typescript-eslint/parser": "6.12.0",
"eslint": "8.54.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-astro": "0.29.1",
"prettier": "3.1.0",
"prettier-plugin-astro": "0.12.2",
"prettier-plugin-tailwindcss": "0.5.7"
}
}