-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 896 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
{
"name": "disney-plus",
"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",
"@mantine/carousel": "^5.5.5",
"@mantine/core": "^5.5.5",
"@mantine/dates": "^5.5.5",
"@mantine/dropzone": "^5.5.5",
"@mantine/form": "^5.5.5",
"@mantine/hooks": "^5.5.5",
"@mantine/modals": "^5.5.5",
"@mantine/notifications": "^5.5.5",
"@mantine/nprogress": "^5.5.5",
"@mantine/rte": "^5.5.5",
"@mantine/spotlight": "^5.5.5",
"@tabler/icons": "^1.104.0",
"dayjs": "^1.11.5",
"embla-carousel-react": "^7.0.3",
"next": "12.3.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"sass": "^1.54.9"
},
"devDependencies": {
"eslint": "8.23.1",
"eslint-config-next": "12.3.1"
}
}