-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.04 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
{
"name": "nextube-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "cross-env NODE_OPTIONS='--openssl-legacy-provider' next dev --port=5001",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.3",
"@hookform/resolvers": "^2.0.0",
"animate.css": "^4.1.1",
"axios": "^0.21.1",
"cross-env": "^7.0.3",
"dayjs": "^1.10.5",
"next": "^11.0.1",
"nprogress": "^0.2.0",
"react": "17.0.2",
"react-click-away-listener": "^2.0.3",
"react-dom": "17.0.2",
"react-dropzone": "^11.3.2",
"react-flip-move": "^3.0.4",
"react-hook-form": "^7.8.1",
"react-loading-skeleton": "^2.2.0",
"react-redux": "^7.2.4",
"react-share": "^4.4.0",
"react-show-more": "^2.0.0",
"react-spinners": "^0.11.0",
"redux": "^4.1.0",
"redux-thunk": "^2.3.0",
"sweetalert2": "^11.0.16",
"yup": "^0.32.9"
},
"devDependencies": {
"autoprefixer": "^10.2.5",
"postcss": "^8.3.0",
"tailwindcss": "^2.1.2"
}
}