-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.07 KB
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1.07 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
{
"name": "frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 3003",
"build": "next build",
"start": "next start -p 3003",
"lint": "next lint",
"lint:fix": "next lint --fix"
},
"dependencies": {
"@mantine/carousel": "7.13.4",
"@mantine/charts": "^7.13.4",
"@mantine/code-highlight": "7.13.4",
"@mantine/core": "7.13.4",
"@mantine/form": "7.13.4",
"@mantine/hooks": "7.13.4",
"@mantine/modals": "7.13.4",
"@mantine/notifications": "7.13.4",
"@mantine/nprogress": "7.13.4",
"@tabler/icons-react": "^3.19.0",
"clsx": "^2.1.1",
"embla-carousel-autoplay": "^7.1.0",
"embla-carousel-react": "^7.1.0",
"next": "14.2.7",
"react": "18",
"react-dom": "18",
"recharts": "^2.13.0"
},
"devDependencies": {
"@types/node": "20",
"@types/react": "18",
"@types/react-dom": "18",
"eslint": "8",
"eslint-config-next": "14.2.7",
"postcss": "8.4.45",
"postcss-preset-mantine": "1.17.0",
"postcss-simple-vars": "7.0.1",
"typescript": "5"
}
}