-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.1 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
{
"name": "nospam-web",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^1.7.13",
"@next/font": "13.1.6",
"@nextui-org/react": "^1.0.0-beta.12",
"axios": "^1.4.0",
"bcryptjs": "^2.4.3",
"embla-carousel-react": "^7.0.9",
"eslint": "8.34.0",
"eslint-config-next": "13.1.6",
"formik": "^2.2.9",
"framer-motion": "^9.1.4",
"hamburger-react": "^2.5.0",
"next": "13.1.6",
"next-auth": "^4.20.1",
"next-connect": "^0.13.0",
"react": "18.2.0",
"react-bootstrap": "^2.7.2",
"react-dom": "18.2.0",
"react-icons": "^4.8.0",
"react-loader-spinner": "^5.3.4",
"react-scroll": "^1.8.9",
"react-select": "^5.7.0",
"react-voice-recorder": "^2.1.2",
"sharp": "^0.32.1",
"swiper": "^9.1.0",
"validator": "^13.9.0"
},
"devDependencies": {
"autoprefixer": "^10.4.13",
"mongoose": "^7.0.1",
"postcss": "^8.4.21",
"prettier": "2.8.4",
"tailwindcss": "^3.2.7"
}
}