-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 1.91 KB
/
package.json
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
63
64
65
66
67
68
{
"name": "jarrodldavis.com",
"version": "0.1.0",
"private": true,
"packageManager": "[email protected]",
"engines": {
"node": "22.x",
"pnpm": "9.15.0",
"npm": "0.0.0"
},
"engineStrict": true,
"scripts": {
"prepare": "./scripts/prepare.mjs",
"dev": "pnpm /dev:/",
"dev:typst": "typst watch imprecv/template.typ public/jarrod-davis-resume.pdf",
"dev:next": "next dev",
"dev:spotlight": "spotlight",
"build": "pnpm --sequential /build:/",
"build:typst": "typst compile imprecv/template.typ public/jarrod-davis-resume.pdf",
"build:next": "next build",
"start": "next start",
"lint": "pnpm /lint:/",
"lint:next": "next lint",
"lint:prettier": "prettier --check .",
"lint:loaders": "tsc -p loaders",
"lint:scripts": "tsc -p scripts"
},
"pnpm": {
"patchedDependencies": {
"[email protected]": "patches/[email protected]"
}
},
"dependencies": {
"@sentry/nextjs": "^8.42.0",
"@spotlightjs/spotlight": "^2.7.0",
"@vercel/analytics": "^1.4.1",
"@vercel/speed-insights": "^1.1.0",
"@vercel/toolbar": "^0.1.27",
"ajv": "^8.17.1",
"ajv-formats": "^3.0.1",
"geist": "^1.3.1",
"next": "15.0.4",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-markdown": "^9.0.1"
},
"devDependencies": {
"@eslint/eslintrc": "^3.2.0",
"@total-typescript/ts-reset": "^0.6.1",
"@types/eslint__eslintrc": "^2.1.2",
"@types/node": "^22.10.1",
"@types/react": "19.0.1",
"@types/react-dom": "19.0.1",
"eslint": "^9.16.0",
"eslint-config-next": "15.0.4",
"eslint-config-prettier": "^9.1.0",
"ical.js": "^2.1.0",
"json-schema-to-typescript": "^15.0.3",
"postcss": "^8.4.49",
"prettier": "^3.4.2",
"prettier-plugin-organize-imports": "^4.1.0",
"prettier-plugin-tailwindcss": "^0.6.9",
"sharp": "^0.33.5",
"tailwindcss": "^3.4.16",
"typescript": "^5.7.2",
"yaml": "^2.6.1"
}
}