-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.07 KB
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 1.07 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": "portfolio-astro",
"type": "module",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "astro dev --open --host",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"format": "prettier --write \"src/**/*.{js,css,astro}\""
},
"dependencies": {
"@astrojs/check": "^0.9.9",
"@astrojs/mdx": "^7.0.0",
"@astrojs/rss": "^4.0.18",
"@astrojs/sitemap": "^3.7.3",
"@iconify-json/devicon": "^1.2.62",
"@iconify-json/simple-icons": "^1.2.88",
"@iconify-json/skill-icons": "^1.2.4",
"@iconify-json/vscode-icons": "^1.2.60",
"astro": "^7.0.2",
"astro-icon": "^1.1.5",
"sharp": "^0.35.2",
"typescript": "^6.0.3"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.20",
"@tailwindcss/vite": "^4.3.1",
"prettier": "^3.8.4",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-classnames": "^0.10.3",
"prettier-plugin-merge": "^0.10.1",
"prettier-plugin-tailwindcss": "^0.8.0",
"tailwindcss": "^4.3.1"
}
}