-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
47 lines (47 loc) · 1.3 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
{
"name": "mmm-rnv",
"version": "1.2.0",
"description": "This is a departure monitor for the Rhein-Neckar-Verkehr (RNV) public transport network for the MagicMirror² platform. ",
"main": "MMM-RNV.js",
"scripts": {
"build": "rollup -c",
"dev": "rollup -c --sourcemap=inline",
"dev:watch": "npm run dev -- --watch"
},
"keywords": [
"MagicMirror",
"Public Transport",
"RNV"
],
"contributors": [
"Julian Dinter",
"Jan Litzenburger"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/jalibu/MMM-RNV/issues"
},
"homepage": "https://github.com/jalibu/MMM-RNV#readme",
"dependencies": {
"apollo-cache-inmemory": "^1.6.6",
"apollo-client": "^2.6.10",
"apollo-link-context": "^1.0.20",
"apollo-link-http": "^1.5.17",
"graphql": "^15.5.3",
"graphql-tag": "^2.12.5",
"node-fetch": "^2.6.1"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^20.0.0",
"@rollup/plugin-node-resolve": "^13.0.4",
"@rollup/plugin-typescript": "^8.2.5",
"@types/magicmirror-module": "^2.16.0",
"eslint": "^7.32.0",
"eslint-config-airbnb-typescript-prettier": "^4.2.0",
"prettier": "^2.3.2",
"rollup": "^2.56.3",
"rollup-plugin-banner2": "^1.2.2",
"rollup-plugin-terser": "^7.0.2",
"typescript": "^4.4.2"
}
}