-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.65 KB
/
Copy pathpackage.json
File metadata and controls
57 lines (57 loc) · 1.65 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
{
"name": "zrl-dev-portfolio",
"version": "2.1.0",
"description": "Portfolio of Zachary Ryan Lopez -- AI/ML Data Analyst, Austin TX",
"packageManager": "pnpm@11.17.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"pages:build": "ENABLE_EXPERIMENTAL_COREPACK=1 pnpm dlx @cloudflare/next-on-pages@1",
"start": "next start",
"lint": "eslint src --ext .ts,.tsx --max-warnings 0",
"type-check": "tsc --noEmit",
"audit": "pnpm audit --audit-level high",
"test": "jest",
"test:coverage": "jest --coverage --passWithNoTests"
},
"dependencies": {
"@vercel/speed-insights": "^2.0.0",
"clsx": "2.1.1",
"framer-motion": "11.18.2",
"html-escaper": "3.0.3",
"lucide-react": "0.577.0",
"next": "15.5.22",
"next-themes": "0.4.6",
"react": "19.2.8",
"react-dom": "19.2.8",
"recharts": "2.15.3",
"tailwind-merge": "2.6.1"
},
"devDependencies": {
"@cloudflare/workers-types": "4.20260702.1",
"@eslint/eslintrc": "3.3.6",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "6.9.1",
"@testing-library/react": "16.3.2",
"@types/html-escaper": "3.0.4",
"@types/jest": "29.5.14",
"@types/node": "22.20.1",
"@types/react": "19.2.18",
"@types/react-dom": "19.2.4",
"autoprefixer": "10.5.4",
"eslint": "9.39.5",
"eslint-config-next": "15.5.22",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-junit": "^17.0.0",
"postcss": "8.5.25",
"tailwindcss": "3.4.19",
"ts-jest": "29.4.12",
"ts-node": "^10.9.2",
"typescript": "5.9.3"
},
"engines": {
"node": ">=22.13.0",
"pnpm": ">=11.17.0"
}
}