-
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
/
package.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
{
"private": true,
"scripts": {
"build": "next build",
"build:cf": "opennextjs-cloudflare",
"dev": "next dev",
"preview": "opennextjs-cloudflare && wrangler pages dev",
"deploy": "opennextjs-cloudflare && wrangler pages deploy",
"lint": "next lint",
"prettier": "prettier --write --ignore-unknown .",
"prettier:check": "prettier --check --ignore-unknown .",
"start": "next start",
"test": "vitest run",
"test:watch": "vitest"
},
"dependencies": {
"@auth0/nextjs-auth0": "^4.14.1",
"@base-ui-components/react": "^1.0.0-rc.0",
"@neondatabase/serverless": "^1.0.2",
"@studio-freight/lenis": "^1.0.33",
"@types/node": "20.5.7",
"clsx": "^2.0.0",
"drizzle-orm": "^0.45.1",
"gsap": "^3.12.4",
"howler": "^2.2.4",
"lightweight-charts": "^5.1.0",
"next": "^15",
"next-themes": "^0.4.6",
"react": "^19",
"react-dom": "^19",
"tailwind-merge": "^3.4.0",
"tailwindcss": "^4",
"typescript": "^5.7",
"zod": "^3.22.2",
"zustand": "^5.0.11"
},
"devDependencies": {
"@opennextjs/cloudflare": "^1.16.3",
"@tailwindcss/postcss": "^4",
"@types/howler": "^2.2.11",
"@types/react": "^19",
"@types/react-dom": "^19",
"dotenv": "^16.3.1",
"drizzle-kit": "^0.31.8",
"eslint": "^8.52.0",
"eslint-config-next": "^15",
"eslint-config-prettier": "9.0.0",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "0.5.4",
"vitest": "^4.0.18"
}
}