-
-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathpackage.json
45 lines (45 loc) · 1.23 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
{
"name": "direkt.bahn.guru",
"version": "0.0.0",
"private": true,
"homepage": "https://github.com/juliuste/direkt.bahn.guru",
"bugs": "https://github.com/juliuste/direkt.bahn.guru/issues",
"repository": "juliuste/direkt.bahn.guru",
"license": "GPL-3.0",
"author": "Julius Tens <[email protected]>",
"type": "module",
"scripts": {
"build": "webpack",
"check-deps": "depcheck --ignores='webpack-cli' --ignore-patterns='assets/bundle.js'",
"fix": "npm run lint -- --fix",
"lint": "eslint src",
"test": "npm run lint && npm run check-deps && npm run build"
},
"dependencies": {
"@formatjs/intl-localematcher": "^0.2.25",
"@mapbox/mapbox-gl-geocoder": "^4.7.4",
"get-user-locale": "^1.4.0",
"he": "^1.2.0",
"i18n-iso-countries": "^7.4.0",
"is-uic-location-code": "0.0.1",
"lodash": "^4.17.21",
"luxon": "^2.4.0",
"mapbox-gl": "^2.8.2",
"querystate": "^1.0.9",
"sweetalert2": "^11.4.14",
"uic-codes": "^0.3.0"
},
"devDependencies": {
"depcheck": "^1.4.3",
"eslint": "^8.15.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.2.0",
"eslint-plugin-promise": "^6.0.0",
"webpack": "^5.72.1",
"webpack-cli": "^4.9.2"
},
"engines": {
"node": ">=16"
}
}