forked from CEOS-Developers/next-netflix-16th
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 1003 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
37
38
{
"name": "next-netflix-16th",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@tanstack/react-query": "^4.16.1",
"@types/node": "18.11.9",
"@types/react": "18.0.25",
"@types/react-dom": "18.0.8",
"@types/recoil": "^0.0.9",
"axios": "^1.1.3",
"eslint": "8.27.0",
"eslint-config-next": "13.0.2",
"httpclient": "^0.1.0",
"next": "13.0.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-intersection-observer": "^9.4.1",
"react-lazy-load-image-component": "^1.5.6",
"react-lottie": "^1.2.3",
"recoil": "^0.7.6",
"styled-components": "^5.3.6",
"styled-normalize": "^8.0.7",
"typescript": "4.8.4",
"use-local-storage": "^2.3.6"
},
"devDependencies": {
"@types/react-lottie": "^1.2.6",
"@types/styled-components": "^5.1.26",
"babel-plugin-styled-components": "^2.0.7"
}
}