generated from hellotham/hello-astro
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
99 lines (99 loc) · 3.16 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"name": "martinezfiloz",
"description": "Sitio web de servicios legales en la ciudad de Cartagena principalmente, y el resto de Colombia.",
"version": "1.0.0",
"scripts": {
"dev": "astro dev",
"clean": "rm -rf node_modules .astro dist",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"check": "astro check",
"lint": "pnpm run lint:prettier ; pnpm run lint:eslint",
"lint:prettier": "prettier --write \"src/**/*.{js,jsx,ts,tsx,md,mdx,astro}\"",
"lint:eslint": "eslint --fix \"src/**/*.{js,ts,jsx,tsx,astro}\"",
"astro": "astro"
},
"devDependencies": {
"@akebifiky/remark-simple-plantuml": "^1.0.2",
"@astrojs/alpinejs": "^0.4.0",
"@astrojs/mdx": "^2.2.0",
"@astrojs/sitemap": "^3.1.1",
"@astrojs/tailwind": "^5.1.0",
"@iconify-json/devicon": "^1.1.36",
"@iconify-json/heroicons": "^1.1.20",
"@iconify-json/mdi": "^1.1.64",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/line-clamp": "^0.4.4",
"@tailwindcss/typography": "^0.5.10",
"@types/alpinejs": "^3.13.9",
"@types/leaflet": "^1.9.8",
"@types/node": "^20.11.27",
"@types/photoswipe": "^4.1.6",
"@typescript-eslint/parser": "^7.2.0",
"alpinejs": "^3.13.7",
"astro": "^4.5.4",
"astro-icon": "^1.1.0",
"astro-robots-txt": "^1.0.0",
"eslint": "^8.57.0",
"eslint-plugin-astro": "^0.31.4",
"eslint-plugin-css": "^0.9.2",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-markdown": "^4.0.1",
"eslint-plugin-mdx": "^3.1.5",
"exifr": "^7.1.3",
"mdast-util-to-string": "^4.0.0",
"prettier": "^3.2.5",
"prettier-config-standard": "^7.0.0",
"prettier-plugin-astro": "^0.13.0",
"prettier-plugin-tailwindcss": "^0.5.12",
"reading-time": "^1.5.0",
"rehype-katex": "^7.0.0",
"remark-emoji": "^4.0.1",
"remark-math": "^6.0.0",
"schema-dts": "^1.1.2",
"tailwindcss": "^3.4.1",
"typescript": "~5.4.2",
"unist-util-visit": "^5.0.0",
"vite": "^5.1.6"
},
"dependencies": {
"@astrojs/check": "^0.5.9",
"@astrojs/markdoc": "^0.9.2",
"@astrojs/react": "^3.1.0",
"@astrojs/rss": "^4.0.5",
"@iconify-json/codicon": "^1.1.44",
"@iconify-json/heroicons-outline": "^1.1.10",
"@iconify-json/ic": "^1.1.17",
"@iconify-json/tabler": "^1.1.108",
"@iconify/json": "^2.2.192",
"@tabler/icons": "^3.1.0",
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"astro-diagram": "^0.7.0",
"astro-heroicons": "^2.1.1",
"astro-iconify": "^1.2.0",
"astro-link": "^1.2.1",
"astro-seo": "^0.8.3",
"astro-social-share": "^1.3.2",
"astro-tunnel": "^0.1.5",
"flowbite": "^2.3.0",
"hero-patterns": "^2.1.0",
"katex": "^0.16.9",
"leaflet": "^1.9.4",
"limax": "^4.1.0",
"lunr": "^2.3.9",
"mermaid": "^10.9.0",
"photoswipe": "^5.4.3",
"photoswipe-dynamic-caption-plugin": "^1.2.7",
"pnpm": "^8.15.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"remark-frontmatter": "^5.0.0",
"remark-parse-frontmatter": "^1.0.3",
"sharp": "^0.33.2",
"swiper": "^11.0.7"
},
"packageManager": "pnpm@8.15.4"
}