-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
113 lines (113 loc) · 3.32 KB
/
package.json
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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
{
"name": "fep-dashboard-1.0.0",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@azure/identity": "^4.5.0",
"@dagrejs/dagre": "^1.1.4",
"@faker-js/faker": "^8.4.1",
"@floating-ui/react": "^0.26.27",
"@fullcalendar/core": "^6.1.15",
"@fullcalendar/interaction": "^6.1.15",
"@fullcalendar/react": "^6.1.15",
"@fullcalendar/timegrid": "^6.1.15",
"@heroicons/react": "^2.1.5",
"@hookform/error-message": "^2.0.1",
"@hookform/resolvers": "^3.9.1",
"@mantine/core": "^7.13.5",
"@mantine/dates": "^7.13.5",
"@mantine/hooks": "^7.13.5",
"@mantine/modals": "^7.13.5",
"@mantine/notifications": "^7.13.5",
"@mantine/spotlight": "^7.13.5",
"@microsoft/microsoft-graph-client": "^3.0.7",
"@nivo/arcs": "^0.87.0",
"@nivo/chord": "^0.87.0",
"@nivo/colors": "^0.87.0",
"@nivo/heatmap": "^0.87.0",
"@nivo/legends": "^0.87.0",
"@nivo/line": "^0.87.0",
"@nivo/network": "^0.87.0",
"@nivo/sunburst": "^0.87.0",
"@tanstack/eslint-plugin-query": "^5.60.1",
"@tanstack/react-query": "^5.59.20",
"@types/culori": "^2.1.1",
"@types/jsonwebtoken": "^9.0.7",
"@xyflow/react": "^12.3.4",
"culori": "^4.0.1",
"d3": "^7.9.0",
"date-fns": "^3.6.0",
"date-fns-tz": "^3.2.0",
"dayjs": "^1.11.13",
"dto-stores": "^4.1.1",
"fast-cartesian": "^9.0.0",
"framer-motion": "^11.11.11",
"immer": "^10.1.1",
"jsonwebtoken": "^9.0.2",
"lodash": "^4.17.21",
"next": "^15.0.3",
"next-auth": "5.0.0-beta.25",
"pluralize": "^8.0.0",
"rdndmb-html5-to-touch": "^8.0.3",
"react": "^18.3.1",
"react-d3-force-wrapper": "latest",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dnd-multi-backend": "^8.0.3",
"react-dnd-touch-backend": "^16.0.1",
"react-dom": "^18.3.1",
"react-floater": "^0.9.4",
"react-hook-form": "^7.53.2",
"react-joyride": "^2.9.2",
"react-json-tree": "^0.19.0",
"react-virtualized-auto-sizer": "^1.0.24",
"react-window": "^1.8.10",
"selective-context": "^2.0.2",
"zod": "^3.23.8"
},
"prettier": {
"arrowParens": "always",
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "none",
"plugins": [
"prettier-plugin-tailwindcss"
]
},
"devDependencies": {
"@microsoft/microsoft-graph-types": "^2.40.0",
"@nivo/axes": "^0.87.0",
"@nivo/core": "^0.87.0",
"@react-types/datepicker": "^3.8.3",
"@react-types/shared": "^3.25.0",
"@tailwindcss/forms": "^0.5.9",
"@types/d3": "^7.4.3",
"@types/dagre": "^0.7.52",
"@types/js-cookie": "^3.0.6",
"@types/lodash": "^4.17.13",
"@types/node": "^20.17.6",
"@types/pluralize": "^0.0.33",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react-window": "^1.8.8",
"@typescript-eslint/parser": "8.9.0",
"clsx": "^2.1.1",
"eslint": "^8.57.1",
"eslint-config-next": "14.2.15",
"postcss": "^8.4.47",
"postcss-preset-mantine": "^1.17.0",
"postcss-simple-vars": "^7.0.1",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.5.14",
"prop-types": "^15.8.1",
"tailwindcss": "^3.4.14",
"type-fest": "^4.26.1",
"typescript": "^5.6.3"
}
}