-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
54 lines (54 loc) · 1.9 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
{
"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.2",
"@astrojs/rss": "^4.0.7",
"@astrojs/starlight": "^0.25.4",
"@astrojs/starlight-tailwind": "^2.0.3",
"@astrojs/tailwind": "^5.1.0",
"@fontsource-variable/rubik": "^5.0.20",
"@fontsource/atkinson-hyperlegible": "^5.0.18",
"@fontsource/ibm-plex-mono": "^5.0.8",
"@iconify-json/ic": "^1.1.17",
"@iconify-json/material-symbols": "^1.1.71",
"@iconify-json/ph": "^1.1.10",
"@iconify-json/ri": "^1.1.19",
"astro": "^4.13.3",
"astro-og-canvas": "^0.4.2",
"canvaskit-wasm": "^0.39.1",
"sharp": "^0.32.5",
"tailwindcss": "^3.4.1",
"yaml": "^2.3.4"
},
"devDependencies": {
"@types/markdown-it": "^14.0.1",
"@types/sanitize-html": "^2.11.0",
"@typescript-eslint/eslint-plugin": "^6.4.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-standard-with-typescript": "^43.0.1",
"eslint-plugin-astro": "^0.31.4",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-mdx": "^3.1.5",
"eslint-plugin-n": "^15.0.0 || ^16.0.0 ",
"eslint-plugin-promise": "^6.0.0",
"markdown-it": "^14.1.0",
"prettier": "3.2.5",
"prettier-plugin-astro": "^0.13.0",
"prettier-plugin-tailwindcss": "^0.5.11",
"sanitize-html": "^2.13.0",
"typescript": "^5.3.3"
}
}