-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 739 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 739 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
{
"name": "astro-ink",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"build": "astro build",
"postbuild": "node ./scripts/search/prepare-index.js",
"preview": "astro preview"
},
"devDependencies": {
"@tailwindcss/aspect-ratio": "^0.4.0",
"@tailwindcss/forms": "^0.5.0",
"@tailwindcss/line-clamp": "^0.3.1",
"@tailwindcss/typography": "^0.5.2",
"@types/node": "^16.11.7",
"astro": "^1.0.0-beta.17",
"globby": "^12.0.2",
"gray-matter": "^4.0.3",
"lunr": "^2.3.9",
"tailwindcss": "^3.0.24",
"typescript": "^4.3.5"
},
"dependencies": {
"@astrojs/sitemap": "^0.1.0",
"@astrojs/svelte": "^0.1.1",
"@astrojs/tailwind": "^0.2.0"
}
}