-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 914 Bytes
/
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
{
"name": "mitsch-website",
"version": "0.1.0",
"private": true,
"main": "index.js",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/react-fontawesome": "^0.2.2",
"axios": "^1.7.7",
"emailjs": "^4.0.3",
"emailjs-com": "^3.2.0",
"firebase": "^10.14.0",
"framer-motion": "^11.5.6",
"mongodb": "^6.9.0",
"mongoose": "^8.7.0",
"next": "^14.2.14",
"openai": "^4.63.0",
"react": "^18",
"react-dom": "^18",
"react-slick": "^0.30.2",
"sweetalert2": "^11.14.1",
"swiper": "^11.1.14",
"tone": "^15.0.4"
},
"devDependencies": {
"eslint": "^8",
"eslint-config-next": "14.2.13",
"postcss": "^8",
"tailwindcss": "^3.4.1"
}
}