-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.7 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "invoice-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest --watch",
"cypress": "cypress open"
},
"dependencies": {
"@hookform/resolvers": "^2.8.10",
"@prisma/client": "^3.14.0",
"@reduxjs/toolkit": "^1.8.1",
"@types/react-redux": "^7.1.24",
"bcrypt": "^5.0.1",
"cookie": "^0.5.0",
"date-fns": "^2.28.0",
"framer-motion": "^6.3.3",
"jose": "^4.8.1",
"mongodb": "^4.8.0",
"moongose": "^1.0.0",
"next": "12.1.6",
"next-redux-wrapper": "^7.0.5",
"nookies": "^2.5.2",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-hook-form": "^7.31.1",
"react-redux": "^8.0.1",
"redux": "^4.2.0",
"redux-persist": "^6.0.0",
"styled-components": "^5.3.5",
"yup": "^0.32.11"
},
"devDependencies": {
"@svgr/webpack": "^6.2.1",
"@testing-library/cypress": "^8.0.3",
"@testing-library/dom": "^8.13.0",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^14.2.1",
"@types/babel__core": "^7.1.19",
"@types/bcrypt": "^5.0.0",
"@types/jest": "^28.1.2",
"@types/node": "17.0.32",
"@types/react": "18.0.9",
"@types/react-dom": "18.0.3",
"@types/styled-components": "^5.1.25",
"babel-jest": "^28.1.1",
"babel-plugin-styled-components": "^2.0.7",
"cypress": "^10.1.0",
"eslint": "8.15.0",
"eslint-config-next": "12.1.6",
"jest": "^27.5.1",
"jest-environment-jsdom": "^27.1.0",
"msw": "^0.42.1",
"node-fetch": "^3.2.5",
"prisma": "^3.14.0",
"typescript": "4.6.4"
}
}