-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.17 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.17 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
{
"name": "cc-csv-parser",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format:write": "biome format --write",
"format": "biome format",
"typecheck": "tsc"
},
"dependencies": {
"@google-cloud/firestore": "^7.11.0",
"@radix-ui/react-slot": "^1.1.0",
"@std/csv": "npm:@jsr/std__csv@^1.0.3",
"@tanstack/react-table": "^8.20.5",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"jsonwebtoken": "^9.0.2",
"lucide-react": "^0.454.0",
"next": "^14.2.35",
"openai": "^4.68.4",
"react": "18",
"react-dom": "18",
"recharts": "^2.13.3",
"redis": "^4.7.0",
"tailwind-merge": "^2.5.4",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.23.8"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@types/jsonwebtoken": "^9.0.7",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"daisyui": "^4.12.13",
"eslint": "^8",
"eslint-config-next": "^14.2.28",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}