-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
85 lines (85 loc) · 2.61 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
{
"name": "eob-web",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"codegen": "node codegen",
"test": "jest --coverage",
"lint": "eslint \"src/**/*.{ts,tsx}\"",
"prettify": "prettier --write --ignore-path ./.eslintignore \"src/**/*.{js,jsx,ts,tsx}\"",
"tsc": "npx tsc"
},
"keywords": [],
"author": "Fabio Benedetti",
"license": "ISC",
"dependencies": {
"@react-leaflet/core": "2.1.0",
"@tailwindcss/line-clamp": "0.4.4",
"@tw-classed/react": "1.4.4",
"@types/leaflet.markercluster": "1.5.1",
"classnames": "2.3.2",
"formik": "2.2.10",
"graphql": "16.6.0",
"leaflet": "1.9.4",
"leaflet.markercluster": "1.5.3",
"mailgun-js": "0.22.0",
"next": "13.3.4",
"polished": "4.2.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-google-recaptcha": "2.1.0",
"react-icons": "4.8.0",
"react-intersection-observer": "9.4.4",
"react-leaflet": "4.2.1",
"sharp": "0.32.1",
"tailwindcss": "3.3.2",
"yup": "1.1.1"
},
"devDependencies": {
"@csstools/postcss-global-data": "1.0.3",
"@graphql-codegen/cli": "4.0.1",
"@graphql-codegen/near-operation-file-preset": "2.5.0",
"@graphql-codegen/typed-document-node": "5.0.1",
"@graphql-codegen/typescript": "4.0.1",
"@graphql-codegen/typescript-operations": "4.0.1",
"@graphql-typed-document-node/core": "3.2.0",
"@next/eslint-plugin-next": "13.3.4",
"@testing-library/react": "14.0.0",
"@testing-library/user-event": "14.4.3",
"@types/classnames": "2.3.1",
"@types/jest": "29.5.2",
"@types/leaflet": "1.9.3",
"@types/mailgun-js": "0.22.13",
"@types/node": "18.16.18",
"@types/react": "18.2.14",
"@types/react-google-recaptcha": "2.1.5",
"@types/yup": "0.32.0",
"@typescript-eslint/eslint-plugin": "5.60.1",
"@typescript-eslint/parser": "5.60.1",
"autoprefixer": "10.4.14",
"bufferutil": "4.0.7",
"dotenv": "16.3.1",
"eslint": "8.43.0",
"eslint-config-next": "13.3.4",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-jest": "27.2.2",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-tailwindcss": "3.13.0",
"eslint-plugin-testing-library": "5.11.0",
"jest": "29.5.0",
"jest-environment-jsdom": "29.5.0",
"postcss": "8.4.24",
"postcss-custom-media": "9.1.5",
"prettier": "2.8.8",
"typescript": "5.1.6",
"typescript-plugin-css-modules": "5.0.1"
},
"repository": {
"url": "https://github.com/einmalohnebitte/eob-web"
}
}