forked from withastro/astro.build
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
76 lines (76 loc) · 2.18 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "@example/minimal",
"type": "module",
"version": "0.0.1",
"private": true,
"scripts": {
"preinstall": "npx only-allow pnpm",
"dev": "astro dev",
"start": "astro dev",
"build": "astro build --remote",
"preview": "astro preview",
"lint": "biome lint .",
"format": "biome check . --apply",
"format-unsafe": "biome check . --apply-unsafe",
"typecheck": "astro check",
"update:integrations": "node -r dotenv/config ./scripts/update-integrations.mjs",
"update:showcase": "node -r dotenv/config ./scripts/update-showcase.mjs",
"audit:showcase": "node -r dotenv/config .scripts/audit-showcase.mjs"
},
"dependencies": {
"@astro-community/astro-embed-youtube": "^0.4.3",
"@astrojs/db": "^0.11.4",
"@astrojs/mdx": "^2.1.1",
"@astrojs/rss": "^4.0.5",
"@astrojs/sitemap": "^3.1.1",
"@astrojs/solid-js": "^4.0.1",
"@astrojs/tailwind": "^5.1.0",
"@astrojs/web-vitals": "^0.2.1",
"@fontsource-variable/inter": "^5.0.16",
"@iconify-json/ri": "^1.1.20",
"astro": "^4.4.15",
"astro-expressive-code": "^0.33.4",
"chart.js": "4.4.1",
"clsx": "^2.0.0",
"cobe": "^0.6.3",
"gray-matter": "^4.0.3",
"motion": "^10.17.0",
"node-fetch": "^3.3.2",
"quill": "^1.3.7",
"rehype-pretty-code": "^0.13.2",
"sharp": "^0.33.0",
"slugify": "^1.6.6",
"solid-js": "^1.8.7",
"tailwindcss": "^3.4.3",
"xss": "^1.0.14",
"zod": "^3.22.4",
"zod-form-data": "^2.0.2"
},
"devDependencies": {
"@actions/core": "^1.10.1",
"@astrojs/check": "^0.5.6",
"@astrojs/site-kit": "github:withastro/site-kit",
"@astrojs/vercel": "^7.3.5",
"@babel/core": "^7.23.6",
"@biomejs/biome": "1.7.0",
"@octokit/graphql": "^7.0.2",
"@playwright/test": "^1.40.1",
"@types/json-to-pretty-yaml": "1.2.1",
"@types/node": "^20.10.4",
"@types/quill": "^2.0.14",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"astro-eslint-parser": "^0.16.0",
"astro-icon": "^0.8.2",
"date-fns": "^2.30.0",
"dotenv": "^16.3.1",
"json-to-pretty-yaml": "^1.2.2",
"linkedom": "^0.16.4",
"only-allow": "1.2.1",
"puppeteer": "^21.6.0",
"smartypants": "^0.2.2",
"tiny-glob": "^0.2.9",
"typescript": "^5.3.3"
},
"packageManager": "[email protected]"
}