-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 879 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 879 Bytes
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": "astro",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"test:image": "ts-node --esm ./scripts/test-social-image.ts"
},
"dependencies": {
"@astrojs/mdx": "^0.18.2",
"@astrojs/rss": "^2.3.1",
"@astrojs/sitemap": "^1.2.1",
"@astrojs/tailwind": "^3.1.1",
"@urql/core": "^3.2.2",
"astro": "^2.1.3",
"graphql": "^16.6.0",
"gray-matter": "^4.0.3",
"highlight.js": "^11.7.0",
"reading-time-estimator": "^1.8.1",
"rehype-highlight": "^6.0.0",
"rehype-raw": "^6.1.1",
"rehype-stringify": "^9.0.3",
"remark-parse": "^10.0.1",
"remark-rehype": "^10.1.0",
"tailwindcss": "^3.0.24",
"unified": "^10.1.2"
},
"devDependencies": {
"ts-node": "^10.9.1"
}
}