-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
52 lines (52 loc) · 1.34 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": "bantucari",
"version": "0.1.0",
"private": true,
"proxy": "http://localhost:3006",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@auth0/nextjs-auth0": "^1.5.0",
"axios": "^0.21.1",
"check-password-strength": "^2.0.3",
"cookie": "^0.4.1",
"dotenv-load": "^2.0.0",
"js-cookie": "^3.0.0",
"mdbreact": "^5.1.0",
"moment": "^2.29.1",
"moment-timezone": "^0.5.33",
"next": "11.0.1",
"next-auth": "^3.27.3",
"next-env": "^1.1.1",
"next-pwa": "^5.3.1",
"node-fetch": "^2.6.1",
"react": "17.0.2",
"react-cookie": "^4.1.1",
"react-dom": "17.0.2",
"react-dotenv": "^0.1.3",
"react-google-recaptcha": "^2.1.0",
"react-hook-form": "^7.12.2",
"react-images-uploading": "^3.1.3",
"react-loading-skeleton": "^2.2.0",
"react-moment": "^1.1.1",
"react-token-auth": "^1.1.8",
"swr": "^0.5.6",
"unique-names-generator": "^4.6.0",
"uuid": "^8.3.2"
},
"devDependencies": {
"@types/node-fetch": "^2.5.12",
"@types/react": "17.0.14",
"@types/react-google-recaptcha": "^2.1.2",
"autoprefixer": "^10.3.4",
"eslint": "7.31.0",
"eslint-config-next": "11.0.1",
"postcss": "^8.3.6",
"tailwindcss": "^2.2.10",
"typescript": "^4.4.2"
}
}