-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.69 KB
/
Copy pathpackage.json
File metadata and controls
51 lines (51 loc) · 1.69 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
{
"name": "openintents-landing-page",
"version": "0.1.0",
"private": true,
"description": "Landing page for the Open Intents initiative - improving cross-chain UX on Ethereum",
"type": "module",
"scripts": {
"build": "tsc --noEmit && vite build",
"dev": "vite",
"format": "prettier --check .",
"format:fix": "prettier --write .",
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"preview": "vite preview"
},
"dependencies": {
"@radix-ui/react-slot": "1.1.1",
"@radix-ui/react-tooltip": "1.1.6",
"class-variance-authority": "0.7.1",
"clsx": "2.1.1",
"lucide-react": "0.454.0",
"react": "19.2.0",
"react-dom": "19.2.0",
"tailwind-merge": "3.3.1"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "4.7.0",
"@tailwindcss/postcss": "4.1.9",
"@types/react": "19",
"@types/react-dom": "19",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"@vitejs/plugin-react": "4.5.2",
"eslint": "8.56.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.2.1",
"postcss": "8.5",
"prettier": "3.3.3",
"tailwindcss": "4.1.9",
"tw-animate-css": "1.3.3",
"typescript": "5.6.2",
"vite": "6.3.5"
},
"pnpm": {
"onlyBuiltDependencies": [
"@tailwindcss/oxide",
"esbuild"
]
},
"packageManager": "pnpm@10.24.0+sha512.01ff8ae71b4419903b65c60fb2dc9d34cf8bb6e06d03bde112ef38f7a34d6904c424ba66bea5cdcf12890230bf39f9580473140ed9c946fef328b6e5238a345a"
}