-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.04 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.04 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
{
"name": "auphere-agency",
"version": "0.1.0",
"private": true,
"type": "module",
"description": "auphere.com — landing v2 (Attio-inspired editorial monocromo, CRO-first)",
"scripts": {
"dev": "next dev --turbopack",
"build": "next build --turbopack",
"start": "next start",
"lint": "next lint",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@calcom/embed-react": "^1.5.3",
"lenis": "^1.3.23",
"motion": "^12.38.0",
"next": "^16.2.6",
"next-intl": "^4.11.1",
"react": "^19.2.6",
"react-dom": "^19.2.6"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.3.0",
"@types/node": "^25.0.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"eslint": "^10.3.0",
"eslint-config-next": "^16.2.6",
"tailwindcss": "^4.3.0",
"typescript": "^6.0.3"
},
"packageManager": "pnpm@11.0.9",
"engines": {
"node": "24.x"
},
"pnpm": {
"onlyBuiltDependencies": [
"@parcel/watcher",
"@swc/core",
"sharp",
"unrs-resolver"
]
}
}