-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.37 KB
/
Copy pathpackage.json
File metadata and controls
56 lines (56 loc) · 1.37 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
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "resources",
"description": "A curated hand-picked collection of hundreds of **free** resources, tools, and inspirations for developers and creators.",
"type": "module",
"version": "1.0.0",
"license": "CC-BY-NC-4.0",
"keywords": [
"Free tools",
"Resources",
"Development",
"Design",
"SEO",
"Learning",
"Discover",
"Inspiration"
],
"engines": {
"node": "^24",
"pnpm": "^11"
},
"packageManager": "pnpm@11.20.0",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"lint": "biome check",
"format": "prettier . --write",
"astro": "astro",
"typecheck": "tsc",
"fetch:favicons": "node scripts/fetch-favicons.mjs"
},
"dependencies": {
"@andrsrxn/icons": "6.0.0",
"@astrojs/check": "0.9.10",
"@astrojs/react": "6.0.2",
"@astrojs/sitemap": "3.7.3",
"@tailwindcss/vite": "4.3.3",
"@types/react": "19.2.18",
"@types/react-dom": "19.2.4",
"astro": "7.2.1",
"clsx": "2.1.1",
"lenis": "1.3.26",
"nuqs": "2.9.5",
"react": "19.2.8",
"react-dom": "19.2.8",
"tailwind-animations": "1.0.2",
"tailwind-merge": "3.6.0",
"tailwindcss": "4.3.3",
"typescript": "7.0.2"
},
"devDependencies": {
"@biomejs/biome": "2.5.7",
"prettier-plugin-astro": "0.14.1",
"prettier-plugin-tailwindcss": "0.8.1"
}
}