-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.13 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
{
"name": "manga-rank",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"export": "next export"
},
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@mui/material": "^5.11.3",
"@reduxjs/toolkit": "^1.8.6",
"@types/react-dropzone": "^5.1.0",
"autoprefixer": "^10.4.8",
"axios": "^0.27.2",
"classnames": "^2.3.2",
"next": "12.2.3",
"postcss": "^8.4.14",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-dropzone": "^14.2.3",
"react-hook-form": "^7.37.0",
"react-icons": "^4.9.0",
"react-infinite-scroll-component": "^6.1.0",
"react-modal": "^3.16.1",
"react-redux": "^8.0.5",
"sass": "^1.54.2",
"scss": "^0.2.4",
"tailwind-hamburgers": "^1.2.2",
"tailwindcss": "^3.1.7"
},
"devDependencies": {
"@types/node": "18.6.3",
"@types/react": "18.0.15",
"@types/react-dom": "18.0.6",
"@types/react-modal": "^3.13.1",
"eslint": "8.21.0",
"eslint-config-next": "12.2.3",
"typescript": "4.7.4"
}
}