-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.18 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
44
45
46
47
48
49
{
"name": "netflix-clone",
"version": "0.1.0",
"private": true,
"msw": {
"workerDirectory": [
"public"
]
},
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/server": "^11.11.0",
"@emotion/styled": "^11.14.0",
"@tanstack/react-query": "^5.62.10",
"@tanstack/react-query-devtools": "^5.63.0",
"facepaint": "^1.2.1",
"i18next": "^24.2.0",
"jose": "^5.9.6",
"jotai": "^2.11.0",
"ky": "^1.7.4",
"libphonenumber-js": "^1.11.17",
"next": "15.1.2",
"next-i18next": "^15.4.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-hook-form": "^7.54.2",
"react-i18next": "^15.2.0"
},
"devDependencies": {
"@emotion/eslint-plugin": "^11.12.0",
"@eslint/eslintrc": "^3",
"@next/eslint-plugin-next": "^15.1.3",
"@svgr/webpack": "^8.1.0",
"@types/facepaint": "^1.2.5",
"@types/node": "^20",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"eslint": "^9",
"eslint-config-next": "15.1.2",
"msw": "^2.7.0",
"typescript": "^5"
}
}