-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 1.01 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
{
"name": "oasis-2023",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@react-pdf-viewer/core": "^3.12.0",
"@react-pdf-viewer/default-layout": "^3.12.0",
"@stichiboi/react-elegant-mouse-trail": "^0.1.8",
"eslint": "8.47.0",
"eslint-config-next": "13.4.19",
"framer-motion": "^10.16.4",
"gsap": "^3.12.2",
"next": "13.4.19",
"next-videos": "^1.4.1",
"pdfjs-dist": "^3.4.120",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-google-recaptcha": "^3.1.0",
"react-multi-carousel": "^2.8.4",
"react-pdf": "^7.5.1",
"react-pdf-viewer": "^0.1.0",
"react-recaptcha": "^2.3.10",
"react-select": "^5.7.4",
"rooks": "^7.14.1",
"sharp": "^0.32.5",
"swiper": "^10.2.0"
},
"devDependencies": {
"eslint-config-prettier": "^9.0.0",
"file-loader": "^6.2.0",
"prettier": "3.0.3",
"raw-loader": "^4.0.2"
}
}