-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
99 lines (99 loc) · 2.97 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
94
95
96
97
98
99
{
"name": "liikunta-helsinki",
"version": "1.1.2",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"test": "jest",
"lint": "next lint",
"get-translations": "node ./scripts/get-translations.js",
"generate:graphql": "DOTENV_CONFIG_PATH=./.env.local graphql-codegen -r dotenv/config --config codegen.yml"
},
"eslintConfig": {
"extends": "react-app"
},
"dependencies": {
"@apollo/client": "^3.4.16",
"@datapunt/matomo-tracker-react": "^0.5.1",
"@react-leaflet/core": "1.1.0",
"@sentry/nextjs": "^6.17.6",
"@types/leaflet": "^1.7.5",
"accepts": "^1.3.7",
"apollo-datasource-rest": "^3.3.0",
"apollo-server-micro": "^3.4.0",
"axios": "^0.24.0",
"camelcase-keys": "^7.0.1",
"chalk": "^4.1.2",
"classnames": "^2.3.1",
"copy-to-clipboard": "^3.3.1",
"date-fns": "^2.25.0",
"dompurify": "^2.3.3",
"fast-deep-equal": "^3.1.3",
"graphql": "^16.0.0",
"hds-design-tokens": "^1.6.0",
"hds-react": "^1.6.0",
"html-react-parser": "^1.4.0",
"jsdom": "^18.0.0",
"leaflet": "^1.7.1",
"lodash.groupby": "^4.6.0",
"micro": "^9.3.4",
"msw": "^0.36.3",
"next": "12.0.1",
"next-i18next": "^8.9.0",
"nprogress": "^0.2.0",
"query-string": "^7.0.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-i18next": "^11.15.3",
"react-intersection-observer": "^8.32.2",
"react-leaflet": "3.2.1",
"react-leaflet-markercluster": "3.0.0-rc1",
"react-toastify": "^8.0.3",
"sass": "^1.43.4"
},
"devDependencies": {
"@babel/helper-environment-visitor": "^7.16.5",
"@graphql-codegen/cli": "^2.3.0",
"@graphql-codegen/typescript": "^2.4.1",
"@graphql-codegen/typescript-operations": "^2.2.1",
"@graphql-codegen/typescript-react-apollo": "^3.2.2",
"@testing-library/dom": "^8.10.1",
"@testing-library/jest-dom": "^5.12.0",
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.5.0",
"@types/accepts": "^1.3.5",
"@types/classnames": "^2.3.1",
"@types/dompurify": "^2.3.1",
"@types/jest": "^27.0.2",
"@types/jsdom": "^16.2.13",
"@types/lodash": "^4.14.176",
"@types/node": "^16.11.6",
"@types/react": "^17.0.33",
"@typescript-eslint/eslint-plugin": "^5.2.0",
"@typescript-eslint/parser": "^5.2.0",
"babel-eslint": "^10.1.0",
"babel-jest": "^27.3.1",
"eslint": "<8.0.0",
"eslint-config-next": "^12.0.1",
"eslint-config-prettier": "^8.3.0",
"eslint-config-react-app": "^6.0.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.26.1",
"eslint-plugin-react-hooks": "^4.2.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^27.3.1",
"jest-dom": "^4.0.0",
"prettier": "^2.4.1",
"ts-jest": "^27.0.7",
"typescript": "^4.4.4"
},
"browserslist": [
">0.2%",
"not dead",
"not op_mini all"
]
}