-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.46 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
{
"name": "churras-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "NODE_ENV=test jest . "
},
"dependencies": {
"@fakerjs/faker": "^3.0.0",
"@types/jsonwebtoken": "^9.0.5",
"autoprefixer": "^10.4.16",
"cookies-next": "^4.1.0",
"jsonwebtoken": "^9.0.2",
"lodash.camelcase": "^4.3.0",
"next": "^13.5.6",
"pg-mem": "^2.7.4",
"postcss": "^8.4.32",
"react": "18.2.0",
"react-dom": "18.2.0",
"tailwindcss": "^3.4.0",
"typescript": "^5.3.3",
"zod": "^3.22.4"
},
"devDependencies": {
"@jest/globals": "^29.7.0",
"@svgr/webpack": "^8.1.0",
"@testing-library/dom": "^9.3.3",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^14.1.2",
"@testing-library/user-event": "^14.5.1",
"@types/jest": "^29.5.11",
"@types/lodash.camelcase": "^4.3.9",
"@types/node": "^20.10.5",
"@types/react": "^18.2.45",
"@types/react-dom": "^18.2.18",
"@types/testing-library__jest-dom": "^6.0.0",
"@types/user-event": "^4.1.3",
"date-fns": "^3.0.6",
"eslint": "^8.56.0",
"eslint-config-next": "13.4.19",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.0",
"jest": "^29.7.0",
"jest-css-modules": "^2.1.0",
"jest-environment-jsdom": "^29.7.0",
"jest-transformer-svg": "^2.0.2",
"prettier": "^3.1.1"
}
}