forked from ITSchool-Web-Heroines/Proiect-Final
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 703 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 703 Bytes
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
{
"name": "proiect-final",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emailjs/browser": "^3.7.0",
"@supabase/supabase-js": "^2.0.4",
"bootstrap": "^5.2.2",
"emailjs-com": "^3.2.0",
"js-cookie": "^3.0.1",
"next": "12.3.1",
"react": "18.2.0",
"react-bootstrap": "^2.5.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.38.0",
"react-icons": "^4.6.0",
"react-responsive-carousel": "^3.2.23"
},
"devDependencies": {
"@types/react": "^18.0.21",
"eslint": "8.25.0",
"eslint-config-next": "12.3.1"
}
}