generated from hellotham/hello-astro
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
90 lines (90 loc) · 2.62 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
{
"name": "hellotham,github.io",
"private": true,
"description": "Hello Tham Website in Astro",
"version": "3.0.0",
"author": "Hello Tham <[email protected]>",
"bugs": {
"url": "https://github.com/hellotham/hellotham-website/issues"
},
"homepage": "https://hellotham.com",
"keywords": [
"gatsby",
"typescript",
"MDX",
"Prism",
"TailwindCSS",
"blog"
],
"license": "0BSD",
"main": "n/a",
"repository": {
"type": "git",
"url": "git+https://github.com/hellotham/hellotham-website.git"
},
"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.2.2",
"@astrojs/mdx": "^0.19.7",
"@astrojs/sitemap": "^1.3.3",
"@astrojs/tailwind": "^3.1.3",
"@netlify/functions": "^1.6.0",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/line-clamp": "^0.4.4",
"@tailwindcss/typography": "^0.5.9",
"@types/alpinejs": "^3.7.1",
"@types/leaflet": "^1.9.3",
"@types/photoswipe": "^4.1.2",
"@typescript-eslint/parser": "^5.59.11",
"alpinejs": "^3.12.2",
"astro": "^2.6.4",
"astro-robots-txt": "^0.5.0",
"eslint": "^8.42.0",
"eslint-plugin-astro": "^0.27.1",
"eslint-plugin-css": "^0.8.0",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-markdown": "^3.0.0",
"eslint-plugin-mdx": "^2.1.0",
"exifr": "^7.1.3",
"mdast-util-to-string": "^3.2.0",
"prettier": "^2.8.8",
"prettier-config-standard": "^5.0.0",
"prettier-plugin-astro": "^0.10.0",
"prettier-plugin-tailwindcss": "^0.3.0",
"reading-time": "^1.5.0",
"rehype-katex": "^6.0.3",
"remark-emoji": "^3.1.2",
"remark-math": "^5.1.1",
"schema-dts": "^1.1.2",
"tailwindcss": "^3.3.2",
"typescript": "~5.0.4",
"unist-util-visit": "^4.1.2"
},
"dependencies": {
"@astrojs/markdoc": "^0.3.3",
"@astrojs/rss": "^2.4.3",
"astro-icon": "^0.8.1",
"astro-seo": "^0.7.4",
"hero-patterns": "^2.1.0",
"katex": "^0.16.7",
"leaflet": "^1.9.4",
"lunr": "^2.3.9",
"photoswipe": "^5.3.7",
"photoswipe-dynamic-caption-plugin": "^1.2.7",
"swiper": "^9.4.1"
},
"packageManager": "[email protected]"
}