forked from juliuste/direkt.bahn.guru
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.24 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
{
"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": "ISC",
"author": "Julius Tens <[email protected]>",
"scripts": {
"build": "browserify src/index.js > assets/bundle.js",
"check-deps": "depcheck --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.21",
"@mapbox/mapbox-gl-geocoder": "^4.7.1",
"eslint-plugin-node": "^11.1.0",
"fetch-ponyfill": "^7.1.0",
"get-user-locale": "^1.4.0",
"i18n-iso-countries": "^6.7.0",
"is-uic-location-code": "0.0.1",
"lodash": "^4.17.21",
"luxon": "^1.27.0",
"mapbox-gl": "^2.5.1",
"query-string": "^7.0.0",
"querystate": "^1.0.9",
"sweetalert2": "^11.0.16",
"uic-codes": "^0.3.0"
},
"devDependencies": {
"browserify": "^17.0.0",
"depcheck": "^1.4.1",
"eslint": "^7.27.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-promise": "^5.1.0"
},
"engines": {
"node": ">=14"
}
}