forked from hasadna/open-bus-map-search
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
157 lines (157 loc) · 4.82 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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
{
"name": "open-bus-map-search",
"version": "1.0.0",
"private": true,
"type": "commonjs",
"dependencies": {
"@applitools/eyes-playwright": "^1.26.1",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@mui/icons-material": "^5.15.14",
"@mui/lab": "^5.0.0-alpha.169",
"@mui/material": "^5.15.14",
"@mui/x-date-pickers": "^7.1.0",
"@mui/x-tree-view": "^6.17.0",
"@tanstack/query-sync-storage-persister": "^5.36.0",
"@tanstack/react-query": "^5.36.0",
"@tanstack/react-query-persist-client": "^5.36.0",
"@types/git-username": "^1.0.5",
"@types/leaflet.markercluster": "^1.5.2",
"@vitejs/plugin-react-swc": "^3.6.0",
"antd": "^5.16.0",
"axios": "^1.6.8",
"babel-plugin-transform-import-meta": "^2.2.1",
"classnames": "^2.5.1",
"dayjs": "^1.11.11",
"geolib": "^3.3.3",
"git-username": "^1.0.0",
"http-proxy-middleware": "^3.0.0",
"i18next": "^23.11.3",
"i18next-fs-backend": "^2.3.1",
"leaflet": "^1.8.0",
"lodash.debounce": "^4.0.8",
"madge": "^6.1.0",
"moment": "^2.30.1",
"moment-timezone": "^0.5.45",
"open-bus-stride-client": "0.1.2",
"react": "^18.2.0",
"react-dom": "^18.3.1",
"react-ga4": "^2.1.0",
"react-i18next": "^14.1.0",
"react-leaflet": "^4.0.1",
"react-leaflet-cluster": "^2.1.0",
"react-router-dom": "^6.22.3",
"recharts": "^2.12.6",
"sass": "^1.72.0",
"styled-components": "^6.1.8",
"stylis-plugin-rtl": "^2.1.1",
"typescript": "^5.4.5",
"underscore.string": "^3.3.6",
"use-konami": "^1.0.1",
"usehooks-ts": "^3.1.0",
"vite-plugin-environment": "^1.1.3",
"vite-plugin-svgr": "^4.2.0",
"vite-tsconfig-paths": "^4.3.2",
"web-vitals": "^3.5.2"
},
"resolutions": {
"autoprefixer": "10.4.5"
},
"scripts": {
"start": "vite",
"build": "nx exec -- npm run _build -- ",
"serve": "vite preview",
"test": "npm run test:unit:ci && npm run test:e2e",
"test:e2e:ui": "cross-env APPLITOOLS_BATCH_ID=`uuidgen` playwright test --ui",
"test:e2e": "cross-env APPLITOOLS_BATCH_ID=`uuidgen` playwright test",
"test:unit": "jest",
"test:unit:ci": "jest --coverage",
"lint": "eslint . --max-warnings 0 && stylelint '**/*.{css,scss}' --max-warnings 0",
"lint:fix": "eslint . --fix && stylelint '**/*.{css,scss}' --fix",
"storybook": "storybook dev -p 6006",
"build-storybook": "nx exec -- storybook build",
"_build": "tsc && vite build"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/preset-env": "^7.24.7",
"@babel/preset-react": "^7.24.1",
"@eslint/eslintrc": "^3.0.2",
"@eslint/js": "~8.57.0",
"@jest/globals": "^29.7.0",
"@nx/eslint": "^18.2.2",
"@nx/eslint-plugin": "^18.3.4",
"@playwright/test": "^1.43.1",
"@storybook/addon-essentials": "^7.5.3",
"@storybook/addon-interactions": "^7.6.17",
"@storybook/addon-links": "^7.6.17",
"@storybook/addon-onboarding": "^1.0.11",
"@storybook/blocks": "^8.1.6",
"@storybook/react": "^7.5.3",
"@storybook/react-vite": "^8.0.5",
"@storybook/testing-library": "^0.2.2",
"@swc/cli": "^0.3.9",
"@swc/core": "^1.4.17",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^15.0.6",
"@testing-library/user-event": "^14.5.2",
"@types/jest": "^29.5.12",
"@types/leaflet": "^1.9.12",
"@types/lodash.debounce": "^4.0.7",
"@types/node": "^20.12.8",
"@types/react": "^18.2.58",
"@types/react-dom": "^18.3.0",
"@types/styled-components": "^5.1.34",
"@types/underscore.string": "^0.0.41",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"cross-env": "^7.0.3",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-storybook": "^0.6.15",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-svg-transformer": "^1.0.0",
"jsdom": "^24.0.0",
"nx": "^18.2.2",
"playwright-advanced-har": "^1.3.1",
"prettier": "^3.2.5",
"storybook": "^7.5.3",
"stylelint": "^16.3.1",
"stylelint-config-standard-scss": "^13.1.0",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"vite": "^5.2.11",
"vite-plugin-istanbul": "^5.0.0"
},
"nx": {
"targets": {
"build": {
"outputs": [
"{projectRoot}/dist"
]
},
"build-storybook": {
"outputs": [
"{projectRoot}/storybook-static"
]
}
}
}
}