-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.33 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.33 KB
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
46
47
48
49
50
51
{
"name": "my-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest --watch"
},
"dependencies": {
"@chakra-ui/icons": "^2.0.15",
"@chakra-ui/react": "^2.3.2",
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@react-oauth/google": "^0.5.1",
"@reduxjs/toolkit": "^1.8.6",
"@testing-library/react-hooks": "^8.0.1",
"axios": "^1.1.2",
"bcryptjs": "^2.4.3",
"fast-text-encoding": "^1.0.6",
"formik": "^2.2.9",
"framer-motion": "^7.3.2",
"jsonwebtoken": "^9.0.0",
"mongodb": "^5.5.0",
"mongoose": "^7.1.0",
"next": "12.3.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-redux": "^8.0.4",
"redux": "^4.2.0",
"yup": "^0.32.11"
},
"devDependencies": {
"@shelf/jest-mongodb": "^4.1.7",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@types/bcryptjs": "^2.4.2",
"@types/jsonwebtoken": "^9.0.2",
"@types/node": "18.7.16",
"@types/react": "18.0.9",
"@types/react-dom": "18.0.6",
"eslint": "8.23.0",
"eslint-config-next": "12.3.0",
"jest": "^29.3.1",
"jest-environment-jsdom": "^29.3.1",
"typescript": "4.8.3"
},
"packageManager": "yarn@3.2.2"
}