-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
executable file
·44 lines (44 loc) · 1.17 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
{
"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",
"newPost": "node ./scripts/new-post.cjs"
},
"dependencies": {
"@astrojs/mdx": "^0.11.6",
"@astrojs/partytown": "^1.0.1",
"@astrojs/prefetch": "^0.1.1",
"@astrojs/react": "^1.2.2",
"@astrojs/sitemap": "^1.0.0",
"@astrojs/tailwind": "^2.1.2",
"@fec/remark-a11y-emoji": "^3.1.0",
"@tailwindcss/typography": "^0.5.8",
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"astro": "^1.6.10",
"astro-seo": "^0.6.0",
"astro-seo-schema": "^1.2.0",
"moment": "^2.29.4",
"prop-types": "^15.8.1",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-responsive-embed": "^2.1.0",
"react-twitter-embed": "^4.0.4",
"remark-embed-images": "^3.1.0",
"remark-emoji": "^3.0.2",
"remark-gfm": "^3.0.1",
"remark-inline-links": "^6.0.1",
"rollup": "^3.3.0",
"shortid": "^2.2.16",
"slug": "^8.2.2",
"tailwindcss": "^3.0.24",
"typescript": "^4.9.3"
}
}