-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.39 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
{
"name": "walkertx-portfolio",
"type": "module",
"version": "1.0.0",
"scripts": {
"astro": "astro",
"build": "astro check && astro build",
"check": "astro check",
"dev": "astro dev",
"dev:network": "astro dev --host",
"format": "prettier . --write",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"preview": "astro preview",
"preview:network": "astro preview --host"
},
"dependencies": {
"@astrojs/check": "^0.9.3",
"@astrojs/mdx": "^3.1.5",
"@astrojs/sitemap": "^3.1.6",
"@astrojs/tailwind": "^5.1.0",
"@fontsource/inter": "^5.0.17",
"@fontsource/lora": "^5.0.16",
"@tailwindcss/typography": "^0.5.10",
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/parser": "^7.3.1",
"astro": "^4.15.3",
"clsx": "^2.1.0",
"eslint": "^8.57.0",
"eslint-plugin-astro": "^1.2.3",
"eslint-plugin-jsx-a11y": "^6.8.0",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-organize-imports": "^4.0.0",
"sharp": "^0.33.5",
"tailwind-merge": "^2.2.2",
"tailwindcss": "^3.4.1",
"typescript": "^5.5.4"
},
"devDependencies": {
"hastscript": "^9.0.0",
"lucide-astro": "^0.437.0",
"prettier-plugin-astro-organize-imports": "^0.4.9",
"prettier-plugin-tailwindcss": "^0.6.6",
"remark-directive": "^3.0.0",
"unist-util-visit": "^5.0.0"
}
}