-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.74 KB
/
Copy pathpackage.json
File metadata and controls
59 lines (59 loc) · 1.74 KB
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
{
"name": "portfolio",
"type": "module",
"version": "0.0.1",
"resolutions": {
"rollup": "4.24.0"
},
"scripts": {
"dev": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"lint": "ESLINT_USE_FLAT_CONFIG=false eslint ./"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/mdx": "4.1.0",
"@astrojs/react": "4.2.1",
"@astrojs/rss": "4.0.11",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/vercel": "8.1.0",
"@vercel/analytics": "^1.5.0",
"@vercel/og": "^0.6.5",
"@vercel/speed-insights": "^1.2.0",
"astro": "5.4.1",
"astro-expressive-code": "^0.40.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"mdast-util-to-string": "^4.0.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"reading-time": "^1.5.0",
"tailwind-merge": "^3.0.2"
},
"devDependencies": {
"@expressive-code/plugin-collapsible-sections": "^0.40.2",
"@expressive-code/plugin-line-numbers": "^0.40.2",
"@tailwindcss/postcss": "^4.0.9",
"@tailwindcss/vite": "^4.0.9",
"@types/eslint-plugin-jsx-a11y": "^6.10.0",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"@typescript-eslint/eslint-plugin": "^8.25.0",
"@typescript-eslint/parser": "^8.25.0",
"autoprefixer": "^10.4.20",
"eslint": "^9.21.0",
"eslint-config-prettier": "^10.0.2",
"eslint-plugin-astro": "^1.3.1",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-prettier": "^5.2.3",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-hooks": "^5.2.0",
"prettier": "^3.5.2",
"prettier-plugin-astro": "^0.14.1",
"tailwindcss": "^4.0.9",
"typescript": "^5.8.2"
},
"packageManager": "yarn@4.5.3"
}