-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
52 lines (52 loc) · 1.4 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
50
51
52
{
"name": "netflix-vite",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"test": "jest"
},
"dependencies": {
"@rocketseat/eslint-config": "^1.1.3",
"@tanstack/react-query": "^4.32.0",
"axios": "^1.2.2",
"body-scroll-lock": "^4.0.0-beta.0",
"date-fns": "^2.29.3",
"immer": "^10.0.3",
"lodash.debounce": "^4.0.8",
"node": "^22.9.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.7.1",
"react-intersection-observer": "^9.5.2",
"react-youtube": "^10.1.0",
"sass": "^1.57.1"
},
"devDependencies": {
"@swc/core": "^1.4.0",
"@swc/jest": "^0.2.36",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^14.2.1",
"@testing-library/user-event": "^14.5.2",
"@types/body-scroll-lock": "^3.1.0",
"@types/jest": "^29.5.12",
"@types/lodash.debounce": "^4.0.7",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"@vitejs/plugin-react": "^3.0.0",
"babel-plugin-transform-import-meta": "^2.2.1",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"msw": "^2.2.13",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"typescript": "^4.9.3",
"undici": "^5.26.2",
"vite": "^4.0.0",
"vite-plugin-environment": "^1.1.3",
"vite-plugin-svgr": "^2.4.0"
}
}