forked from SchoolOfCode/final-project-repo-hugs-for-bugs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.02 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
{
"private": true,
"scripts": {
"dev": "next dev -p 3001",
"build": "next build",
"start": "next start -p 3001",
"cypress": "cypress open",
"e2e": "start-server-and-test start http://localhost:3001 cypress",
"test": "jest"
},
"dependencies": {
"@auth0/nextjs-auth0": "^1.7.0",
"@chakra-ui/icons": "^1.1.7",
"@chakra-ui/react": "^1.8.5",
"@emailjs/browser": "^3.4.0",
"@emotion/react": "^11.8.1",
"@emotion/styled": "^11.8.1",
"@fontsource/quicksand": "^4.5.4",
"auth0-js": "^9.19.0",
"cypress": "^9.5.1",
"cypress-nextjs-auth0": "^2.1.0",
"framer-motion": "^6.2.6",
"nanoid": "^3.3.1",
"next": "latest",
"next-share": "^0.13.0",
"node-fetch": "^2.6.7",
"react": "17.0.2",
"react-datepicker": "^4.6.0",
"react-dom": "17.0.2",
"react-hook-form": "^7.27.1",
"react-icons": "^4.3.1",
"start-server-and-test": "^1.14.0",
"useref": "^1.4.3"
},
"devDependencies": {
"babel-jest": "^27.5.1",
"jest": "^27.5.1"
}
}