-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.52 KB
/
Copy pathpackage.json
File metadata and controls
54 lines (54 loc) · 1.52 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
{
"name": "learnsight",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build --no-lint",
"start": "next start",
"lint": "eslint",
"seed": "node -r tsconfig-paths/register -r ts-node/register scripts/seed-demo.ts"
},
"dependencies": {
"@dataconnect/generated": "file:src/dataconnect-generated",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-label": "^2.1.7",
"@radix-ui/react-progress": "^1.1.7",
"@radix-ui/react-radio-group": "^1.3.8",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-tabs": "^1.1.13",
"@tailwindcss/postcss": "^4.1.13",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"dotenv": "^17.2.2",
"firebase": "^12.3.0",
"firebase-admin": "^13.5.0",
"lucide-react": "^0.544.0",
"next": "15.5.3",
"postcss": "^8.5.6",
"react": "19.1.0",
"react-dom": "19.1.0",
"recharts": "^3.2.1",
"sonner": "^2.0.7",
"tailwind-merge": "^3.3.1",
"tailwindcss": "^4.1.13",
"zod": "^4.1.11"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@types/estree": "^1.0.8",
"@types/json-schema": "^7.0.15",
"@types/node": "^20.19.17",
"@types/react": "^19",
"@types/react-dom": "^19",
"daisyui": "^5.1.13",
"eslint": "^9",
"eslint-config-next": "15.5.3",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"tw-animate-css": "^1.3.8",
"typescript": "^5.9.2"
}
}