-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.96 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.96 KB
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
{
"name": "website",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"fmt": "prettier --write . --plugin=prettier-plugin-astro --plugin=prettier-plugin-tailwindcss"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/rss": "^4.0.12",
"@astrojs/starlight": "^0.35.1",
"@astrojs/starlight-tailwind": "^4.0.1",
"@astrojs/tailwind": "^6.0.2",
"@fontsource-variable/rubik": "^5.2.5",
"@fontsource/atkinson-hyperlegible": "^5.2.5",
"@fontsource/ibm-plex-mono": "^5.2.5",
"@iconify-json/ic": "^1.2.2",
"@iconify-json/material-symbols": "^1.2.20",
"@iconify-json/ph": "^1.2.2",
"@iconify-json/ri": "^1.2.5",
"@tailwindcss/vite": "^4.1.4",
"astro": "^5.12.3",
"astro-og-canvas": "^0.4.2",
"canvaskit-wasm": "^0.39.1",
"sharp": "^0.34.3",
"tailwindcss": "^4.1.4",
"yaml": "^2.7.1"
},
"devDependencies": {
"@types/markdown-it": "^14.1.2",
"@types/sanitize-html": "^2.15.0",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-config-standard-with-typescript": "^43.0.1",
"eslint-plugin-astro": "^0.31.4",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-mdx": "^3.4.1",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-promise": "^6.6.0",
"json-schema-typed": "^8.0.2",
"markdown-it": "^14.1.0",
"prettier": "3.2.5",
"prettier-plugin-astro": "^0.13.0",
"prettier-plugin-tailwindcss": "^0.5.14",
"sanitize-html": "^2.16.0",
"typescript": "^5.8.3"
}
}