-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.38 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
45
46
47
48
49
50
{
"name": "vitaneri",
"type": "module",
"version": "5.1.0",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"lint": "eslint .",
"format": "prettier --write .",
"create": "node content-generator"
},
"dependencies": {
"@astrojs/rss": "^4.0.9",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/solid-js": "^4.4.2",
"@astrojs/tailwind": "^5.1.2",
"@tailwindcss/typography": "^0.5.15",
"astro": "^4.16.6",
"astro-expressive-code": "^0.37.1",
"astro-og-canvas": "^0.5.4",
"canvaskit-wasm": "^0.39.1",
"markdown-it": "^14.1.0",
"mdast-util-to-string": "^4.0.0",
"reading-time": "^1.5.0",
"sanitize-html": "^2.13.1",
"sharp": "^0.33.5",
"solid-js": "^1.9.2",
"tailwindcss": "^3.4.14"
},
"devDependencies": {
"@clack/prompts": "^0.7.0",
"@types/markdown-it": "^14.1.2",
"@types/sanitize-html": "^2.13.0",
"@typescript-eslint/parser": "^8.10.0",
"eslint": "^9.13.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-astro": "^1.3.0",
"eslint-plugin-jsx-a11y": "^6.10.0",
"eslint-plugin-solid": "^0.14.3",
"github-slugger": "^2.0.0",
"pagefind": "^1.1.1",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.8",
"sirv": "^3.0.0"
}
}