-
Notifications
You must be signed in to change notification settings - Fork 36
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.57 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.57 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
57
58
59
60
61
62
{
"name": "cloudflare-research",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"deploy": "astro build && wrangler deploy",
"astro": "astro",
"icons": "lemon-lime-svgs",
"ui": "NODE_TLS_REJECT_UNAUTHORIZED=0 pnpm dlx shadcn@latest add",
"format": "prettier --write ."
},
"dependencies": {
"@astrojs/cloudflare": "^13.1.10",
"@astrojs/mdx": "^5.0.1",
"@astrojs/react": "^5.0.0",
"@astrojs/sitemap": "^3.7.1",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-navigation-menu": "^1.2.14",
"@tailwindcss/vite": "^4.2.1",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"astro": "^6.1.6",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lemon-lime-svgs": "^2.0.1",
"lucide-react": "^0.562.0",
"motion": "^12.37.0",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"sharp": "^0.34.5",
"tailwind-merge": "^3.5.0",
"tailwindcss": "^4.2.1"
},
"lemonLimeSvgs": {
"inputDir": "./other/svg-icons",
"outputDir": "./public/images/icons",
"typesDir": "./src/types",
"spriteFilename": "sprite.svg",
"typeFilename": "icons.d.ts",
"verbose": true,
"generateReadme": false
},
"devDependencies": {
"prettier": "2.7.1",
"tw-animate-css": "^1.4.0",
"wrangler": "^4.85.0"
},
"overrides": {
"vite": "^8"
},
"packageManager": "pnpm@10.33.0",
"engines": {
"node": "24.15.0",
"pnpm": "10.33.0"
},
"volta": {
"node": "24.15.0"
}
}