-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
57 lines (57 loc) · 1.44 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
51
52
53
54
55
56
57
{
"name": "astro-cactus",
"version": "2.3.0",
"private": false,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"sync": "astro sync",
"check": "astro check",
"build": "astro build",
"preview": "astro preview",
"format": "prettier -w --plugin-search-dir=. --cache ."
},
"devDependencies": {
"@astrojs/mdx": "^2.3.1",
"@astrojs/sitemap": "^3.1.4",
"@astrojs/tailwind": "5.1.0",
"@resvg/resvg-js": "^2.4.1",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/typography": "^0.5.8",
"@types/eslint": "^8.40.0",
"@types/prettier": "^2.7.3",
"@typescript-eslint/eslint-plugin": "^5.59.8",
"@typescript-eslint/parser": "^5.59.8",
"astro-eslint-parser": "^0.14.0",
"autoprefixer": "^10.4.14",
"eslint": "^8.42.0",
"eslint-config-prettier": "^8.8.0",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-astro": "^0.27.1",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^4.2.1",
"postcss": "^8.4.24",
"postcss-html": "^1.5.0",
"prettier": "^2.8.8",
"prettier-plugin-astro": "0.10.0",
"prettier-plugin-tailwindcss": "^0.3.0",
"tailwindcss": "^3.3.2",
"typescript": "^5.4.5"
},
"dependencies": {
"@astrojs/rss": "^4.0.5",
"astro": "4.6.3",
"satori": "0.10.1",
"satori-html": "^0.3.2",
"sharp": "^0.32.0"
},
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
"rollup"
]
}
},
"packageManager": "pnpm@9.0.4"
}