-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.86 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
{
"name": "jeff-astor-dot-com-astro",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"lint": "prettier --write \"**/*.{js,jsx,ts,tsx,md,mdx,astro}\" && eslint --fix \"src/**/*.{js,ts,jsx,tsx,astro}\""
},
"dependencies": {
"@astrojs/markdown-remark": "^3.2.1",
"@astrojs/mdx": "^1.1.1",
"@astrojs/prefetch": "^0.4.1",
"@astrojs/react": "^3.0.3",
"@astrojs/rss": "^3.0.0-rc.1",
"@astrojs/sitemap": "^3.0.1",
"@astrojs/tailwind": "^5.0.1",
"@radix-ui/react-accordion": "^1.1.2",
"astro": "^3.2.3",
"astro-robots-txt": "^1.0.0",
"clsx": "^2.0.0",
"d3-time-format": "^4.1.0",
"framer-motion": "^10.16.4",
"katex": "^0.16.9",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sharp": "^0.32.6",
"shiki": "^0.14.4",
"tailwind-merge": "^1.14.0",
"tailwindcss": "^3.3.3"
},
"devDependencies": {
"@astrojs/check": "^0.2.0",
"@types/d3-time-format": "^4.0.1",
"@types/react": "^18.2.25",
"@types/react-dom": "^18.2.10",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"eslint": "^8.50.0",
"eslint-plugin-astro": "^0.29.1",
"github-slugger": "^2.0.0",
"hast-util-from-html-isomorphic": "^2.0.0",
"hast-util-has-property": "^3.0.0",
"hast-util-heading-rank": "^3.0.0",
"hast-util-is-element": "^3.0.0",
"hast-util-select": "^6.0.1",
"hast-util-to-text": "^4.0.0",
"mdast-util-to-string": "^4.0.0",
"prettier": "^3.0.3",
"prettier-plugin-astro": "^0.12.0",
"reading-time": "^1.5.0",
"rehype-parse": "9.0.0",
"rehype-pretty-code": "^0.10.1",
"remark-math": "^6.0.0",
"typescript": "^5.2.2",
"unified": "^11.0.3",
"unist-util-visit": "^5.0.0"
}
}