-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
90 lines (90 loc) · 2.66 KB
/
package.json
File metadata and controls
90 lines (90 loc) · 2.66 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"name": "my-blog",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev --host",
"start": "astro dev --host",
"build": "astro check && astro build",
"lint": "eslint src/",
"lint-fix": "npm run lint -- --fix",
"preview": "wrangler pages dev --port 4321 ./dist",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "0.9.4",
"@astrojs/mdx": "4.2.3",
"@astrojs/react": "4.2.3",
"@astrojs/rss": "4.0.11",
"@astrojs/sitemap": "3.3.0",
"@astrojs/tailwind": "6.0.2",
"@pintora/cli": "^0.7.6",
"@playform/compress": "^0.1.1",
"@types/react-dom": "^18.3.0",
"@viz-js/viz": "^3.9.0",
"astro": "5.6.1",
"astro-icon": "^1.1.0",
"astro-seo": "^0.8.4",
"lodash": "^4.17.21",
"mermaid": "^11.2.1",
"quicklink": "^3.0.1",
"rambdax": "^11.1.1",
"react-dom": "^18.3.1",
"remark-flexible-code-titles": "^1.2.0",
"sharp": "^0.33.4",
"tailwindcss": "^3.4.4",
"typescript": "^5.4.5"
},
"devDependencies": {
"@eslint/compat": "^1.0.3",
"@eslint/js": "^9.4.0",
"@iconify-json/mdi": "^1.1.66",
"@iconify-json/simple-icons": "^1.1.106",
"@resvg/resvg-js": "^2.6.2",
"@stylistic/eslint-plugin-js": "^2.1.0",
"@stylistic/eslint-plugin-ts": "^2.1.0",
"@total-typescript/ts-reset": "^0.6.0",
"@types/eslint__js": "^8.42.3",
"@types/lodash": "^4.17.5",
"@types/quicklink": "^2.3.4",
"@types/react": "^18.3.3",
"@typescript-eslint/parser": "^8.3.0",
"autoprefixer": "^10.4.19",
"clsx": "^2.1.1",
"dotenv": "^16.4.5",
"eslint": "^9.4.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-astro": "^1.2.2",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-simple-import-sort": "^12.1.0",
"hastscript": "^9.0.0",
"lightningcss": "^1.25.1",
"mdast-util-to-string": "^4.0.0",
"mdast-util-toc": "^7.1.0",
"postcss": "^8.4.38",
"postcss-nesting": "^13.0.0",
"prettier": "^3.3.2",
"prettier-plugin-astro": "^0.14.0",
"prettier-plugin-css-order": "^2.1.2",
"prettier-plugin-tailwindcss": "^0.6.2",
"react": "^18.3.1",
"reading-time": "^1.5.0",
"rehype-accessible-emojis": "^0.3.2",
"rehype-autolink-headings": "^7.1.0",
"rehype-remove-comments": "^6.0.0",
"rehype-rewrite": "^4.0.2",
"rehype-slug": "^6.0.0",
"sass": "^1.77.5",
"satori": "^0.10.13",
"tailwind-merge": "^2.3.0",
"ts-essentials": "^10.0.1",
"type-fest": "^4.20.1",
"typescript-eslint": "^8.3.0",
"wrangler": "^3.61.0"
},
"overrides": {
"canvas": "v3.0.0-rc2"
}
}