-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 981 Bytes
/
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
{
"name": "better-playo",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.10.4",
"@emotion/server": "^11.10.0",
"@mantine/carousel": "^5.5.5",
"@mantine/core": "^5.5.5",
"@mantine/dates": "^5.5.5",
"@mantine/form": "^5.5.5",
"@mantine/hooks": "^5.5.5",
"@mantine/modals": "^5.5.5",
"@mantine/next": "^5.5.5",
"@mantine/notifications": "^5.5.5",
"@mantine/nprogress": "^5.5.5",
"@mantine/spotlight": "^5.5.5",
"@tabler/icons": "^1.105.0",
"axios": "^1.1.3",
"dayjs": "^1.11.5",
"embla-carousel-react": "^7.0.3",
"moment": "^2.29.4",
"next": "12.3.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"swr": "^1.3.0",
"use-persisted-state": "^0.3.3"
},
"devDependencies": {
"eslint": "8.25.0",
"eslint-config-next": "12.3.1"
}
}