-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.61 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": "pi-re9-turma-09-equipe-05",
"version": "1.0.0",
"private": true,
"type": "module",
"description": "A aplicação tem como objetivo primordial disponibilizar aos usuários a possibilidade de contratar profissionais que residem próximos às vagas ofertadas, favorecendo tanto o trabalhador quanto o empregador, tendo em vista a economia de tempo e dinheiro.",
"main": "index.js",
"keywords": [],
"author": "",
"license": "ISC",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/react-fontawesome": "^0.2.2",
"@heroicons/react": "^2.1.5",
"animate.css": "^4.1.1",
"axios": "^1.7.7",
"bcrypt": "^5.1.1",
"bcryptjs": "^2.4.3",
"crypto-js": "^4.2.0",
"geolib": "^3.3.4",
"haversine": "^1.1.1",
"mysql2": "^3.11.3",
"next": "^15.0.3",
"nodemailer": "^6.9.16",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.53.1",
"react-icons": "^5.3.0",
"react-router-dom": "^6.27.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/bcrypt": "^5.0.2",
"@types/bcryptjs": "^2.4.6",
"@types/crypto-js": "^4.2.2",
"@types/haversine": "^1.1.8",
"@types/node": "20.17.3",
"@types/react": "18.3.12",
"@types/react-dom": "^18",
"autoprefixer": "^10.4.20",
"css-loader": "^7.1.2",
"eslint": "^8",
"eslint-config-next": "14.2.15",
"postcss": "^8.4.47",
"postcss-loader": "^8.1.1",
"tailwindcss": "^3.4.13",
"typescript": "^5"
}
}