-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 2.15 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
{
"name": "personal-site",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev --drafts",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"update": "npm run update:check && npm run update:install && npm i",
"update:check": "npm-check-updates",
"update:install": "npm-check-updates -u"
},
"dependencies": {
"@astrojs/alpinejs": "^0.4.0",
"@astrojs/mdx": "^3.1.9",
"@astrojs/react": "^3.6.3",
"@astrojs/rss": "^4.0.9",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/tailwind": "^5.1.2",
"@types/alpinejs": "^3.13.5",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"alpinejs": "^3.13.2",
"astro": "^4.16.14",
"astro-icon": "^1.1.0",
"astro-robots-txt": "^1.0.0",
"dompurify": "^3.0.6",
"fuse.js": "^7.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tailwindcss": "^3.3.5"
},
"devDependencies": {
"@fontsource/ibm-plex-sans": "^5.0.17",
"@fontsource/ibm-plex-serif": "^5.0.8",
"@fontsource/iosevka": "^5.0.7",
"@iconify-json/fa6-brands": "^1.1.18",
"@iconify-json/heroicons": "^1.1.20",
"@iconify-json/mdi": "^1.1.64",
"@iconify-json/ps": "^1.1.9",
"@iconify-json/twemoji": "^1.1.15",
"@iconify/json": "^2.2.156",
"@savvywombat/tailwindcss-grid-areas": "^3.1.0",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.10",
"@types/marked": "^5.0.2",
"@types/mocha": "^10.0.4",
"@types/node": "^20.9.0",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"astro-seo": "^0.8.0",
"eslint": "^8.53.0",
"eslint-plugin-astro": "^0.29.1",
"eslint-plugin-cypress": "^2.15.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"marked": "^10.0.0",
"mdast-util-to-string": "^4.0.0",
"prettier": "^3.0.3",
"prettier-plugin-astro": "^0.12.1",
"prettier-plugin-tailwindcss": "^0.5.7",
"reading-time": "^1.5.0",
"remark-toc": "^9.0.0",
"sanitize-html": "^2.11.0",
"tailwind-config-viewer": "^1.7.3",
"tailwind-scrollbar": "^3.0.5",
"unplugin-icons": "^0.18.1"
}
}