-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.25 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
{
"name": "mantine-dashboard",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@mantine/carousel": "^7.12.1",
"@mantine/charts": "^7.12.1",
"@mantine/code-highlight": "^7.12.1",
"@mantine/core": "^7.12.1",
"@mantine/dates": "^7.12.1",
"@mantine/dropzone": "^7.12.1",
"@mantine/form": "^7.12.1",
"@mantine/hooks": "^7.12.1",
"@mantine/modals": "^7.12.1",
"@mantine/notifications": "^7.12.1",
"@mantine/nprogress": "^7.12.1",
"@mantine/spotlight": "^7.12.1",
"@mantine/tiptap": "^7.12.1",
"@tabler/icons-react": "^3.12.0",
"@tiptap/extension-link": "^2.6.3",
"@tiptap/react": "^2.6.3",
"@tiptap/starter-kit": "^2.6.3",
"dayjs": "^1.11.12",
"embla-carousel-react": "^8.1.8",
"next": "14.2.5",
"react": "^18",
"react-dom": "^18",
"recharts": "^2.12.7"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.5",
"postcss": "^8.4.41",
"postcss-preset-mantine": "^1.17.0",
"postcss-simple-vars": "^7.0.1",
"typescript": "^5"
}
}