-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.09 KB
/
package.json
File metadata and controls
39 lines (39 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
39
{
"name": "portfolio-astro",
"type": "module",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "astro dev --open",
"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.6",
"@astrojs/mdx": "^4.3.13",
"@astrojs/rss": "^4.0.15",
"@astrojs/sitemap": "^3.7.0",
"@fontsource-variable/inter": "^5.2.8",
"@fontsource/rubik": "^5.2.8",
"@iconify-json/devicon": "^1.2.59",
"@iconify-json/skill-icons": "^1.2.3",
"@iconify-json/vscode-icons": "^1.2.43",
"astro": "^5.17.3",
"astro-icon": "^1.1.5",
"sharp": "^0.34.5",
"typescript": "^5.9.3"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.19",
"@tailwindcss/vite": "^4.2.0",
"prettier": "^3.8.1",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-classnames": "^0.9.0",
"prettier-plugin-merge": "^0.9.1",
"prettier-plugin-tailwindcss": "^0.7.2",
"tailwindcss": "^4.2.0"
}
}