-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.49 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
53
54
55
{
"name": "betbol",
"version": "1.0.0",
"main": "./src/pages/index.js",
"repository": "https://github.com/Lucasalmeida-ux/betbol.git",
"author": "Lucasalmeida-ux <lucas@w3mind.com.br>",
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"test": "jest --watch"
},
"dependencies": {
"@tailwindcss/line-clamp": "^0.2.0",
"antd": "^4.19.5",
"axios": "^0.21.1",
"date-fns": "^2.21.1",
"date-fns-tz": "^1.1.6",
"jsx-runtime": "^1.2.0",
"mercadopago": "^1.5.8",
"mongodb": "^3.6.6",
"next": "^12.0.3",
"next-auth": "^3.14.7",
"next-pwa": "^5.4.7",
"nodemailer": "^6.5.0",
"nprogress": "^0.2.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-hook-form": "^7.1.1",
"react-icons": "^4.2.0",
"react-input-mask": "^3.0.0-alpha.2",
"react-sdk-mercadopago": "^1.1.1",
"react-select": "^5.2.1",
"react-timezone-select": "^1.1.13",
"react-toastify": "^8.1.0",
"react-use-clipboard": "1.0.7",
"react-visibility-sensor": "^5.1.1",
"sass": "^1.45.1",
"shortid": "^2.2.16",
"slick-carousel": "^1.8.1",
"swr": "^0.5.5"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.4",
"autoprefixer": "^10.0.4",
"jest": "^27.5.1",
"postcss": "^8.1.10",
"tailwind-scrollbar": "^1.3.1",
"tailwindcss": "^2.1.1",
"tailwindcss-textshadow": "^2.1.3",
"typescript": "^4.6.3"
}
}