-
Notifications
You must be signed in to change notification settings - Fork 57
/
package.json
113 lines (113 loc) · 3.68 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": "mantine-analytics-dashboard",
"description": "A free, open source, Next 14, React 18 admin dashboard template created using Mantine 7",
"bugs": "https://github.com/design-sparx/mantine-analytics-dashboard/issues",
"version": "2.2.5",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "",
"postinstall": "husky install",
"prepack": "pinst --disable",
"postpack": "pinst --enable",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"prettier": "prettier . --write",
"commitlint": "commitlint --edit"
},
"dependencies": {
"@changesets/cli": "2.26.2",
"@clerk/nextjs": "^4.31.6",
"@clerk/themes": "^1.7.9",
"@dnd-kit/core": "^6.0.8",
"@dnd-kit/sortable": "^7.0.2",
"@dnd-kit/utilities": "^3.2.2",
"@fullcalendar/core": "^6.1.8",
"@fullcalendar/daygrid": "^6.1.8",
"@fullcalendar/interaction": "^6.1.8",
"@fullcalendar/react": "^6.1.8",
"@fullcalendar/timegrid": "^6.1.8",
"@mantine/carousel": "^7.13.5",
"@mantine/charts": "^7.13.5",
"@mantine/code-highlight": "^7.13.5",
"@mantine/core": "^7.13.5",
"@mantine/dates": "^7.13.5",
"@mantine/dropzone": "^7.13.5",
"@mantine/form": "^7.13.5",
"@mantine/hooks": "^7.13.5",
"@mantine/modals": "^7.13.5",
"@mantine/next": "^6.0.16",
"@mantine/notifications": "^7.13.5",
"@mantine/nprogress": "^7.13.5",
"@mantine/spotlight": "^7.13.5",
"@mantine/tiptap": "^7.13.5",
"@tabler/icons-react": "^2.40.0",
"@tiptap/extension-highlight": "^2.1.12",
"@tiptap/extension-link": "^2.9.1",
"@tiptap/extension-placeholder": "^2.0.4",
"@tiptap/extension-subscript": "^2.1.12",
"@tiptap/extension-superscript": "^2.1.12",
"@tiptap/extension-text-align": "^2.1.12",
"@tiptap/extension-underline": "^2.1.12",
"@tiptap/pm": "^2.9.1",
"@tiptap/react": "^2.9.1",
"@tiptap/starter-kit": "^2.9.1",
"@types/node": "20.4.4",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"apexcharts": "^3.44.0",
"clsx": "^2.0.0",
"cookies-next": "^2.1.2",
"d3-fetch": "^3.0.1",
"d3-scale": "^4.0.2",
"dayjs": "^1.11.13",
"embla-carousel-react": "7.1.0",
"eslint-config-next": "^14.0.2",
"lodash": "^4.17.21",
"mantine-datatable": "^7.1.7",
"next": "^14.2.12",
"next-auth": "^4.24.5",
"react": "^18.2.0",
"react-apexcharts": "^1.4.1",
"react-countup": "^6.4.2",
"react-dom": "^18.2.0",
"react-simple-maps": "^3.0.0",
"recharts": "2",
"typescript": "5.1.6"
},
"devDependencies": {
"@commitlint/cli": "^18.4.3",
"@commitlint/config-conventional": "^18.4.3",
"@storybook/addon-essentials": "7.5.3",
"@storybook/addon-interactions": "7.5.3",
"@storybook/addon-links": "7.5.3",
"@storybook/addon-onboarding": "1.0.8",
"@storybook/addon-styling-webpack": "^0.0.5",
"@storybook/blocks": "7.5.3",
"@storybook/manager-api": "^7.5.3",
"@storybook/nextjs": "7.5.3",
"@storybook/react": "7.5.3",
"@storybook/testing-library": "0.2.2",
"@storybook/theming": "^7.5.3",
"@types/d3-fetch": "^3.0.2",
"@types/d3-scale": "^4.0.3",
"@types/lodash": "^4.14.195",
"@types/react-simple-maps": "^3.0.0",
"chromatic": "^9.1.0",
"eslint-plugin-import": "^2.31.0",
"husky": "^8.0.0",
"lint-staged": "^15.2.9",
"pinst": "^3.0.0",
"postcss": "^8.4.47",
"postcss-preset-mantine": "^1.17.0",
"postcss-simple-vars": "^7.0.1",
"prettier": "3.1.0",
"storybook": "7.5.3",
"storybook-dark-mode": "^3.0.1"
},
"lint-staged": {
"**/*": "prettier --write --ignore-unknown"
}
}