-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 1.91 KB
/
Copy pathpackage.json
File metadata and controls
68 lines (68 loc) · 1.91 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
{
"name": "components.json",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@headlessui/react": "^1.7.18",
"@heroicons/react": "^1.0.6",
"@mui/material": "^5.15.18",
"@prisma/client": "^5.12.1",
"@radix-ui/react-alert-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-toast": "^1.1.5",
"@types/xlsx": "^0.0.35",
"chart.js": "^4.4.3",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"exceljs": "^4.4.0",
"file-saver": "^2.0.5",
"firebase": "^10.11.0",
"firebase-admin": "^12.1.0",
"framer-motion": "^11.2.5",
"lucide-react": "^0.358.0",
"next": "14.1.3",
"next-auth": "^4.24.7",
"next-themes": "^0.3.0",
"parse-json": "^8.1.0",
"react": "^18.2.0",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"react-element-to-jsx-string": "^15.0.0",
"react-firebase-hooks": "^5.1.1",
"react-icons": "^4.12.0",
"react-query": "^3.39.3",
"react-router-dom": "^6.22.3",
"shadcn-ui": "^0.2.3",
"sonner": "^1.4.41",
"tailwind-merge": "^2.2.2",
"tailwindcss-animate": "^1.0.7",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@types/node": "20.12.11",
"@types/react": "18.3.2",
"@types/react-dom": "^18",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.1.3",
"postcss": "^8",
"tailwindcss": "^3.4.3",
"typescript": "5.4.5"
},
"description": "This is a Next.js project bootstrapped with `create-next-app`.",
"main": "postcss.config.js",
"author": "",
"license": "ISC"
}