-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 2 KB
/
Copy pathpackage.json
File metadata and controls
73 lines (73 loc) · 2 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
{
"name": "@onwidget/astrowind",
"version": "1.0.0-beta.34",
"description": "AstroWind: A free template using Astro 4.0 and Tailwind CSS. Astro starter theme.",
"type": "module",
"private": true,
"engines": {
"node": ">=22.12.0"
},
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"format": "prettier -w .",
"lint:eslint": "eslint ."
},
"dependencies": {
"@astrojs/markdown-remark": "^7.2.1",
"@astrojs/rss": "^4.0.19",
"@astrojs/sitemap": "^3.7.3",
"@expressive-code/plugin-line-numbers": "^0.41.3",
"@fontsource-variable/inter": "^5.2.6",
"astro": "^7.0.7",
"astro-embed": "^0.13.1",
"astro-icon": "^1.1.5",
"astro-seo": "^0.8.4",
"limax": "4.1.0",
"lodash.merge": "^4.6.2",
"rehype-autolink-headings": "^7.1.0",
"rehype-slug": "^6.0.0",
"remark-toc": "^9.0.0",
"unpic": "^3.22.0"
},
"devDependencies": {
"@astrojs/mdx": "^7.0.2",
"@astrojs/partytown": "^2.1.7",
"@eslint/js": "^9.31.0",
"@iconify-json/flat-color-icons": "^1.2.1",
"@iconify-json/tabler": "^1.2.19",
"@playform/compress": "^0.2.0",
"@tailwindcss/typography": "^0.5.20",
"@tailwindcss/vite": "^4.3.2",
"@types/eslint__js": "^8.42.3",
"@types/js-yaml": "^4.0.9",
"@types/lodash.merge": "^4.6.9",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"astro-eslint-parser": "^1.2.2",
"eslint": "8.57.0",
"eslint-plugin-astro": "^1.3.1",
"eslint-plugin-jsx-a11y": "^6.10.2",
"globals": "^15.1.0",
"js-yaml": "^4.1.0",
"mdast-util-to-string": "^4.0.0",
"prettier": "^3.6.2",
"prettier-plugin-astro": "^0.14.1",
"reading-time": "^1.5.0",
"rehype-accessible-emojis": "^0.3.2",
"rehype-plugin-image-native-lazy-loading": "^1.2.0",
"sharp": "^0.34.3",
"tailwind-merge": "^3.6.0",
"tailwindcss": "^4.3.2",
"typescript": "^5.8.3",
"typescript-eslint": "^7.8.0"
},
"allowScripts": {
"sharp@0.34.5": true,
"esbuild@0.28.1": true,
"fsevents@2.3.3": true
}
}