-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.54 KB
/
Copy pathpackage.json
File metadata and controls
58 lines (58 loc) · 1.54 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
{
"name": "lcm-application",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -H 0.0.0.0",
"fix-imports": "ts-node fix-imports.ts",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ant-design/charts": "^2.6.1",
"@ant-design/compatible": "^5.1.4",
"@ant-design/icons": "^5.6.1",
"@emoji-mart/data": "^1.2.1",
"@emoji-mart/react": "^1.1.1",
"@radix-ui/react-dropdown-menu": "^2.1.15",
"@radix-ui/react-slot": "^1.2.3",
"@react-oauth/google": "^0.12.2",
"antd": "^5.24.8",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"dayjs": "^1.11.13",
"emoji-mart": "^5.6.0",
"firebase": "^12.0.0",
"framer-motion": "^12.23.12",
"html2canvas": "^1.4.1",
"jspdf": "^3.0.1",
"lcm-application": "file:",
"lucide-react": "^0.523.0",
"moment": "^2.30.1",
"next": "^13.5.6",
"react": "^18.3.1",
"react-countup": "^6.5.3",
"react-csv": "^2.2.2",
"react-dom": "^18.3.1",
"react-draggable": "^4.5.0",
"react-router-dom": "^7.8.0",
"react-select": "^5.10.1",
"recharts": "^3.1.0",
"tailwind-merge": "^3.3.1",
"ts-morph": "^26.0.0",
"uuid": "^11.1.0",
"zustand": "^5.0.8"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/moment": "^2.13.0",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-csv": "^1.1.10",
"@types/react-dom": "^19",
"@types/uuid": "^10.0.0",
"tailwindcss": "^4",
"typescript": "^5"
}
}