-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.41 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": "instgram-clone-nextjs-12",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@hookform/resolvers": "^2.9.10",
"@reduxjs/toolkit": "1.9.1",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@types/compress.js": "^1.1.1",
"@types/styled-components": "^5.1.26",
"@types/uuid": "^9.0.0",
"axios": "1.2.1",
"browser-image-compression": "^2.0.0",
"compress.js": "^1.2.2",
"cropperjs": "1.5.13",
"date-fns": "^2.29.3",
"firebase": "9.15.0",
"framer-motion": "7.10.3",
"next": "13.0.8-canary.1",
"next-auth": "4.18.6",
"next-pwa": "^5.6.0",
"react": "18.3.0-next-fecc288b7-20221025",
"react-dom": "18.3.0-next-fecc288b7-20221025",
"react-hook-form": "7.41.0",
"react-redux": "8.0.5",
"redux-persist": "^6.0.0",
"redux-saga": "^1.2.2",
"sharp": "^0.31.2",
"socket.io-client": "^4.5.4",
"tailwind-scrollbar-hide": "^1.1.7",
"uuid": "9.0.0",
"yup": "1.0.0-beta.8"
},
"devDependencies": {
"@svgr/webpack": "6.5.1",
"@types/node": "18.11.17",
"@types/react": "18.0.26",
"autoprefixer": "^10.4.13",
"eslint": "8.30.0",
"eslint-config-next": "13.0.7",
"postcss": "^8.4.20",
"tailwind-scrollbar": "2.0.1",
"tailwindcss": "3.2.4",
"typescript": "4.7.0-dev.20220322"
}
}