-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 912 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
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest --watch"
},
"dependencies": {
"@emailjs/browser": "^3.6.2",
"formik": "^2.2.9",
"framer-motion": "^5.3.3",
"next": "^12.0.8",
"next-translate": "^1.3.3",
"normalize.css": "^8.0.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"regenerator-runtime": "^0.13.9",
"resend": "^3.2.0",
"sass": "^1.52.3",
"swiper": "^8.0.6"
},
"devDependencies": {
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^12.1.5",
"@testing-library/user-event": "^14.1.0",
"babel-jest": "^27.5.1",
"eslint": "8.7.0",
"eslint-config-next": "^12.0.8",
"jest": "^27.5.1",
"react-test-renderer": "^18.0.0"
}
}