-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 790 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 790 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
{
"name": "@example/blog",
"type": "module",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/node": "^5.0.1",
"@astrojs/prefetch": "^0.2.1",
"@astrojs/tailwind": "^3.0.1",
"@tailwindcss/line-clamp": "^0.4.2",
"astro": "^2.0.4",
"astro-compress": "^2.0.12",
"astro-critters": "^2.0.10",
"daisyui": "^2.31.0",
"express": "^4.18.2",
"highlight.js": "^11.7.0",
"isomorphic-dompurify": "^1.0.0",
"marked": "^4.1.1",
"node-html-parser": "^6.1.10",
"tailwindcss": "^3.1.8"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.7",
"prettier": "2.8.2",
"prettier-plugin-tailwindcss": "^0.2.6"
}
}