-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.09 KB
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 1.09 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
{
"name": "david-ly-github-io",
"description": "Portfolio adapted from the Astrofy Personal Portfolio template created by Manuel Ernestog with CV/Projects Section(s), Paginated Blog, RSS Feed, Shop/Store, and SEO Optimization.",
"type": "module",
"version": "2.1.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"lint": "eslint",
"lint:fix": "eslint --fix",
"pretest": "npm run lint"
},
"dependencies": {
"@astrojs/react": "^4.4.2",
"astro": "^6.3.3",
"react": "^19.2.0",
"react-dom": "^19.2.6"
},
"devDependencies": {
"@astrojs/mdx": "^5.0.2",
"@astrojs/rss": "^4.0.18",
"@astrojs/sitemap": "^3.7.1",
"@eslint/js": "^10.0.1",
"@tailwindcss/typography": "^0.5.19",
"@tailwindcss/vite": "^4.2.2",
"daisyui": "^5.5.14",
"eslint": "^9.39.2",
"eslint-plugin-astro": "^1.7.0",
"globals": "^17.6.0",
"prettier": "^3.8.3",
"prettier-plugin-tailwindcss": "^0.8.0",
"tailwindcss": "^4.2.2",
"typescript-eslint": "^8.59.2"
}
}