forked from one-aalam/astro-ink
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.02 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
{
"name": "astro-ink",
"version": "1.0.1",
"private": true,
"type": "module",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"check": "astro check",
"postbuild": "node ./scripts/search/prepare-index.js",
"preview": "astro preview"
},
"devDependencies": {
"@astrojs/mdx": "^0.12.1",
"@astrojs/rss": "^1.0.3",
"@astrojs/sitemap": "^1.0.0",
"@astrojs/svelte": "^2.0.0",
"@astrojs/tailwind": "^3.0.0",
"@fontsource/fira-sans": "^4.5.9",
"@tailwindcss/aspect-ratio": "^0.4.0",
"@tailwindcss/forms": "^0.5.0",
"@tailwindcss/typography": "^0.5.2",
"@types/node": "^18.7.14",
"astro": "^2.1.0",
"astro-icon": "^0.8.0",
"globby": "^13.1.2",
"gray-matter": "^4.0.3",
"lunr": "^2.3.9",
"mdx": "^0.3.1",
"svelte": "^3.50.0",
"tailwindcss": "^3.2.4",
"tailwindcss-hyphens": "^0.1.0",
"typescript": "^4.3.5"
},
"dependencies": {
"@astrojs/markdoc": "^0.1.0",
"@astrojs/vercel": "^3.2.1",
"ioredis": "^5.3.0"
}
}