-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 718 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 718 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
31
{
"name": "fransunisoft-website",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build --turbopack",
"export": "next export",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"aos": "^2.3.4",
"framer-motion": "^12.23.22",
"lucide-react": "^0.544.0",
"multer": "^2.0.2",
"next": "^16.0.8",
"nodemailer": "^7.0.6",
"react": "^19.2.1",
"react-countup": "^6.5.3",
"react-dom": "^19.2.1",
"react-phone-input-2": "^2.15.1",
"resend": "^6.1.2",
"swiper": "^12.0.3"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"eslint": "^9",
"eslint-config-next": "15.5.3"
}
}