-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
95 lines (95 loc) · 2.67 KB
/
Copy pathpackage.json
File metadata and controls
95 lines (95 loc) · 2.67 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"name": "cedh-analytics",
"version": "3.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postbuild": "next-sitemap",
"test": "jest --no-coverage",
"test:watch": "jest --watch --no-coverage",
"test:coverage": "jest --coverage",
"type-check": "tsc --noEmit"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@fortawesome/fontawesome-svg-core": "^6.7.2",
"@fortawesome/free-brands-svg-icons": "^6.7.2",
"@fortawesome/free-solid-svg-icons": "^6.7.2",
"@fortawesome/react-fontawesome": "^0.2.2",
"@heroui/react": "^2.7.10",
"@heroui/tooltip": "^2.2.17",
"@material-table/core": "^6.4.4",
"@mui/icons-material": "^7.1.1",
"@mui/material": "^7.1.1",
"@radix-ui/react-popover": "^1.1.14",
"@radix-ui/react-slot": "^1.2.3",
"@sentry/nextjs": "^9.29.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"echarts": "^5.6.0",
"filefy": "^0.1.11",
"framer-motion": "^12.16.0",
"geist": "^1.4.2",
"jspdf": "^3.0.1",
"jspdf-autotable": "^5.0.2",
"kysely": "^0.28.2",
"lucide-react": "^0.513.0",
"next": "^15.5.9",
"next-pwa": "^5.6.0",
"next-sitemap": "^4.2.3",
"pg": "^8.16.0",
"qs": "^6.14.0",
"ramda": "^0.30.1",
"react": "^19.2.3",
"react-day-picker": "^8.10.1",
"react-dom": "^19.2.3",
"sharp": "^0.34.2",
"tailwind-merge": "^2.6.0",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^14.6.1",
"@types/jest": "^29.5.14",
"@types/node": "^22.15.30",
"@types/pg": "^8.15.4",
"@types/qs": "^6.14.0",
"@types/ramda": "^0.30.2",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"autoprefixer": "^10.4.21",
"eslint": "^9.29.0",
"eslint-config-next": "^15.3.3",
"eslint-plugin-react": "7.37.5",
"jest": "^29.7.0",
"jest-environment-jsdom": "30.0.0-beta.3",
"postcss": "^8.5.4",
"tailwindcss": "^3.4.17",
"ts-jest": "^29.3.4",
"typescript": "5.3.3"
},
"packageManager": "pnpm@10.11.1",
"pnpm": {
"overrides": {
"braces@<3.0.3": ">=3.0.3"
},
"onlyBuiltDependencies": [
"@fortawesome/fontawesome-common-types",
"@fortawesome/fontawesome-svg-core",
"@fortawesome/free-brands-svg-icons",
"@fortawesome/free-solid-svg-icons",
"@heroui/shared-utils",
"@sentry/cli",
"bufferutil",
"core-js",
"sharp",
"utf-8-validate"
]
}
}