forked from FADE-IN-movie/FadeIn-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1000 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
39
40
{
"name": "movie",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"vercel-deploy": "next build && next export"
},
"dependencies": {
"@svgr/webpack": "^6.4.0",
"@types/styled-components": "^5.1.26",
"@types/uuid": "^8.3.4",
"axios": "^1.1.3",
"moment": "^2.29.4",
"next": "12.3.1",
"react": "18.2.0",
"react-custom-scrollbars-2": "^4.5.0",
"react-dom": "18.2.0",
"react-loading-skeleton": "^3.1.0",
"react-toastify": "^9.1.1",
"recoil": "^0.7.6",
"recoil-nexus": "^0.4.0",
"styled-components": "^5.3.6",
"styled-reset": "^4.4.2",
"swr": "^1.3.0",
"universal-cookie": "^4.0.4",
"uuid": "^9.0.0"
},
"devDependencies": {
"@types/node": "18.8.4",
"@types/react": "18.0.21",
"@types/react-dom": "18.0.6",
"eslint": "8.25.0",
"eslint-config-next": "12.3.1",
"typescript": "4.8.4"
}
}