-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 2.03 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
69
70
71
72
{
"name": "jarrodldavis.com",
"version": "0.1.0",
"private": true,
"packageManager": "[email protected]",
"engines": {
"node": "20.x",
"pnpm": "9.6.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-sidecar",
"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]"
},
"updateConfig": {
"ignoreDependencies": [
"eslint"
]
}
},
"dependencies": {
"@sentry/nextjs": "^8.19.0",
"@spotlightjs/spotlight": "^2.1.1",
"@vercel/analytics": "^1.3.1",
"@vercel/speed-insights": "^1.0.12",
"@vercel/toolbar": "^0.1.15",
"ajv": "^8.17.1",
"ajv-formats": "^3.0.1",
"geist": "^1.3.1",
"next": "15.0.0-canary.79",
"react": "19.0.0-rc-dfd30974ab-20240613",
"react-dom": "19.0.0-rc-dfd30974ab-20240613",
"react-markdown": "^9.0.1"
},
"devDependencies": {
"@total-typescript/ts-reset": "^0.5.1",
"@types/node": "^20.14.12",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"eslint": "^8.57.0",
"eslint-config-next": "15.0.0-canary.79",
"eslint-config-prettier": "^9.1.0",
"ical.js": "^2.0.1",
"json-schema-to-typescript": "^15.0.0",
"loaders": "link:loaders",
"postcss": "^8.4.39",
"prettier": "^3.3.3",
"prettier-plugin-organize-imports": "^4.0.0",
"prettier-plugin-tailwindcss": "^0.6.5",
"sharp": "^0.33.4",
"tailwindcss": "^3.4.6",
"typescript": "^5.5.4",
"yaml": "^2.4.5"
}
}