-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.46 KB
/
Copy pathpackage.json
File metadata and controls
52 lines (52 loc) · 1.46 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
{
"name": "metrics.help",
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"generate:og": "node scripts/generate-og-images.js",
"generate:sitemap": "node scripts/generate-sitemap.js",
"build": "npm run generate:og && npm run generate:sitemap && vite build",
"lint": "eslint .",
"test": "vitest run",
"test:watch": "vitest",
"preview": "vite preview",
"deploy": "npm run build && gh-pages -d dist",
"prepare": "husky"
},
"dependencies": {
"@tailwindcss/typography": "^0.5.19",
"gray-matter": "^4.0.3",
"js-yaml": "^4.1.1",
"lucide-react": "^0.554.0",
"posthog-js": "^1.297.2",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react-markdown": "^10.1.0",
"react-router-dom": "^7.9.6",
"recharts": "^3.4.1"
},
"devDependencies": {
"@eslint/js": "^9.39.1",
"@tailwindcss/postcss": "^4.1.17",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.0",
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.2",
"@vercel/og": "^0.8.5",
"@vitejs/plugin-react": "^5.1.0",
"autoprefixer": "^10.4.22",
"eslint": "^9.39.1",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.4.24",
"glob": "^13.0.0",
"globals": "^16.5.0",
"happy-dom": "^20.0.10",
"husky": "^9.1.7",
"postcss": "^8.5.6",
"sharp": "^0.34.5",
"tailwindcss": "^4.1.17",
"vite": "^7.2.2",
"vitest": "^4.0.13"
}
}