-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.04 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.04 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
40
41
42
43
44
{
"name": "pale-parsec",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/react": "5.0.3",
"@astrojs/sitemap": "3.7.2",
"@astrojs/tailwind": "6.0.2",
"@fortawesome/fontawesome-common-types": "^7.2.0",
"@fortawesome/fontawesome-svg-core": "^7.2.0",
"@fortawesome/free-brands-svg-icons": "^7.2.0",
"@fortawesome/free-solid-svg-icons": "^7.2.0",
"@fortawesome/react-fontawesome": "^3.3.0",
"@tailwindcss/vite": "^4.2.2",
"astro": "^6.1.5",
"devicon": "^2.17.0",
"lefthook": "^2.1.5",
"react": "^19.2.5",
"react-dom": "^19.2.5",
"tailwindcss": "^4.2.2"
},
"devDependencies": {
"@astrojs/check": "^0.9.8",
"@biomejs/biome": "^2.4.11",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"react-compiler-runtime": "^1.0.0",
"sharp": "^0.34.5"
},
"trustedDependencies": [
"@biomejs/biome",
"@tailwindcss/oxide",
"esbuild",
"lefthook",
"sharp"
]
}