-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 816 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 816 Bytes
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
{
"name": "sbulav-github-io",
"type": "module",
"version": "1.0.0",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"lint": "stylelint \"src/**/*.css\"",
"lint:fix": "stylelint \"src/**/*.css\" --fix",
"format": "prettier --write \"src/**/*.{ts,astro,css}\"",
"format:check": "prettier --check \"src/**/*.{ts,astro,css}\""
},
"dependencies": {
"@astrojs/rss": "^4.0.18",
"@astrojs/sitemap": "^3.7.0",
"@fontsource/jetbrains-mono": "^5.2.8",
"@tailwindcss/vite": "^4.3.2",
"astro": "^6.1.6",
"fuse.js": "^7.1.0",
"sharp": "^0.33.0",
"tailwindcss": "^4.3.2"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.16",
"typescript": "^5.8.0"
}
}