-
Notifications
You must be signed in to change notification settings - Fork 85
Expand file tree
/
Copy pathpackage.json
More file actions
117 lines (117 loc) · 3.9 KB
/
package.json
File metadata and controls
117 lines (117 loc) · 3.9 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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
{
"name": "mantine-analytics-dashboard",
"description": "A free, open source, Next 16, React 19 admin dashboard template created using Mantine 8",
"bugs": "https://github.com/design-sparx/mantine-analytics-dashboard/issues",
"version": "3.2.0",
"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",
"changeset:add": "pnpm changeset",
"changeset:release": "pnpm changeset version",
"changeset:publish": "pnpm changeset publish",
"generate:component": "node scripts/generate-component.js"
},
"dependencies": {
"@auth/express": "^0.10.0",
"@changesets/cli": "2.26.2",
"@clerk/nextjs": "^6.23.0",
"@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.14.3",
"@mantine/charts": "^7.14.3",
"@mantine/code-highlight": "^7.14.3",
"@mantine/core": "^7.14.3",
"@mantine/dates": "^7.14.3",
"@mantine/dropzone": "^7.14.3",
"@mantine/form": "^7.14.3",
"@mantine/hooks": "^7.14.3",
"@mantine/modals": "^7.14.3",
"@mantine/notifications": "^7.14.3",
"@mantine/nprogress": "^7.14.3",
"@mantine/spotlight": "^7.14.3",
"@mantine/tiptap": "^7.14.3",
"@next/third-parties": "^16.2.1",
"@tabler/icons-react": "^3.33.0",
"@tiptap/extension-highlight": "^2.1.12",
"@tiptap/extension-link": "^2.10.3",
"@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.10.3",
"@tiptap/react": "^2.10.3",
"@tiptap/starter-kit": "^2.10.3",
"@types/node": "20.4.4",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.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": "^8.5.0",
"eslint-config-next": "^16.0.0",
"lodash": "^4.17.23",
"mantine-datatable": "^7.1.7",
"next": "16.1.7",
"react": "^19.0.0",
"react-countup": "^6.4.2",
"react-dom": "^19.0.0",
"react-simple-maps": "^3.0.0",
"recharts": "^2.14.1",
"typescript": "^5.6.0"
},
"devDependencies": {
"@commitlint/cli": "^18.4.3",
"@commitlint/config-conventional": "^18.4.3",
"@storybook/addon-essentials": "^8.4.0",
"@storybook/addon-interactions": "^8.4.0",
"@storybook/addon-links": "^8.4.0",
"@storybook/addon-onboarding": "^8.4.0",
"@storybook/blocks": "^8.4.0",
"@storybook/manager-api": "^8.4.0",
"@storybook/nextjs": "^8.4.0",
"@storybook/react": "^8.4.0",
"@storybook/test": "^8.4.0",
"@storybook/theming": "^8.4.0",
"@types/d3-fetch": "^3.0.2",
"@types/d3-scale": "^4.0.3",
"@types/lodash": "^4.14.195",
"@types/react-simple-maps": "^3.0.0",
"babel-plugin-react-compiler": "^1.0.0",
"baseline-browser-mapping": "^2.9.7",
"chromatic": "^9.1.0",
"eslint-plugin-import": "^2.31.0",
"husky": "^8.0.0",
"lint-staged": "^15.2.9",
"openapi-typescript": "^7.9.1",
"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": "^8.6.17",
"storybook-dark-mode": "^4.0.0"
},
"lint-staged": {
"**/*": "prettier --write --ignore-unknown"
}
}