-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
71 lines (71 loc) · 2.04 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
{
"name": "wikidaheim",
"version": "3.0.0",
"private": true,
"license": "(cc) by-sa 2017-2024 Benedikt Reiter",
"description": "WikiDaheim Client for Wikimedia Austria",
"author": "Benedikt Reiter",
"dependencies": {
"@formatjs/intl-pluralrules": "^5.2.14",
"@formatjs/intl-relativetimeformat": "^11.2.14",
"dialog-polyfill": "^0.5.6",
"geolib": "^3.3.4",
"gpx-builder": "^5.3",
"history": "^5.3.0",
"immutable": "^4.3.6",
"mapbox-gl": "^2.15.0",
"react": "^18.3.1",
"react-autocomplete": "^1.8.1",
"react-dom": "^18.3.1",
"react-dropdown": "^1.11.0",
"react-intl": "^6.6.8",
"react-mapbox-gl": "^5.1.1",
"react-redux": "^9.1.2",
"react-router-dom": "^6.23.1",
"react-spinners-kit": "^1.9.1",
"react-truncate": "^2.4.0",
"react-virtualized": "^9.22.5",
"redux": "^5.0.1",
"redux-thunk": "^3.1.0",
"sass": "^1.77.6",
"wikimedia-commons-file-path": "^2.1.1"
},
"engines": {
"node": ">=18.0.0 <19.0.0"
},
"scripts": {
"start": "vite",
"build": "vite build",
"analyze": "npx source-map-explorer 'build/static/js/*.js'",
"manage:translations": "formatjs extract 'src/components/**/*.js*' --out-file src/translations/extractedMessages.json --format simple",
"check:boundaries": "node ./boundary-checker.js",
"postinstall": "patch-package"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not ie 11",
"not chrome < 51",
"not safari < 10",
"not android < 51"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@formatjs/cli": "^6.2.12",
"@vitejs/plugin-react": "^4.3.1",
"babel-plugin-formatjs": "^10.5.16",
"customize-cra": "^1.0.0",
"html-loader": "^5.0.0",
"patch-package": "^8.0.0",
"postinstall-postinstall": "^2.1.0",
"vite": "^5.3.6",
"worker-loader": "^3.0.8"
},
"packageManager": "yarn@1.22.19+sha1.4ba7fc5c6e704fce2066ecbfb0b0d8976fe62447"
}