-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
93 lines (93 loc) · 2.89 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"name": "windschatten",
"version": "0.1.0",
"private": true,
"scripts": {
"migrate": "dotenv ley",
"postinstall": "patch-package",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.3.0",
"@fortawesome/free-solid-svg-icons": "^6.3.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@playwright/test": "^1.31.2",
"@react-google-maps/api": "^2.18.1",
"autoprefixer": "^10.4.13",
"bcrypt": "^5.1.0",
"cookie": "^0.5.0",
"csrf": "^3.1.0",
"daisyui": "^2.51.3",
"dotenv-cli": "^7.0.0",
"dotenv-safe": "^8.2.0",
"jest": "^29.5.0",
"ley": "^0.8.1",
"next": "^13.2.4",
"patch-package": "^6.5.1",
"playwright": "^1.31.2",
"postcss": "^8.4.21",
"postgres": "^3.3.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.0",
"sass": "^1.59.3",
"sharp": "^0.31.3",
"tailwindcss": "^3.2.7",
"zod": "^3.21.0"
},
"devDependencies": {
"@babel/eslint-parser": "7.19.1",
"@next/eslint-plugin-next": "13.2.3",
"@ts-safeql/eslint-plugin": "latest",
"@types/bcrypt": "^5.0.0",
"@types/cookie": "^0.5.1",
"@types/csrf": "^3.1.0",
"@types/dotenv-safe": "^8.1.2",
"@types/eslint": "8.21.1",
"@types/jest": "^29.5.0",
"@types/node": "18.15.0",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"@types/sharp": "^0.31.1",
"@typescript-eslint/eslint-plugin": "5.54.1",
"@typescript-eslint/parser": "5.54.1",
"@upleveled/eslint-config-upleveled": "^3.19.1",
"@upleveled/eslint-plugin-upleveled": "2.1.6",
"eslint": "8.35.0",
"eslint-config-react-app": "7.0.1",
"eslint-config-next": "^13.2.3",
"eslint-import-resolver-typescript": "3.5.3",
"eslint-plugin-flowtype": "8.0.3",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jest": "27.2.1",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-jsx-expressions": "1.3.1",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-security": "1.7.1",
"eslint-plugin-sonarjs": "0.18.0",
"eslint-plugin-testing-library": "5.10.2",
"eslint-plugin-unicorn": "46.0.0",
"jest-environment-jsdom": "^29.5.0",
"libpg-query": "latest",
"postcss-styled-syntax": "latest",
"stylelint": "latest",
"stylelint-config-css-modules": "latest",
"stylelint-config-recommended": "latest",
"stylelint-config-recommended-scss": "latest",
"typescript": "4.9.5"
},
"resolutions": {
"@typescript-eslint/eslint-plugin": "5.54.1",
"@typescript-eslint/parser": "5.54.1",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jest": "27.2.1",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "4.6.0",
"@typescript-eslint/utils": "5.54.1"
}
}