-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.19 KB
/
package.json
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
{
"name": "@arthurfiorette/place",
"private": true,
"license": "GPL-v3.0",
"type": "module",
"scripts": {
"astro": "astro",
"build": "astro build && node scripts/resume-to-pdf.mjs",
"dev": "astro dev",
"format": "biome format --write .",
"lint": "biome check .",
"lint:ci": "biome ci .",
"lint:fix": "biome check --write --unsafe .",
"preview": "astro preview",
"start": "astro dev"
},
"dependencies": {
"@astrojs/mdx": "^4.0.7",
"@astrojs/rss": "^4.0.11",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/tailwind": "^5.1.5",
"@iconify-json/mdi": "^1.2.3",
"@iconify-json/ri": "^1.2.5",
"@octokit/graphql": "^8.1.2",
"@tailwindcss/typography": "^0.5.16",
"astro": "^5.1.8",
"astro-compress": "^2.3.6",
"astro-icon": "^1.1.5",
"rehype-autolink-headings": "^7.1.0",
"rehype-slug": "^6.0.0",
"reset-css": "^5.0.2",
"sass": "^1.83.4",
"tailwindcss": "^3.4.17",
"undici": "^7.2.3"
},
"devDependencies": {
"@arthurfiorette/biomejs-config": "^1.0.6",
"@biomejs/biome": "^1.9.4",
"@types/express": "^5.0.0",
"express": "^4.21.2",
"puppeteer": "^24.1.0"
},
"packageManager": "pnpm@9.0.1"
}