-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
57 lines (57 loc) · 1.78 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
{
"name": "osiuxws",
"type": "module",
"version": "2.0.0",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && 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": {
"@astro-community/astro-embed-twitter": "^0.5.4",
"@astro-community/astro-embed-vimeo": "^0.3.7",
"@astro-community/astro-embed-youtube": "^0.5.2",
"@astrojs/check": "^0.7.0",
"@astrojs/mdx": "^3.1.1",
"@astrojs/sitemap": "^3.1.6",
"@astrojs/tailwind": "^5.1.0",
"@epic-web/cachified": "^5.2.0",
"@iconify-json/fa6-solid": "^1.1.21",
"@iconify-json/logos": "^1.1.43",
"@imgix/js-core": "^3.8.0",
"@philnash/astro-pagination": "^0.4.0",
"astro": "^4.11.0",
"astro-google-fonts-optimizer": "^0.2.2",
"astro-icon": "^1.1.0",
"astro-seo": "^0.8.4",
"date-fns": "^3.6.0",
"hastscript": "^9.0.0",
"lru-cache": "^10.2.2",
"mdast-util-to-string": "^4.0.0",
"reading-time": "^1.5.0",
"rehype-accessible-emojis": "^0.3.2",
"rehype-autolink-headings": "^7.1.0",
"rehype-slug": "^6.0.0",
"slugify": "^1.6.6",
"tailwind-merge": "^2.3.0",
"tailwindcss": "^3.4.4",
"typescript": "^5.5.2",
"unsplash-js": "^7.0.19"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.13",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@typescript-eslint/parser": "^7.13.1",
"astro-themes": "^0.2.5",
"eslint": "^8.57.0",
"eslint-plugin-astro": "^1.2.2",
"eslint-plugin-jsx-a11y": "^6.9.0",
"prettier": "^3.3.2",
"prettier-config-standard": "^7.0.0",
"prettier-plugin-astro": "^0.14.0"
}
}