-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.15 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
{
"private": true,
"scripts": {
"dev": "next",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start",
"type-check": "tsc",
"test": "jest"
},
"dependencies": {
"@faker-js/faker": "^6.1.2",
"@hookform/error-message": "^2.0.0",
"@hookform/resolvers": "^2.8.8",
"autoprefixer": "^10.4.4",
"axios": "^0.26.1",
"classnames": "^2.3.1",
"cookieconsent": "^3.1.1",
"daisyui": "^2.13.5",
"next": "latest",
"pdfmake": "^0.2.5",
"postcss": "^8.4.12",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-hook-form": "^7.29.0",
"tailwindcss": "^3.0.23",
"yup": "^0.32.11"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.0.0",
"@testing-library/react": "^12.1.0",
"@testing-library/user-event": "^13.0.0",
"@types/jest": "^27.0.1",
"@types/node": "^16.9.1",
"@types/pdfmake": "^0.1.21",
"@types/react": "^17.0.21",
"@types/react-dom": "^17.0.9",
"jest": "^27.2.0",
"jest-css-modules-transform": "^4.2.0",
"next-sitemap": "^2.5.20",
"ts-jest": "^27.0.5",
"ts-node": "^10.2.1",
"typescript": "^4.3.4"
}
}