-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
102 lines (102 loc) · 3.01 KB
/
package.json
File metadata and controls
102 lines (102 loc) · 3.01 KB
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
101
102
{
"name": "abzu",
"version": "1.611.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": "4.1.6",
"@emotion/react": "11.14.0",
"@emotion/styled": "11.14.1",
"@entur/react-component-toggle": "1.1.0",
"@fintraffic/fds-coreui-css": "0.1.3",
"@mui/icons-material": "7.3.9",
"@mui/material": "7.3.9",
"@mui/x-date-pickers": "8.27.2",
"@reduxjs/toolkit": "2.11.2",
"@sentry/react": "10.46.0",
"@sentry/tracing": "7.120.4",
"axios": "1.15.0",
"classnames": "2.5.1",
"detect-browser": "5.3.0",
"graphql": "16.13.2",
"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.5.0",
"prop-types": "15.8.1",
"react": "19.2.4",
"react-dom": "19.2.4",
"react-helmet": "6.1.0",
"react-intl": "7.1.14",
"react-leaflet": "5.0.0",
"react-oidc-context": "3.3.1",
"react-redux": "9.2.0",
"react-router-dom": "7.13.2",
"redux-first-history": "5.2.0",
"redux-logger": "3.0.6",
"uuid": "13.0.0"
},
"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": {
"@entur/rollup-plugin-react-component-toggle": "1.0.0",
"@mui/types": "7.4.12",
"@testing-library/dom": "10.4.1",
"@testing-library/jest-dom": "6.9.1",
"@testing-library/react": "16.3.2",
"@types/leaflet": "1.9.21",
"@types/material-ui": "0.21.18",
"@types/node": "24.12.0",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"@types/react-helmet": "6.1.11",
"@types/redux-logger": "3.0.13",
"@vitejs/plugin-react": "5.2.0",
"@vitest/coverage-v8": "4.1.2",
"caniuse-lite": "1.0.30001782",
"graphql-request": "7.4.0",
"husky": "9.1.7",
"jsdom": "27.4.0",
"lint-staged": "16.4.0",
"prettier": "3.8.1",
"prettier-plugin-organize-imports": "4.3.0",
"redux-devtools": "3.7.0",
"sass-embedded": "1.98.0",
"source-map-explorer": "2.5.3",
"typescript": "5.9.3",
"vite": "7.3.1",
"vite-plugin-svgr": "4.5.0",
"vite-tsconfig-paths": "5.1.4",
"vitest": "4.1.2",
"vitest-sonar-reporter": "3.0.0"
}
}