-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.66 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
{
"name": "shippingnext",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbo",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@mantine/carousel": "^7.7.1",
"@mantine/charts": "^7.7.1",
"@mantine/code-highlight": "^7.7.1",
"@mantine/core": "^7.7.1",
"@mantine/dates": "^7.7.1",
"@mantine/dropzone": "^7.7.1",
"@mantine/form": "^7.7.1",
"@mantine/hooks": "^7.7.1",
"@mantine/modals": "^7.7.1",
"@mantine/notifications": "^7.7.1",
"@mantine/nprogress": "^7.7.1",
"@mantine/spotlight": "^7.7.1",
"@mantine/tiptap": "^7.7.1",
"@table-library/react-table-library": "^4.1.7",
"@tabler/icons-react": "^3.1.0",
"@tiptap/extension-link": "^2.2.4",
"@tiptap/react": "^2.2.4",
"@tiptap/starter-kit": "^2.2.4",
"@types/js-cookie": "^3.0.6",
"axios": "^1.6.8",
"clsx": "^2.1.0",
"dayjs": "^1.11.10",
"embla-carousel-react": "^8.0.0",
"js-cookie": "^3.0.5",
"mantine-datatable": "^7.6.1",
"mantine-react-table": "2.0.0-beta.1",
"next": "14.1.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.23.0",
"recharts": "^2.12.3"
},
"devDependencies": {
"@types/node": "^20.12.3",
"@types/react": "^18.2.74",
"@types/react-dom": "^18.2.23",
"eslint": "^8.57.0",
"eslint-config-next": "14.1.4",
"postcss": "^8.4.38",
"postcss-preset-mantine": "^1.13.0",
"postcss-simple-vars": "^7.0.1",
"typescript": "^5.4.3"
},
"resolutions": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"next": "14.1.4"
}
}