-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
100 lines (100 loc) · 2.92 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
100
{
"name": "abzu",
"version": "1.117.0",
"description": "Nasjonalt stoppestedregister",
"main": "index.js",
"scripts": {
"start": "vite",
"build": "tsc && vite build",
"serve": "vite preview",
"test": "vitest",
"test:coverage": "vitest run --coverage --watch=false",
"dev-local": "VITE_REACT_APP_TIAMAT_BASE_URL=http://localhost:1888/services/stop_places/graphql vite",
"fetch-schema": "./fetchSchema.js",
"format": "prettier --write \"src/**/*.{js,jsx,ts,tsx,json,css,scss,md}\"",
"check": "prettier --check \"src/**/*.{js,jsx,ts,tsx,json,css,scss,md}\"",
"analyze": "source-map-explorer 'build/static/js/*.js'",
"prepare": "husky install"
},
"license": "EUPL-1.2 with modifications",
"dependencies": {
"@apollo/client": "3.12.4",
"@emotion/react": "11.14.0",
"@emotion/styled": "11.14.0",
"@entur/react-leaflet-google": "1.0.3",
"@mui/icons-material": "5.16.13",
"@mui/lab": "5.0.0-alpha.175",
"@mui/material": "5.16.13",
"@mui/x-date-pickers": "7.23.3",
"@reduxjs/toolkit": "2.5.0",
"@sentry/react": "7.120.2",
"@sentry/tracing": "7.114.0",
"axios": "1.7.9",
"classnames": "2.5.1",
"detect-browser": "5.3.0",
"graphql": "16.10.0",
"graphql-tag": "2.12.6",
"history": "5.3.0",
"leaflet": "1.9.4",
"lodash.debounce": "4.0.8",
"moment": "2.30.1",
"oidc-client-ts": "3.1.0",
"prop-types": "15.8.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-helmet": "6.1.0",
"react-intl": "6.8.9",
"react-leaflet": "4.2.1",
"react-leaflet-custom-control": "1.4.0",
"react-oidc-context": "3.2.0",
"react-redux": "9.2.0",
"react-router-dom": "6.28.1",
"redux-first-history": "5.2.0",
"redux-logger": "3.0.6",
"uuid": "9.0.1"
},
"browserslist": [
">0.2%",
"not dead",
"not op_mini all"
],
"lint-staged": {
"src/**/*.{js,jsx,ts,tsx,json,css,scss,md}": [
"prettier --write"
]
},
"prettier": {
"plugins": [
"prettier-plugin-organize-imports"
]
},
"devDependencies": {
"@mui/types": "7.2.21",
"@testing-library/react": "14.3.1",
"@types/leaflet": "1.9.15",
"@types/material-ui": "0.21.18",
"@types/node": "20.17.11",
"@types/react": "18.3.18",
"@types/react-dom": "18.3.5",
"@types/react-helmet": "6.1.11",
"@types/react-leaflet": "2.8.3",
"@types/redux-logger": "3.0.13",
"@vitejs/plugin-react": "4.3.4",
"@vitest/coverage-v8": "2.1.8",
"caniuse-lite": "1.0.30001690",
"graphql-request": "6.1.0",
"husky": "9.1.7",
"jsdom": "25.0.1",
"lint-staged": "15.3.0",
"prettier": "3.4.2",
"prettier-plugin-organize-imports": "4.1.0",
"redux-devtools": "3.7.0",
"source-map-explorer": "2.5.3",
"typescript": "5.7.2",
"vite": "5.4.11",
"vite-plugin-svgr": "4.3.0",
"vite-tsconfig-paths": "5.1.4",
"vitest": "2.1.8",
"vitest-sonar-reporter": "2.0.0"
}
}