-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 1.9 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 1.9 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
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "wprs-forecast",
"version": "0.1.0",
"private": true,
"type": "module",
"license": "MIT",
"scripts": {
"build": "next build",
"db:push": "drizzle-kit push",
"db:studio": "drizzle-kit studio",
"db:generate": "drizzle-kit generate",
"dev": "next dev --turbo",
"lint": "ESLINT_USE_FLAT_CONFIG=true eslint .",
"start": "next start",
"test": "bun test --watch",
"test:ci": "bun test --ci --silent"
},
"dependencies": {
"@braintree/sanitize-url": "^7.1.2",
"@radix-ui/react-slot": "^1.2.4",
"@sentry/nextjs": "^10.39.0",
"@t3-oss/env-nextjs": "^0.13.10",
"algoliasearch": "^5.49.0",
"axios": "^1.13.5",
"cheerio": "^1.2.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"daisyui": "^5.5.19",
"drizzle-orm": "^0.45.1",
"ioredis": "^5.9.3",
"minisearch": "^7.2.0",
"next": "^16.1.6",
"next-plausible": "^3.12.5",
"openai": "^6.22.0",
"postgres": "^3.4.8",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"recharts": "^3.7.0",
"tailwind-merge": "^3.5.0",
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.0/xlsx-0.20.0.tgz",
"zod": "^4.3.6"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.2.0",
"@types/bun": "^1.3.9",
"@types/eslint": "^9.6.1",
"@types/node": "^25.3.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@typescript-eslint/eslint-plugin": "^8.56.0",
"@typescript-eslint/parser": "^8.56.0",
"drizzle-kit": "^0.31.9",
"eslint": "^8.57.1",
"eslint-config-next": "^16.1.6",
"eslint-plugin-drizzle": "^0.2.3",
"pg": "^8.18.0",
"prettier": "^3.8.1",
"prettier-plugin-tailwindcss": "^0.7.2",
"tailwindcss": "^4.2.0",
"typescript": "^5.9.3"
},
"ct3aMetadata": {
"initVersion": "7.30.0"
},
"engines": {
"node": ">=18.17.0"
},
"packageManager": "pnpm@10.30.1",
"browserslist": "> 1%"
}