-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.16 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
{
"name": "watchlist-app",
"version": "2.0.0",
"description": "An app to create watchlists for movies and TV shows with a 'share to edit' option",
"author": "Eszter Diana Toth",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/EsztiDi/watchlist-app"
},
"homepage": "https://mywatchlists.xyz",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"test": "playwright test"
},
"dependencies": {
"@date-io/moment": "^1.3.13",
"@material-ui/core": "^4.12.1",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.58",
"@material-ui/pickers": "^3.3.10",
"intro.js": "^4.2.2",
"mailersend": "^1.1.0",
"moment": "^2.29.1",
"mongoose": "^5.13.2",
"next": "^12.0.3",
"next-auth": "^3.27.3",
"next-pwa": "^5.2.24",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-material-ui-carousel": "^2.2.7",
"react-share": "^4.4.0",
"react-social-login-buttons": "^3.5.0",
"swr": "^0.5.6"
},
"devDependencies": {
"@playwright/test": "^1.16.3",
"eslint": "^7.32.0",
"eslint-config-next": "^11.1.3-canary.7"
}
}