-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.03 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
{
"name": "jhoney-movies",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@auth/core": "^0.27.0",
"@ducanh2912/next-pwa": "^10.2.6",
"@tanstack/react-query": "^5.22.2",
"@tanstack/react-query-devtools": "^5.24.0",
"konva": "^9.3.3",
"next": "14.1.0",
"next-auth": "^5.0.0-beta.13",
"next-nprogress-bar": "^2.3.5",
"react": "^18",
"react-dom": "^18",
"react-error-boundary": "^4.0.12",
"react-icons": "^5.0.1",
"react-intersection-observer": "^9.8.1",
"react-konva": "^18.2.10",
"react-toastify": "^10.0.4",
"sharp": "^0.33.2",
"workbox-window": "^7.0.0",
"zustand": "^4.5.1"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.1.0",
"sass": "^1.71.1",
"typescript": "^5",
"typescript-plugin-css-modules": "^5.1.0"
}
}