File tree 3 files changed +422
-2358
lines changed
3 files changed +422
-2358
lines changed Original file line number Diff line number Diff line change @@ -32,4 +32,4 @@ yarn-error.log*
32
32
.env.production.local
33
33
34
34
# vercel
35
- .vercel
35
+ .vercel
Original file line number Diff line number Diff line change 9
9
"start" : " next start" ,
10
10
"export" : " next export"
11
11
},
12
+ "engines" : {
13
+ "node" : " >=16.x"
14
+ },
12
15
"dependencies" : {
13
- "@emailjs/browser" : " ^3.7.0" ,
16
+ "@emailjs/browser" : " ^3.10.0" ,
17
+ "autoprefixer" : " ^10.4.13" ,
14
18
"expr-eval" : " ^2.0.2" ,
15
- "jquery" : " ^3.6.0" ,
16
- "next" : " latest" ,
17
- "react" : " ^18.0.0-beta-fdc1d617a-20211118" ,
18
- "react-dom" : " latest" ,
19
- "react-draggable" : " ^4.4.4" ,
20
- "react-ga" : " ^3.3.0" ,
21
- "react-onclickoutside" : " ^6.11.2"
22
- },
23
- "devDependencies" : {
24
- "autoprefixer" : " ^10.2.6" ,
25
- "postcss" : " ^8.3.5" ,
26
- "tailwindcss" : " ^2.2.4"
19
+ "jquery" : " ^3.6.3" ,
20
+ "next" : " ^13.1.2" ,
21
+ "postcss" : " ^8.4.21" ,
22
+ "prop-types" : " ^15.8.1" ,
23
+ "react" : " ^18.2.0" ,
24
+ "react-dom" : " ^18.2.0" ,
25
+ "react-draggable" : " ^4.4.5" ,
26
+ "react-ga" : " ^3.3.1" ,
27
+ "react-onclickoutside" : " ^6.12.2" ,
28
+ "tailwindcss" : " ^3.2.4"
27
29
}
28
30
}
You can’t perform that action at this time.
0 commit comments